triggerType: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(mass edit: removing obsolete </dt> and </dd> tags)
Line 47: Line 47:
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Activators|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Activators|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 12:42, 2 November 2011

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

Bottom Section