Difference between revisions of "getAmmoCargo"
Jump to navigation
Jump to search
killzone_kid (talk | contribs) m |
killzone_kid (talk | contribs) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Returns the amount of ammo resources in the cargo space of a rearm vehicle. <br><br> | + | | Returns the amount (1 is full) of ammo resources in the cargo space of a rearm vehicle. <br><br> |
− | {{Informative | Since Arma 3 v1.94.145939 | + | {{Informative | Since Arma 3 v1.94.145939 the return value for vehicles that are not configured to have ability to rearm other vehicles is -1. (Prior to that the value was negative infinity)}} |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 15:13, 31 July 2019
Description
- Description:
- Returns the amount (1 is full) 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