removeMagazineTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 23: | Line 23: | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2 | |||
|p2= magazineName: [[String]] | |||
| | |||
|p3= turretPath: [[Array]] | |||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>vehicle player | |x1= <sqf>vehicle player removeMagazineTurret ["60rnd_cmflaremagazine",[-1]]</sqf> | ||
|x2= <sqf>_tank | |||
|x2= <sqf>_tank removeMagazineTurret ["20Rnd_120mmSABOT_M1A2",[0]]</sqf> | |||
|seealso= [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[weaponsTurret]] [[addWeaponTurret]] [[removeWeaponTurret]] [[turretLocal]] | |seealso= [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[weaponsTurret]] [[addWeaponTurret]] [[removeWeaponTurret]] [[turretLocal]] | ||
}} | }} |
Revision as of 16:25, 13 May 2022
Description
- Description:
- Removes the magazine from the turret. Use turret path [-1] for driver's turret. Note: you may create invalid combinations by using this function. When doing so, application behaviour is undefined.
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle removeMagazineTurret [magazineName, turretPath]
- Parameters:
- vehicle: Object
- magazineName: String
- turretPath: Array
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- _tank removeMagazineTurret ["20Rnd_120mmSABOT_M1A2",[0]]
Additional Information
- See also:
- addMagazineTurret magazinesTurret removeMagazinesTurret weaponsTurret addWeaponTurret removeWeaponTurret turretLocal
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