setTriggerType: Difference between revisions
Jump to navigation
Jump to search
m (Added SEEALSO) |
(mass edit: removing obsolete </dt> and </dd> tags) |
||
Line 44: | Line 44: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on July 15, 2009 - 15:44 (CEST) | <dd class="notedate">Posted on July 15, 2009 - 15:44 (CEST) | ||
<dt class="note">'''[[User:FabrizioT|FabrizioT]]''' | <dt class="note">'''[[User:FabrizioT|FabrizioT]]''' | ||
<dd class="note"> | <dd class="note"> | ||
Is: _'''trigger setTriggerType "WEST G"''' really defining a "GUARDED BY WEST" trigger ? | Is: _'''trigger setTriggerType "WEST G"''' really defining a "GUARDED BY WEST" trigger ? | ||
It seems not working in ArmA 2 v. 1.02. | It seems not working in ArmA 2 v. 1.02. | ||
See also my note here: http://community.bistudio.com/wiki/triggerType | See also my note here: http://community.bistudio.com/wiki/triggerType | ||
<dd class="notedate">Posted on July 15, 2009 - 18:21 (CEST) | <dd class="notedate">Posted on July 15, 2009 - 18:21 (CEST) | ||
<dt class="note">'''[[User:WGL.Q|kju]]''' | <dt class="note">'''[[User:WGL.Q|kju]]''' | ||
<dd class="note"> | <dd class="note"> | ||
Seems unlikely. Check these examples used by BI missions:<br> | Seems unlikely. Check these examples used by BI missions:<br> | ||
http://pastebin.jonasscholz.de/13 | http://pastebin.jonasscholz.de/13 | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 02:58, 18 October 2011
Description
- Description:
- Sets the type of action processed by the trigger after activation (no action, a waypoints switch or an end of mission):
- "NONE"
- "EAST G" - Guarded by OPFOR
- "WEST G" - Guarded by BLUFOR
- "GUER G" - Guarded by Independent
- "SWITCH" - Switch waypoints/break loop (see Triggers)
- "END1" - End #1
- "END2" - End #2
- "END3" - End #3
- "END4" - End #4
- "END5" - End #5
- "END6" - End #6
- "LOOSE" - Lose
- "WIN" - (not found in ArmA)
- Groups:
- Uncategorised
Syntax
- Syntax:
- trigger setTriggerType action
- Parameters:
- trigger: Object
- action: String
- Return Value:
- Nothing
Examples
- Example 1:
_trigger setTriggerType "END1"
Additional Information
- See also:
- triggerTypecreateTriggersetTriggerActivationsetTriggerAreasetTriggerStatementssetTriggerTextsetTriggerTimeout
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Posted on July 15, 2009 - 15:44 (CEST)
- FabrizioT
- Is: _trigger setTriggerType "WEST G" really defining a "GUARDED BY WEST" trigger ? It seems not working in ArmA 2 v. 1.02. See also my note here: http://community.bistudio.com/wiki/triggerType
- Posted on July 15, 2009 - 18:21 (CEST)
- kju
-
Seems unlikely. Check these examples used by BI missions:
http://pastebin.jonasscholz.de/13