hasWeapon
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
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 = Unit hasWeapon "weaponName"
- Parameters:
- Unit: Person or Vehicle
- 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:
- Behaviour unknown.
- See also:
- weapons

