getAmmoCargo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (-1 is returned instead of -INF) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 43: | Line 43: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on December 22, 2014 - 17:16 (UTC)</dd> | <dd class="notedate">Posted on December 22, 2014 - 17:16 (UTC)</dd> | ||
<dt class="note">[[User:AgentRevolution| | <dt class="note">[[User:AgentRevolution|AgentRev]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
'''Prior to Arma 3 v1.93.145625''' If the vehicle is not [[alive]], it always returns [[Nothing]], which you should check for using [[isNil]].<br/> | '''Prior to Arma 3 v1.93.145625''' If the vehicle is not [[alive]], it always returns [[Nothing]], which you should check for using [[isNil]].<br/> |
Revision as of 15:10, 31 July 2019
Description
- Description:
- Returns the amount of ammo resources in the cargo space of a rearm vehicle.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getAmmoCargo vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Number - ammo cargo value, -1 if ammo cargo is not supported, 0 if the vehicle is !alive or isNull
Examples
- Example 1:
value = getAmmoCargo myVehicleName;
Additional Information
- See also:
- setAmmoCargogetFuelCargogetRepairCargo
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