setVehicleAmmoDef: 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 (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *U([a-z ])" to "$1 - u$2") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
|s1= unit [[setVehicleAmmoDef]] value | |s1= unit [[setVehicleAmmoDef]] value | ||
|p1= unit: [[Object]] - | |p1= unit: [[Object]] - unit or vehicle. | ||
|p2= value: [[Number]] - | |p2= value: [[Number]] - from 0 (no ammo) to 1 (fully loaded). | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
Line 30: | Line 30: | ||
<dt></dt> | <dt></dt> | ||
<dd class="notedate">Posted on | <dd class="notedate">Posted on 2014-12-20 - 21:49 (UTC)</dd> | ||
<dt class="note">[[User:Actium|Actium]]</dt> | <dt class="note">[[User:Actium|Actium]]</dt> | ||
<dd class="note"> | <dd class="note"> |
Latest revision as of 15:52, 8 November 2023
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 or on the Forums.
Only post proven facts here! Add Note
- Posted on 2014-12-20 - 21:49 (UTC)
- Actium
- 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. --Actium (talk) 22:49, 20 December 2014 (CET)