setVehicleAmmoDef: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (31 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 0.50 | |||
| | |arg= local | ||
| | |eff= global | ||
| | |gr1= Unit Inventory | ||
| | |gr2= Vehicle Inventory | ||
| | |descr= Sets how much ammunition (compared to the configuration of magazines defined in the vehicle's class) the vehicle has. Note that the ammo will only be added to [[Multiplayer Scripting#Locality|local]] turrets. To check the locality of turret use [[turretLocal]]. | ||
| | |s1= unit [[setVehicleAmmoDef]] value | ||
| unit | |p1= unit: [[Object]] - unit or vehicle. | ||
| | |p2= value: [[Number]] - from 0 (no ammo) to 1 (fully loaded). | ||
| | |r1= [[Nothing]] | ||
| | |x1= <sqf>player setVehicleAmmoDef 0;</sqf> | ||
|seealso= [[setVehicleAmmo]] [[ammo]] [[setAmmo]] [[setAmmoCargo]] [[turretLocal]] | |||
| | |||
}} | }} | ||
{{Note | |||
|user= Actium | |||
|timestamp= 20141220224900 | |||
|text= For vehicles this command operates relative to its stock magazine loadout (i.e. its CfgVehicles magazines[] values). | |||
Thus ''setVehicleAmmoDef 1'' will fully restore a vehicle to its default ammunition capacity, resetting any changes made by intentionally/implicitly adding/removing magazines. | |||
{{ | |||
For vehicles this command operates relative to its stock magazine loadout (i.e. its CfgVehicles magazines[] values). Thus ''setVehicleAmmoDef 1'' will fully restore a vehicle to its default ammunition capacity, resetting any changes made by intentionally/implicitly adding/removing magazines. | |||
Use [[setVehicleAmmo]] to operate in relation to a vehicle's current magazine loadout. | Use [[setVehicleAmmo]] to operate in relation to a vehicle's current magazine loadout. | ||
}} | |||
Latest revision as of 14:58, 25 February 2026
Description
- Description:
- Sets how much ammunition (compared to the configuration of magazines defined in the vehicle's class) the vehicle has. Note that the ammo will only be added to local turrets. To check the locality of turret use turretLocal.
- Groups:
- Unit InventoryVehicle Inventory
Syntax
- Syntax:
- unit setVehicleAmmoDef value
- Parameters:
- unit: Object - unit or vehicle.
- value: Number - from 0 (no ammo) to 1 (fully loaded).
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- setVehicleAmmo ammo setAmmo setAmmoCargo turretLocal
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
- Posted on Dec 20, 2014 - 22:49 (UTC)
- For vehicles this command operates relative to its stock magazine loadout (i.e. its CfgVehicles magazines[] values). Thus setVehicleAmmoDef 1 will fully restore a vehicle to its default ammunition capacity, resetting any changes made by intentionally/implicitly adding/removing magazines. Use setVehicleAmmo to operate in relation to a vehicle's current magazine loadout.