setFuelCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| vehicle '''setFuelCargo''' amount |= Syntax
| [[Object#Vehicle|Vehicle]] '''setFuelCargo''' amount |= Syntax


|p1= vehicle: [[Object]] |= Parameter 1
|p1= amount: [[Number]] |= Parameter 2
 
|p2= amount: [[Number]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>refuelTruckOne setFuelCargo 0</pre> |= Example 1
|x1= <pre>_refuelTruckOne setFuelCargo 0</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:44, 31 August 2007

Hover & click on the images for description

Description

Description:
Set fuel amount in cargo space of refuel vehicle. Fuel 1 is full gas tank, 0 is empty.
Groups:
Uncategorised

Syntax

Syntax:
Vehicle setFuelCargo amount
Parameters:
amount: Number
Return Value:
Nothing

Examples

Example 1:
_refuelTruckOne setFuelCargo 0

Additional Information

See also:
See also needed

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

Notes

Bottom Section