triggerType: Difference between revisions
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 15:40, 15 July 2009
Description
- Description:
- Returns trigger type.
- Groups:
- Uncategorised
Syntax
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" :(