fire: Difference between revisions
Jump to navigation
Jump to search
m (+ See also) |
(changed weapons link from OFP to category page) |
||
Line 30: | Line 30: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[:Category:Weapons]]<br /> [[doFire]], [[commandFire]] |= See also | ||
}} | }} |
Revision as of 17:56, 27 November 2006
Description
- Description:
- Forces a unit to fire the given weapon.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit fire weapon
- Parameters:
- unit: Object - unit that's supposed to fire
- weapon: String - name of the weapon to be fired
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- unit fire array
- Parameters:
- unit: Object
- array: Array - in format [muzzle, mode, magazine] or [muzzle, mode].
- Return Value:
- Nothing
Examples
- Example 1:
soldier fire "M16"
- Example 2:
soldier fire ["throw","SmokeShell","SmokeShell"]
Additional Information
- See also:
- Category:Weapons
doFirecommandFire
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
- Posted on August 17, 2006 - 08:18
- Str
- Sometimes AI won't shoot when you use this command. It can be fixed by placing selectWeapon command before it.