setTriggerType: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 12: | Line 12: | ||
* "NONE" | * "NONE" | ||
* "EAST G" - Guarded by OPFOR - | * "EAST G" - Guarded by OPFOR - (It is better to use [[createGuardedPoint]] instead) | ||
* "WEST G" - Guarded by BLUFOR - | * "WEST G" - Guarded by BLUFOR - (It is better to use [[createGuardedPoint]] instead) | ||
* "GUER G" - Guarded by Independent - | * "GUER G" - Guarded by Independent - (It is better to use [[createGuardedPoint]] instead) | ||
* "SWITCH" - Switch waypoints/break loop (see [[ArmA:_Mission_Editor#Triggers_Mode_.28F3.29|Triggers]]) | * "SWITCH" - Switch waypoints/break loop (see [[ArmA:_Mission_Editor#Triggers_Mode_.28F3.29|Triggers]]) | ||
* "END1" - End #1 | * "END1" - End #1 |
Revision as of 12:43, 25 September 2019
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 - (It is better to use createGuardedPoint instead)
- "WEST G" - Guarded by BLUFOR - (It is better to use createGuardedPoint instead)
- "GUER G" - Guarded by Independent - (It is better to use createGuardedPoint instead)
- "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 //it is not a typo on the wiki, it is indeed misspelt in the game engine.
- "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:
- triggerTypecreateTriggersetTriggerActivationsetTriggerAreasetTriggerStatementssetTriggerTextsetTriggerTimeoutcreateGuardedPoint
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma version 1.00
- Arma: New Scripting Commands
- Arma: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP Elite
- Scripting Commands ArmA
- Command Group: Activators
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters