triggerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(populated)
No edit summary
Line 35: Line 35:
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


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 -->
</dl>
</dl>

Revision as of 16:40, 15 July 2009

Hover & click on the images for description

Description

Description:
Returns trigger type.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
(example)

Additional Information

See also:
See also needed

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

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" :(

Bottom Section