Eden Editor: System: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Class
! Control
! Type
|-
|-
| '''Type'''
| '''Type'''
Line 15: Line 15:
|  
|  
| <tt>itemClass</tt>
| <tt>itemClass</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Type|Type]]</tt>
| [[String]]
|-
|-
| '''Variable Name'''
| '''Variable Name'''
Line 21: Line 21:
|  
|  
| <tt>Name</tt>
| <tt>Name</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Init'''
| '''Init'''
Line 27: Line 27:
|  
|  
| <tt>Init</tt>
| <tt>Init</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditMulti3|EditMulti3]]</tt>
| [[String]]
|-
|-
| '''Position'''
| '''Position'''
Line 33: Line 33:
|  
|  
| <tt>position</tt>
| <tt>position</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditXYZ|EditXYZ]]</tt>
| [[Position3D]]
|-
|-
| '''Rotation'''
| '''Rotation'''
Line 39: Line 39:
|  
|  
| <tt>rotation</tt>
| <tt>rotation</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditXYZ|EditXYZ]]</tt>
| [[Number]]
|-
|-
| '''Placement Radius'''
| '''Placement Radius'''
Line 45: Line 45:
|  
|  
| <tt>placementRadius</tt>
| <tt>placementRadius</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[Number]]
|-
|-
| '''Singleplayer Control'''
| '''Singleplayer Control'''
Line 51: Line 51:
|  
|  
| <tt>ControlSP</tt>
| <tt>ControlSP</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#ControlSP|ControlSP]]</tt>
| [[Bool]]
|-
|-
| '''Multiplayer Control'''
| '''Multiplayer Control'''
Line 57: Line 57:
|  
|  
| <tt>ControlMP</tt>
| <tt>ControlMP</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#ControlMP|ControlMP]]</tt>
| [[Bool]]
|-
|-
| '''Role Description'''
| '''Role Description'''
Line 63: Line 63:
|  
|  
| <tt>description</tt>
| <tt>description</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Probability of Presence'''
| '''Probability of Presence'''
Line 69: Line 69:
|  
|  
| <tt>presence</tt>
| <tt>presence</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Condition of Presence'''
| '''Condition of Presence'''
Line 75: Line 75:
|  
|  
| <tt>presenceCondition</tt>
| <tt>presenceCondition</tt>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditCode|EditCode]]</tt>
| [[String]]
|}
|}
</onlyinclude>
</onlyinclude>

Revision as of 17:41, 7 December 2015

Attributes

Info Development
Name Category Description Class Type
Type Logic Type itemClass String
Variable Name Logic Init Name String
Init Logic Init Init String
Position Logic Transformation position Position3D
Rotation Logic Transformation rotation Number
Placement Radius Logic Transformation placementRadius Number
Singleplayer Control Object Control ControlSP Bool
Multiplayer Control Object Control ControlMP Bool
Role Description Object Control description String
Probability of Presence Logic Presence presence Number
Condition of Presence Logic Presence presenceCondition String