Eden Editor: Trigger: 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 | ||
|- | |- | ||
| '''Variable Name''' | | '''Variable Name''' | ||
Line 15: | Line 15: | ||
| | | | ||
| <tt>name</tt> | | <tt>name</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Text''' | | '''Text''' | ||
Line 21: | Line 21: | ||
| | | | ||
| <tt>text</tt> | | <tt>text</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Shape''' | | '''Shape''' | ||
Line 27: | Line 27: | ||
| | | | ||
| <tt>IsRectangle</tt> | | <tt>IsRectangle</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Size''' | | '''Size''' | ||
Line 33: | Line 33: | ||
| | | | ||
| <tt>size2</tt> | | <tt>size2</tt> | ||
| | | [[Array]] | ||
|- | |- | ||
| '''Position''' | | '''Position''' | ||
Line 39: | Line 39: | ||
| | | | ||
| <tt>position</tt> | | <tt>position</tt> | ||
| | | [[Position3D]] | ||
|- | |- | ||
| '''Rotation''' | | '''Rotation''' | ||
Line 45: | Line 45: | ||
| | | | ||
| <tt>rotation</tt> | | <tt>rotation</tt> | ||
| | | [[Number]] | ||
|- | |- | ||
| '''Type''' | | '''Type''' | ||
Line 51: | Line 51: | ||
| | | | ||
| <tt>TriggerType</tt> | | <tt>TriggerType</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Activation''' | | '''Activation''' | ||
Line 57: | Line 57: | ||
| | | | ||
| <tt>ActivationBy</tt> | | <tt>ActivationBy</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Activation''' | | '''Activation''' | ||
Line 63: | Line 63: | ||
| | | | ||
| <tt>activationByOwner</tt> | | <tt>activationByOwner</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Activation''' | | '''Activation''' | ||
Line 69: | Line 69: | ||
| | | | ||
| <tt>activationByOwnerStatic</tt> | | <tt>activationByOwnerStatic</tt> | ||
| | | | ||
|- | |- | ||
| '''Activation Type''' | | '''Activation Type''' | ||
Line 75: | Line 75: | ||
| | | | ||
| <tt>activationType</tt> | | <tt>activationType</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Repeatable''' | | '''Repeatable''' | ||
Line 81: | Line 81: | ||
| | | | ||
| <tt>repeatable</tt> | | <tt>repeatable</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''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]] | ||
|- | |- | ||
| '''On Deactivation''' | | '''On Deactivation''' | ||
Line 99: | Line 99: | ||
| | | | ||
| <tt>onDeactivation</tt> | | <tt>onDeactivation</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Timer Type''' | | '''Timer Type''' | ||
Line 105: | Line 105: | ||
| | | | ||
| <tt>interuptable</tt> | | <tt>interuptable</tt> | ||
| | | [[Bool]] | ||
|- | |- | ||
| '''Timer Values''' | | '''Timer Values''' | ||
Line 111: | Line 111: | ||
| | | | ||
| <tt>timeout</tt> | | <tt>timeout</tt> | ||
| | | [[Array]] in format [min, mid, max] | ||
|- | |- | ||
| '''Effect Condition''' | | '''Effect Condition''' | ||
Line 117: | Line 117: | ||
| | | | ||
| <tt>effectCondition</tt> | | <tt>effectCondition</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Sound''' | | '''Sound''' | ||
Line 123: | Line 123: | ||
| | | | ||
| <tt>sound</tt> | | <tt>sound</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Voice''' | | '''Voice''' | ||
Line 129: | Line 129: | ||
| | | | ||
| <tt>voice</tt> | | <tt>voice</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''Environment''' | | '''Environment''' | ||
Line 135: | Line 135: | ||
| | | | ||
| <tt>soundEnvironment</tt> | | <tt>soundEnvironment</tt> | ||
| | | [[String]] | ||
|- | |- | ||
| '''SFX''' | | '''SFX''' | ||
Line 141: | Line 141: | ||
| | | | ||
| <tt>soundTrigger</tt> | | <tt>soundTrigger</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:37, 7 December 2015
Attributes
Info | Development | |||
---|---|---|---|---|
Name | Category | Description | Class | Type |
Variable Name | Trigger Init | name | String | |
Text | Trigger Init | text | String | |
Shape | Trigger Transformation | IsRectangle | Bool | |
Size | Trigger Transformation | size2 | Array | |
Position | Trigger Transformation | position | Position3D | |
Rotation | Trigger Transformation | rotation | Number | |
Type | Trigger Activation | TriggerType | String | |
Activation | Trigger Activation | ActivationBy | String | |
Activation | Trigger Activation | activationByOwner | String | |
Activation | Trigger Activation | activationByOwnerStatic | ||
Activation Type | Trigger Activation | activationType | String | |
Repeatable | Trigger Activation | repeatable | Bool | |
Condition | Trigger Expression | condition | String | |
On Activation | Trigger Expression | onActivation | String | |
On Deactivation | Trigger Expression | onDeactivation | String | |
Timer Type | Trigger Timer | interuptable | Bool | |
Timer Values | Trigger Timer | timeout | Array in format [min, mid, max] | |
Effect Condition | Trigger Effects | effectCondition | String | |
Sound | Trigger Effects | sound | String | |
Voice | Trigger Effects | voice | String | |
Environment | Trigger Effects | soundEnvironment | String | |
SFX | Trigger Effects | soundTrigger | String | |
Music | Trigger Effects | music | String | |
UI Overlay | Trigger Effects | title | String |