currentWeaponMode

From Bohemia Interactive Community
Revision as of 11:47, 19 June 2011 by .kju (talk | contribs) (Added SEEALSO)
Jump to navigation Jump to search
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#SWITCHWEAPONcurrentWeapon

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