Eden Editor: Waypoint: 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]] | ||
|- | |- | ||
| '''Description''' | | '''Description''' | ||
Line 27: | Line 27: | ||
| | | | ||
| <tt>description</tt> | | <tt>description</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Order''' | | '''Order''' | ||
Line 33: | Line 33: | ||
| | | | ||
| <tt>order</tt> | | <tt>order</tt> | ||
| | | | ||
|- | |- | ||
| '''Position''' | | '''Position''' | ||
Line 39: | Line 39: | ||
| | | | ||
| <tt>position</tt> | | <tt>position</tt> | ||
| | | [[Position3D]] | ||
|- | |- | ||
| '''House Position''' | | '''House Position''' | ||
Line 45: | Line 45: | ||
| | | | ||
| <tt>positionObject</tt> | | <tt>positionObject</tt> | ||
| | | | ||
|- | |- | ||
| '''Placement Radius''' | | '''Placement Radius''' | ||
Line 51: | Line 51: | ||
| | | | ||
| <tt>placementRadius</tt> | | <tt>placementRadius</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Completion Radius''' | | '''Completion Radius''' | ||
Line 57: | Line 57: | ||
| | | | ||
| <tt>completionRadius</tt> | | <tt>completionRadius</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Combat Mode''' | | '''Combat Mode''' | ||
Line 63: | Line 63: | ||
| | | | ||
| <tt>combatMode</tt> | | <tt>combatMode</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Behaviour''' | | '''Behaviour''' | ||
Line 69: | Line 69: | ||
| | | | ||
| <tt>behaviour</tt> | | <tt>behaviour</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Formation''' | | '''Formation''' | ||
Line 75: | Line 75: | ||
| | | | ||
| <tt>formation</tt> | | <tt>formation</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''SpeedMode''' | | '''SpeedMode''' | ||
Line 81: | Line 81: | ||
| | | | ||
| <tt>speedMode</tt> | | <tt>speedMode</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Condition''' | | '''Condition''' | ||
Line 87: | Line 87: | ||
| | | | ||
| <tt>condition</tt> | | <tt>condition</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''On Activation''' | | '''On Activation''' | ||
Line 93: | Line 93: | ||
| | | | ||
| <tt>onActivation</tt> | | <tt>onActivation</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Script''' | | '''Script''' | ||
Line 99: | Line 99: | ||
| | | | ||
| <tt>script</tt> | | <tt>script</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Map Visibility''' | | '''Map Visibility''' | ||
Line 105: | Line 105: | ||
| | | | ||
| <tt>show2D</tt> | | <tt>show2D</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Scene Visibility''' | | '''Scene Visibility''' | ||
Line 111: | Line 111: | ||
| | | | ||
| <tt>show3D</tt> | | <tt>show3D</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Timer Values''' | | '''Timer Values''' | ||
Line 117: | Line 117: | ||
| | | | ||
| <tt>timeout</tt> | | <tt>timeout</tt> | ||
| | | [[Array]] in format [min, mid, max] | ||
|- | |- | ||
| '''Effect Condition''' | | '''Effect Condition''' | ||
Line 123: | Line 123: | ||
| | | | ||
| <tt>effectCondition</tt> | | <tt>effectCondition</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Sound''' | | '''Sound''' | ||
Line 129: | Line 129: | ||
| | | | ||
| <tt>sound</tt> | | <tt>sound</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Voice''' | | '''Voice''' | ||
Line 135: | Line 135: | ||
| | | | ||
| <tt>voice</tt> | | <tt>voice</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Environment''' | | '''Environment''' | ||
Line 141: | Line 141: | ||
| | | | ||
| <tt>soundEnvironment</tt> | | <tt>soundEnvironment</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Music''' | | '''Music''' | ||
Line 147: | Line 147: | ||
| | | | ||
| <tt>music</tt> | | <tt>music</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''UI Overlay''' | | '''UI Overlay''' | ||
Line 153: | Line 153: | ||
| | | | ||
| <tt>title</tt> | | <tt>title</tt> | ||
| | | [[String]] | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> |
Revision as of 16:40, 7 December 2015
Attributes
Info | Development | |||
---|---|---|---|---|
Name | Category | Description | Class | Type |
Type | Waypoint Type | itemClass | String | |
Variable Name | Waypoint Init | name | String | |
Description | Waypoint Init | description | String | |
Order | Waypoint Init | order | ||
Position | Waypoint Transformation | position | Position3D | |
House Position | Waypoint Transformation | positionObject | ||
Placement Radius | Waypoint Transformation | placementRadius | Number | |
Completion Radius | Waypoint Transformation | completionRadius | Number | |
Combat Mode | Waypoint States | combatMode | String | |
Behaviour | Waypoint States | behaviour | String | |
Formation | Waypoint States | formation | String | |
SpeedMode | Waypoint States | speedMode | String | |
Condition | Waypoint Expression | condition | String | |
On Activation | Waypoint Expression | onActivation | String | |
Script | Waypoint Expression | script | String | |
Map Visibility | Waypoint Visibility | show2D | Bool | |
Scene Visibility | Waypoint Visibility | show3D | Bool | |
Timer Values | Waypoint Timer | timeout | Array in format [min, mid, max] | |
Effect Condition | Waypoint Effects | effectCondition | String | |
Sound | Waypoint Effects | sound | String | |
Voice | Waypoint Effects | voice | String | |
Environment | Waypoint Effects | soundEnvironment | String | |
Music | Waypoint Effects | music | String | |
UI Overlay | Waypoint Effects | title | String |