Changes for page Breaking Changes

Last modified by Michael Baumgardt on 2026/04/17 12:03

From version 5.1
edited by stefan
on 2019/02/01 02:33
Change comment: added SetFormationShape() case
To version 6.1
edited by stefan
on 2019/02/01 02:38
Change comment: clarified note about asking for help

Summary

Details

Page properties
Content
... ... @@ -16,6 +16,7 @@
16 16  
17 17  
18 18  Please note that issues introduced during the beta phase might not be explicitly mentioned as a breaking change, if things would only be broken in-between two beta versions. While we still aim to document any (potential) breaking change here, there might be circumstances for which we divert from that procedure (especially in case of minor issues which is considered merely a bugfix than an intended behavior change).
19 +Feel free to drop a note if a certain breaking change is breaking your mod and you have difficulties finding a way to work around the issue.
19 19  
20 20  = Breaking Changes =
21 21  
... ... @@ -31,11 +31,11 @@
31 31  )))|(((
32 32  2.0 Beta 1
33 33  )))|(((
34 -GetUpgradeSlotCurrentComponent() works on non-operationals
35 +GetUpgradeSlotCurrentComponent()/GetUpgradeSlotGroup() works on non-operationals
35 35  )))
36 36  |(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)(% class="highlight-grey" colspan="3" data-highlight-colour="grey" %)
37 37  (((
38 -//Before 2.0 Beta 1 using GetUpgradeSlotCurrentComponent() only performed on operational objects (i.e. not wrecked objects or objects under construction). Since this is inconsistent with the rest of the UI functions, this was considered a bug and fixed in 2.0 Beta 1. If you require the old behavior, use the FFI function: IsComponentOperational() to check the passed object's state before making the call.//
39 +//Before 2.0 Beta 1 using GetUpgradeSlotCurrentComponent() orĀ GetUpgradeSlotGroup() only performed on operational objects (i.e. not wrecked objects or objects under construction). Since this is inconsistent with the rest of the UI functions, this was considered a bug and fixed in 2.0 Beta 1. If you require the old behavior, use the FFI function: IsComponentOperational() to check the passed object's state before making the call.//
39 39  )))
40 40  |(((
41 41  UI extensions
Confluence.Code.ConfluencePageClass[0]
id
... ... @@ -1,1 +1,1 @@
1 -78577865
1 +78577866
url
... ... @@ -1,1 +1,1 @@
1 -https://www.egosoft.com:8444/confluence/wiki/spaces/X4WIKI/pages/78577865/Breaking Changes
1 +https://www.egosoft.com:8444/confluence/wiki/spaces/X4WIKI/pages/78577866/Breaking Changes