setVehicleAmmoDef: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma3|$1}}")
m (Text replacement - ">Posted on December ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-12-$1")
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|Game version=
|arg= local


|arg= local |Multiplayer Arguments=
|eff= global


|eff= global |Multiplayer Effects=
|gr1= Unit Inventory


|gr1= Unit Inventory |GROUP1=
|gr2= Vehicle Inventory


|gr2= Vehicle Inventory |GROUP2=
|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]].
____________________________________________________________________________________________


| 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]].  |DESCRIPTION=
|s1= unit [[setVehicleAmmoDef]] value
____________________________________________________________________________________________


| unit '''setVehicleAmmoDef''' value |SYNTAX=
|p1= unit: [[Object]] - Unit or vehicle.


|p1= unit: [[Object]] - Unit or vehicle. |PARAMETER1=
|p2= value: [[Number]] - From 0 (no ammo) to 1 (fully loaded).


|p2= value: [[Number]] - From 0 (no ammo) to 1 (fully loaded). |PARAMETER2=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=  
|x1= <sqf>player setVehicleAmmoDef 0;</sqf>


 
|seealso= [[setVehicleAmmo]] [[ammo]] [[setAmmo]] [[setAmmoCargo]] [[turretLocal]]
|x1= <code>[[player]] [[setVehicleAmmoDef]] 0;</code>|EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[setVehicleAmmo]], [[ammo]], [[setAmmo]], [[setAmmoCargo]], [[turretLocal]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<dl class='command_description'>
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
<dt></dt>
{{GameCategory|arma3|New_Scripting_Commands_List}}
<dd class="notedate">Posted on 2014-12-20 - 21:49 (UTC)</dd>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
 
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on December 20, 2014 - 21:49 (UTC)</dd>
<dt class="note">[[User:Actium|Actium]]</dt>
<dt class="note">[[User:Actium|Actium]]</dt>
<dd class="note">
<dd class="note">
Line 58: Line 37:
--[[User:Actium|Actium]] ([[User talk:Actium|talk]]) 22:49, 20 December 2014 (CET)
--[[User:Actium|Actium]] ([[User talk:Actium|talk]]) 22:49, 20 December 2014 (CET)
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 00:13, 14 May 2023

Hover & click on the images for description

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:
player setVehicleAmmoDef 0;

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)