removeWeaponTurret: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.32 | |||
|1.32 | |||
|game2= arma2oa | |game2= arma2oa | ||
Line 16: | Line 15: | ||
|descr= Removes weapon from the turret. Use turret path [-1] for driver's turret. | |descr= Removes weapon from the turret. Use turret path [-1] for driver's turret. | ||
|s1= | |s1= vehicle [[removeWeaponTurret]] [weaponName, turretPath] | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|r1=[[Nothing]] | |p2= weaponName: [[String]] | ||
|p3= turretPath: [[Array]] format [[Turret Path]] | |||
|r1= [[Nothing]] | |||
|x1= < | |x1= <sqf>_tank removeWeaponTurret ["LMG_M200", [0,0]];</sqf> | ||
|x2= < | |x2= <sqf>vehicle player removeWeaponTurret ["SportCarHorn", [-1]];</sqf> | ||
|seealso= [[addWeaponTurret]] | |seealso= [[addWeaponTurret]] [[turretLocal]] [[addMagazineTurret]] [[magazinesTurret]] [[removeMagazinesTurret]] [[removeMagazineTurret]] [[weaponsTurret]] [[currentMagazineDetailTurret]] [[currentMagazineTurret]] [[currentWeaponTurret]] [[selectWeaponTurret]] | ||
}} | }} |
Latest revision as of 11:05, 8 August 2022
Description
- Description:
- Removes weapon from the turret. Use turret path [-1] for driver's turret.
- Groups:
- Turrets
Syntax
- Syntax:
- vehicle removeWeaponTurret [weaponName, turretPath]
- Parameters:
- vehicle: Object
- weaponName: String
- turretPath: Array format Turret Path
- Return Value:
- Nothing
Examples
- Example 1:
- _tank removeWeaponTurret ["LMG_M200", [0,0]];
- Example 2:
Additional Information
- See also:
- addWeaponTurret turretLocal addMagazineTurret magazinesTurret removeMagazinesTurret removeMagazineTurret weaponsTurret currentMagazineDetailTurret currentMagazineTurret currentWeaponTurret selectWeaponTurret
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