Array of Eden Entities: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Removed data type category. It's not a data type)
(One intermediate revision by one other user 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 11: Line 11:
* comments: [[Array]] of [[Number]]s
* comments: [[Array]] of [[Number]]s


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

Revision as of 10:55, 7 September 2019

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]