getRepairCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) m (Text replacement - "<br/>" to "<br>") |
||
Line 45: | Line 45: | ||
<dt class="note">[[User:AgentRevolution|AgentRev]]</dt> | <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> | ||
If the vehicle is unable to carry that type of cargo, it returns [[Number#Number_Type|-1.#IND]], which you should check for using [[finite]] or [[a_less_b | <]] 0. | If the vehicle is unable to carry that type of cargo, it returns [[Number#Number_Type|-1.#IND]], which you should check for using [[finite]] or [[a_less_b | <]] 0. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 14:26, 14 March 2020
Description
- Description:
- Returns the amount (1 is full) of repair resources in the cargo space of a repair vehicle.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getRepairCargo vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Number - repair cargo value, -1 if repair cargo is not supported, 0 if the vehicle is !alive or isNull
Examples
- Example 1:
value = getRepairCargo vehicleName;
Additional Information
- See also:
- setRepairCargogetAmmoCargogetFuelCargo
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