currentMuzzle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<tt>([a-zA-Z0-9\. _"']+)<\/tt>" to "{{hl|$1}}") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
|x2= <code>_muzzle = [[currentMuzzle]] ([[gunner]] ([[vehicle]] [[player]]));</code> | |x2= <code>_muzzle = [[currentMuzzle]] ([[gunner]] ([[vehicle]] [[player]]));</code> | ||
|seealso= [[currentWeapon]] | |seealso= [[currentWeapon]], [[currentMagazine]], [[currentThrowable]] | ||
}} | }} |
Revision as of 22:23, 1 January 2022
Description
- Description:
- Returns a unit's current weapon muzzle. Does not work on vehicles.
- Groups:
- Weapons
Syntax
- Syntax:
- currentMuzzle unit
- Parameters:
- unit: Object
- Return Value:
- String - current muzzle
Examples
- Example 1:
_muzzle = currentMuzzle player;
- Example 2:
_muzzle = currentMuzzle (gunner (vehicle player));
Additional Information
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