removeMagazineTurret: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) No edit summary |
||
(46 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2oa |= | |game1= arma2oa | ||
|version1= 1.52 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
| | |arg= local | ||
| | |eff= global | ||
|gr1= Turrets | |||
| | |descr= 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. | |||
| | |s1= vehicle [[removeMagazineTurret]] [magazineName, turretPath] | ||
| [[ | |p1= vehicle: [[Object]] | ||
|p2= magazineName: [[String]] | |||
|p3= turretPath: [[Array]] format [[Turret Path]] | |||
|r1= [[Nothing]] | |||
|x1= <sqf>vehicle player removeMagazineTurret ["60rnd_cmflaremagazine",[-1]];</sqf> | |||
</ | |||
< | |x2= <sqf>_tank removeMagazineTurret ["20Rnd_120mmSABOT_M1A2",[0]];</sqf> | ||
[[ | |seealso= [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[weaponsTurret]] [[addWeaponTurret]] [[removeWeaponTurret]] [[turretLocal]] [[removeMagazine]] | ||
[[ | }} | ||
[[ | |||
[[ | |||
[[ |
Latest revision as of 00:34, 3 November 2024
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 format Turret Path
- 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 removeMagazine
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