hasWeapon
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Checks if a unit has the given weapon.
Syntax
- Syntax:
- Boolean = unitName hasWeapon weaponName
- Parameters:
- unitName: Object
- weaponName: String - the name of the weapon to check for.
- Return Value:
- Boolean - Returns true if the unit has the weapon, false if not.
Examples
Additional Information
- Multiplayer:
- -
- See also:
- weapons
Notes
Notes