setAmmoCargo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on July ([0-9]{2})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-07-$1") |
||
(51 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| ofp |= | |game1= ofp | ||
|version1= 1.00 | |||
|1.00 | |game2= ofpe | ||
|version2= 1.00 | |||
| | |game3= arma1 | ||
|version3= 1.00 | |||
|game4= arma2 | |||
|version4= 1.00 | |||
| | |game5= arma2oa | ||
|version5= 1.50 | |||
| | |game6= tkoh | ||
|version6= 1.00 | |||
| | |game7= arma3 | ||
|version7= 0.50 | |||
| | |arg= local | ||
|eff= global | |||
| [[getAmmoCargo]] | |gr1= Vehicle Inventory | ||
|descr= Set amount of ammo resources in cargo space of a rearm vehicle. Ammo resource is used to resupply vehicles that take ammo. Soldiers use individual magazines instead. Amount: 1 is full cargo. | |||
The <u>actual</u> '''quantity''' to work with is determined by the model's class in [[CfgVehicles]] | |||
|s1= vehicleName [[setAmmoCargo]] ammoCargo | |||
|p1= vehicleName: [[Object]] | |||
|p2= ammoCargo: [[Number]] | |||
|r1= [[Nothing]] | |||
|x1= <sqf>_ammoTruck1 setAmmoCargo 0.5;</sqf> | |||
|seealso= [[getAmmoCargo]] [[setFuelCargo]] [[setRepairCargo]] | |||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> | ||
< | |||
<dd class="notedate">Posted on 31 Aug, 2011 | <dt></dt> | ||
<dt class="note"> | <dd class="notedate">Posted on 31 Aug, 2011</dd> | ||
<dt class="note">[[User:PlacidBox|PlacidBox]]</dt> | |||
<dd class="note"> | |||
While the amount of total 'ammo' that can be reloaded is defined in the truck/supply point's CfgVehicles entry, the amount each round of ammunition takes from that total is defined in the [[CfgAmmo_Config_Reference#cost|CfgAmmo]] 'Cost' entry for that round. | While the amount of total 'ammo' that can be reloaded is defined in the truck/supply point's CfgVehicles entry, the amount each round of ammunition takes from that total is defined in the [[CfgAmmo_Config_Reference#cost|CfgAmmo]] 'Cost' entry for that round. | ||
Line 36: | Line 54: | ||
A similar thing applies with a vehicle's cfgVehicle Cost entry for repairing, and the vehicle's fuelCapacity entry when refuelling. | A similar thing applies with a vehicle's cfgVehicle Cost entry for repairing, and the vehicle's fuelCapacity entry when refuelling. | ||
< | |||
<dt></dt> | |||
<dd class="notedate">Posted on 2015-07-10 - 19:27 (UTC)</dd> | |||
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | |||
<dd class="note"> | |||
(Arma 3 1.44) '''setAmmoCargo''' will have no effect if the vehicle doesn't support [[getAmmoCargo]]. | |||
</dd> | |||
</dl> | </dl> | ||
Latest revision as of 23:09, 13 May 2023
Description
- Description:
- Set amount of ammo resources in cargo space of a rearm vehicle. Ammo resource is used to resupply vehicles that take ammo. Soldiers use individual magazines instead. Amount: 1 is full cargo. The actual quantity to work with is determined by the model's class in CfgVehicles
- Groups:
- Vehicle Inventory
Syntax
- Syntax:
- vehicleName setAmmoCargo ammoCargo
- Parameters:
- vehicleName: Object
- ammoCargo: Number
- Return Value:
- Nothing
Examples
- Example 1:
- _ammoTruck1 setAmmoCargo 0.5;
Additional Information
- See also:
- getAmmoCargo setFuelCargo setRepairCargo
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 31 Aug, 2011
- PlacidBox
- While the amount of total 'ammo' that can be reloaded is defined in the truck/supply point's CfgVehicles entry, the amount each round of ammunition takes from that total is defined in the CfgAmmo 'Cost' entry for that round. Your typical truck has 300000 ammo capacity, and the tunguska's missiles have a Cost of 50000. So the tunguska can reload a total of 6 missiles from the ammo truck before the ammo capacity is depleted and needs to be set with setAmmoCargo. A similar thing applies with a vehicle's cfgVehicle Cost entry for repairing, and the vehicle's fuelCapacity entry when refuelling.
- Posted on 2015-07-10 - 19:27 (UTC)
- Waffle SS.
- (Arma 3 1.44) setAmmoCargo will have no effect if the vehicle doesn't support getAmmoCargo.
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Vehicle Inventory
- Scripting Commands: Global Effect