currentWeaponMode

From Bohemia Interactive Community
Revision as of 21:04, 25 June 2014 by Killzone Kid (talk | contribs) (firemode added)
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", "FullAuto", "manual", "player"
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