Array of Eden Entities: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Array of Eden Entities is an Array used by many Eden Editor commands. It's not a unique data type, only an array wi...")
 
m (Removed from main category. it's already in a sub category)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Array of Eden Entities is an [[Array]] used by many [[:Category:Command_Group:_Eden_Editor|Eden Editor commands]]. It's not a unique [[Data_Types|data type]], only an array with specific format.
Array of Eden Entities is an [[Array]] used by many [[:Category:Command_Group:_Eden_Editor|Eden Editor commands]]. It's not a unique [[Data_Types|data type]], only an array with specific format.


  [objects, groups, triggers, systems, waypoints, markers]
  [objects, groups, triggers, systems, waypoints, markers, layers, comments]
* objects: [[Array]] of [[Object]]s
* objects: [[Array]] of [[Object]]s
* groups: [[Array]] of [[Group]]s
* groups: [[Array]] of [[Group]]s
Line 8: Line 8:
* waypoints: [[Array]] of [[Array]]s in [[Waypoint]] format
* waypoints: [[Array]] of [[Array]]s in [[Waypoint]] format
* markers: [[Array]] of [[String]]s
* markers: [[Array]] of [[String]]s
* layers: [[Array]] of [[Number]]s
* comments: [[Array]] of [[Number]]s


[[Category:Data_Types]]
[[Category:Arrays]]
[[Category:Arrays]]
[[Category:Eden_Editor]]
[[Category:Eden_Editor:_Modding]]
[[Category:Eden_Editor:_Modding]]

Latest revision as of 23:05, 2 June 2020

Array of Eden Entities is an Array used by many Eden Editor commands. It's not a unique data type, only an array with specific format.

[objects, groups, triggers, systems, waypoints, markers, layers, comments]