triggerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality and note added)
(note moved to talk)
Line 38: Line 38:
<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)
<dt class="note">'''[[User:FabrizioT|FabrizioT]]'''
<dd class="note">
Arma 2 v. 1.02:
'''triggerType _triggername''' gives null string as result for "GUARDED BY EAST" / "GUARDED BY WEST" type triggers.
Expected result was "WEST G" / "EAST G" :(


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 16:00, 12 November 2016

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
(example)

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

Notes

Bottom Section