Eden Entity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(comments are numbers too)
No edit summary
Line 2: Line 2:


It's not a unique [[Data_Types|data type]]; instead it represents one of existing types:
It's not a unique [[Data_Types|data type]]; instead it represents one of existing types:
* [[Object]] - can be an [[Eden_Editor:_Object|editor object]], [[Eden_Editor:_System|editor system]] or [[Eden_Editor:_Trigger|editor trigger]].
* [[Object]] - [[Eden_Editor:_Object|editor object]]
* [[Group]] - [[Eden_Editor:_Group|editor group]]
* [[Group]] - [[Eden_Editor:_Group|editor group]]
* [[Object]] -[[Eden_Editor:_Trigger|editor trigger]]
* [[Object]] - [[Eden_Editor:_System|editor system]] (logic)
* [[Array]] - [[Eden_Editor:_Waypoint|editor waypoint]]
* [[Array]] - [[Eden_Editor:_Waypoint|editor waypoint]]
* [[String]] - [[Eden_Editor:_Marker|editor marker]]
* [[String]] - [[Eden_Editor:_Marker|editor marker]]

Revision as of 13:58, 28 August 2018

Eden Entity is an entity which can be created, edited or deleted in the Eden Editor.

It's not a unique data type; instead it represents one of existing types: