triggerType: Difference between revisions
Jump to navigation
Jump to search
m (Added SEEALSO) |
(mass edit: removing obsolete </dt> and </dd> tags) |
||
Line 34: | Line 34: | ||
<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) | <dd class="notedate">Posted on July 15, 2009 - 15:44 (CEST) | ||
<dt class="note">'''[[User:FabrizioT|FabrizioT]]''' | <dt class="note">'''[[User:FabrizioT|FabrizioT]]''' | ||
<dd class="note"> | <dd class="note"> | ||
Arma 2 v. 1.02: | Arma 2 v. 1.02: | ||
'''triggerType _triggername''' gives null string as result for "GUARDED BY EAST" / "GUARDED BY WEST" type triggers. | '''triggerType _triggername''' gives null string as result for "GUARDED BY EAST" / "GUARDED BY WEST" type triggers. | ||
Expected result was "WEST G" / "EAST G" :( | Expected result was "WEST G" / "EAST G" :( | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 02:53, 18 October 2011
Description
- Description:
- Returns trigger type.
- Groups:
- Uncategorised
Syntax
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
- Posted on July 15, 2009 - 15:44 (CEST)
- FabrizioT
- 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" :(