Array of Eden Entities: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Removed from main category. it's already in a sub category)
 
(2 intermediate revisions by 2 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 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:_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]