setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETFUEL]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETFUEL]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETFUEL]]
[[Category:Scripting Commands ArmA|SETFUEL]]


| ofp |= Game name


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


| Set fuel amount. Fuel 1 is full gas tank, 0 is empty. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| vehicle '''setFuel''' amount |= Syntax


'''vehicle:''' [[Object]]
|p1= vehicle: [[Object]] |= Parameter 1


'''amount:''' [[Number]]
|p2= amount: [[Number]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>jeepOne setFuel 0</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Set '''fuel''' amount.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Fuel 1 is full gas tank, 0 is empty.
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>[[Category:Scripting Commands|SETFUEL]]
'''Example:'''
[[Category:Scripting Commands OFP 1.96|SETFUEL]]
 
[[Category:Scripting Commands OFP 1.46|SETFUEL]]
jeepOne '''setFuel''' 0
[[Category:Scripting Commands ArmA|SETFUEL]]

Revision as of 00:15, 2 August 2006

Hover & click on the images for description

Description

Description:
Set fuel amount. Fuel 1 is full gas tank, 0 is empty.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
jeepOne setFuel 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