currentWeaponMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added See Also: How change current weapon mode)
(Added example for vehicle use)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <pre> "Single" <nowiki>=</nowiki> currentWeaponMode player;</pre> |=  
|x1= <pre> _weaponMode <nowiki>=</nowiki> currentWeaponMode player;</pre> |=
|x2= <pre> weaponMode  <nowiki>=</nowiki> currentWeaponMode (gunner (vehicle player));</pre> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:43, 19 June 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:
 _weaponMode = currentWeaponMode player;
Example 2:
 weaponMode  = currentWeaponMode (gunner (vehicle 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