triggerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " be local" to " be local")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 26: Line 26:
|r1= [[String]]
|r1= [[String]]


|x1= <code>_type = [[triggerType]] tr1;</code>
|x1= <code>_type = triggerType tr1;</code>


|seealso= [[setTriggerType]]
|seealso= [[setTriggerType]]
}}
}}

Revision as of 12:16, 12 May 2022

Hover & click on the images for description

Description

Description:
Returns trigger type (see setTriggerType).
The trigger could be local or remote but the result returned by this command will be for the trigger type set up locally on the client that executed the command. See createTrigger for more info.
Groups:
Triggers

Syntax

Syntax:
triggerType trigger
Parameters:
trigger: Object
Return Value:
String

Examples

Example 1:
_type = triggerType tr1;

Additional Information

See also:
setTriggerType

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