setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(format, see also)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set fuel percentage from 0 (empty) to 1 (full). The vehicle must be [[local]] to the computer where command is executed. |= Description
| Sets fuel percentage from 0 (empty) to 1 (full). The vehicle must be [[local]] to the computer where command is executed. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_jeepOne setFuel 0</pre> |= Example 1
|x1= <code>_jeepOne [[setFuel]] 0.5;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[fuel]], [[setHit]], [[setAmmo]] |= See also
| [[fuel]], [[getFuelCargo]], [[setFuelCargo]], [[setHit]], [[setAmmo]] |= See also


}}
}}

Revision as of 15:11, 17 August 2014

Hover & click on the images for description

Description

Description:
Sets fuel percentage from 0 (empty) to 1 (full). The vehicle must be local to the computer where command is executed.
Groups:
Uncategorised

Syntax

Syntax:
vehicle setFuel amount
Parameters:
vehicle: Object
amount: Number
Return Value:
Nothing

Examples

Example 1:
_jeepOne setFuel 0.5;

Additional Information

See also:
fuelgetFuelCargosetFuelCargosetHitsetAmmo

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