Eden Editor: System: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
! class="unsortable" | Description | ! class="unsortable" | Description | ||
! Class | ! Class | ||
! | ! Type | ||
|- | |- | ||
| '''Type''' | | '''Type''' | ||
Line 15: | Line 15: | ||
| | | | ||
| <tt>itemClass</tt> | | <tt>itemClass</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Variable Name''' | | '''Variable Name''' | ||
Line 21: | Line 21: | ||
| | | | ||
| <tt>Name</tt> | | <tt>Name</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Init''' | | '''Init''' | ||
Line 27: | Line 27: | ||
| | | | ||
| <tt>Init</tt> | | <tt>Init</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Position''' | | '''Position''' | ||
Line 33: | Line 33: | ||
| | | | ||
| <tt>position</tt> | | <tt>position</tt> | ||
| | | [[Position3D]] | ||
|- | |- | ||
| '''Rotation''' | | '''Rotation''' | ||
Line 39: | Line 39: | ||
| | | | ||
| <tt>rotation</tt> | | <tt>rotation</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Placement Radius''' | | '''Placement Radius''' | ||
Line 45: | Line 45: | ||
| | | | ||
| <tt>placementRadius</tt> | | <tt>placementRadius</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Singleplayer Control''' | | '''Singleplayer Control''' | ||
Line 51: | Line 51: | ||
| | | | ||
| <tt>ControlSP</tt> | | <tt>ControlSP</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Multiplayer Control''' | | '''Multiplayer Control''' | ||
Line 57: | Line 57: | ||
| | | | ||
| <tt>ControlMP</tt> | | <tt>ControlMP</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Role Description''' | | '''Role Description''' | ||
Line 63: | Line 63: | ||
| | | | ||
| <tt>description</tt> | | <tt>description</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Probability of Presence''' | | '''Probability of Presence''' | ||
Line 69: | Line 69: | ||
| | | | ||
| <tt>presence</tt> | | <tt>presence</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Condition of Presence''' | | '''Condition of Presence''' | ||
Line 75: | Line 75: | ||
| | | | ||
| <tt>presenceCondition</tt> | | <tt>presenceCondition</tt> | ||
| | | [[String]] | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 16: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 |