setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *V([a-z ])" to "$1 - v$2")
 
(53 intermediate revisions by 13 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SETFUEL]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|SETFUEL]]
[[Category:Scripting Commands OFP 1.46|SETFUEL]]
[[Category:Scripting Commands ArmA|SETFUEL]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''''vehicle'' setFuel ''amount'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''vehicle:''' [[Object]]
|game5= arma2oa
|version5= 1.50


'''amount:''' [[Number]]
|game6= tkoh
|version6= 1.00


'''Type of returned value:'''
|game7= arma3
|version7= 0.50


[[Nothing]]
|arg= local


'''Description:'''
|eff= global


Set '''fuel''' amount.
|gr1= Object Manipulation


Fuel 1 is full gas tank, 0 is empty.
|descr= Sets fuel level.


|s1= vehicle [[setFuel]] amount


'''Example:'''
|p1= vehicle: [[Object]]


jeepOne '''setFuel''' 0
|p2= amount: [[Number]] - value 0 (empty) to 1 (full)
 
|r1= [[Nothing]]
 
|x1= <sqf>_jeepOne setFuel 0.5;</sqf>
 
|seealso= [[fuel]] [[getFuelCargo]] [[setFuelCargo]] [[setHit]] [[setAmmo]]
}}

Latest revision as of 16:53, 8 November 2023

Hover & click on the images for description

Description

Description:
Sets fuel level.
Groups:
Object Manipulation

Syntax

Syntax:
vehicle setFuel amount
Parameters:
vehicle: Object
amount: Number - value 0 (empty) to 1 (full)
Return Value:
Nothing

Examples

Example 1:
_jeepOne setFuel 0.5;

Additional Information

See also:
fuel getFuelCargo setFuelCargo setHit setAmmo

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