setFuelCargo: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 21: | Line 21: | ||
|x1= <code>_refuelTruckOne [[setFuelCargo]] 0;</code> | |x1= <code>_refuelTruckOne [[setFuelCargo]] 0;</code> | ||
| [[getFuelCargo]], [[fuel]], [[setFuel]], [[setAmmoCargo]], [[setRepairCargo]] | |seealso= [[getFuelCargo]], [[fuel]], [[setFuel]], [[setAmmoCargo]], [[setRepairCargo]] | ||
}} | }} | ||
Revision as of 00:02, 17 February 2021
Description
- Description:
- Description needed
- Groups:
- Vehicle Inventory
Syntax
- Syntax:
- Syntax needed
- Parameters:
- vehicle : Object
- amount : Number
- Return Value:
- Return value needed
Examples
- Example 1:
_refuelTruckOne setFuelCargo 0;
Additional Information
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 July 10, 2015 - 19:33 (UTC)
- Waffle SS.
- (Arma 3 1.44) setFuelCargo will have no effect if the vehicle doesn't support getFuelCargo.