setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
(28 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|S]]
{{Command|Comments=
[[Category:Scripting Commands OFP 1.97|S]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|S]]
[[Category:Scripting Commands ArmA|S]]


back to [[Scripting_Reference#S|COMREF]]
| ofp |Game name=


<h2 style="color:#000066">'''''vehicle'' setFuel ''amount'''''</h2>
|1.00|Game version=


|arg= local |Multiplayer Arguments=


'''Operand types:'''
|eff= global |Multiplayer Effects=
____________________________________________________________________________________________


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


'''amount:''' [[Number]]
| vehicle '''setFuel''' amount |SYNTAX=


'''Type of returned value:'''
|p1= vehicle: [[Object]] |PARAMETER1=
|p2= amount: [[Number]] |PARAMETER2=


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


'''Description:'''
| [[fuel]], [[getFuelCargo]], [[setFuelCargo]], [[setHit]], [[setAmmo]] |SEEALSO=


Set '''fuel''' amount.
}}


Fuel 1 is full gas tank, 0 is empty.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>[[Category:Scripting Commands|SETFUEL]]
 
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
jeepOne '''setFuel''' 0
[[Category:Scripting Commands OFP 1.96|SETFUEL]]
[[Category:Scripting Commands OFP 1.46|SETFUEL]]
[[Category:Scripting Commands ArmA|SETFUEL]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 16:39, 6 April 2020

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