currentWeaponMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(Added See Also: How change current weapon mode)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[ArmA:_Actions#SWITCHWEAPON]] |= See also
 
}}
}}



Revision as of 17:57, 25 May 2011

Hover & click on the images for description

Description

Description:
Returns current weapon mode of unit's weapon. Result can be: "Single", "Burst" or "manual"
Groups:
Uncategorised

Syntax

Syntax:
currentWeaponMode gunner
Parameters:
gunner: Object
Return Value:
String

Examples

Example 1:
 "Single" = currentWeaponMode player;

Additional Information

See also:
ArmA:_Actions#SWITCHWEAPON

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