Eden Editor: System: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
! Class
! Class
! Control
! Control
|-
| '''Type'''
| Logic Type
|
| <tt>itemClass</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Type|Type]]</tt>
|-
| '''Variable Name'''
| Logic Init
|
| <tt>Name</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
|-
| '''Init'''
| Logic Init
|
| <tt>Init</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditMulti3|EditMulti3]]</tt>
|-
| '''Position'''
| Logic Transformation
|
| <tt>position</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditXYZ|EditXYZ]]</tt>
|-
| '''Rotation'''
| Logic Transformation
|
| <tt>rotation</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditXYZ|EditXYZ]]</tt>
|-
| '''Placement Radius'''
| Logic Transformation
|
| <tt>placementRadius</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
|-
| '''Singleplayer Control'''
| Object Control
|
| <tt>ControlSP</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#ControlSP|ControlSP]]</tt>
|-
| '''Multiplayer Control'''
| Object Control
|
| <tt>ControlMP</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#ControlMP|ControlMP]]</tt>
|-
| '''Role Description'''
| Object Control
|
| <tt>description</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
|-
| '''Probability of Presence'''
| Logic Presence
|
| <tt>presence</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
|-
| '''Condition of Presence'''
| Logic Presence
|
| <tt>presenceCondition</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditCode|EditCode]]</tt>
|}
|}
</onlyinclude>
</onlyinclude>

Revision as of 13:43, 7 December 2015

Attributes

Info Development
Name Category Description Class Control
Type Logic Type itemClass Type
Variable Name Logic Init Name Edit
Init Logic Init Init EditMulti3
Position Logic Transformation position EditXYZ
Rotation Logic Transformation rotation EditXYZ
Placement Radius Logic Transformation placementRadius Edit
Singleplayer Control Object Control ControlSP ControlSP
Multiplayer Control Object Control ControlMP ControlMP
Role Description Object Control description Edit
Probability of Presence Logic Presence presence Slider
Condition of Presence Logic Presence presenceCondition EditCode