setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 11: Line 10:


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation |GROUP1=
____________________________________________________________________________________________


| Sets 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=
____________________________________________________________________________________________


| vehicle '''setFuel''' amount |SYNTAX=
| vehicle '''setFuel''' amount |SYNTAX=
Line 22: Line 19:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>_jeepOne [[setFuel]] 0.5;</code> |EXAMPLE1=
|x1= <code>_jeepOne [[setFuel]] 0.5;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[fuel]], [[getFuelCargo]], [[setFuelCargo]], [[setHit]], [[setAmmo]] |SEEALSO=
| [[fuel]], [[getFuelCargo]], [[setFuelCargo]], [[setHit]], [[setAmmo]] |SEEALSO=

Revision as of 03:32, 17 January 2021

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:
Object Manipulation

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