setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set fuel amount. Fuel 1 is full gas tank, 0 is empty. |= Description
| Set fuel Percentage from 0 (empty) to 1 (full). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Vehicle|Vehicle]] '''setFuel''' amount |= Syntax
| [[Object#Vehicle|Vehicle]] '''setFuel''' Percentage |= Syntax


|p1= amount: [[Number]] |= Parameter 2
|p1= Percentage : [[Number]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 11:15, 4 September 2007

Hover & click on the images for description

Description

Description:
Set fuel Percentage from 0 (empty) to 1 (full).
Groups:
Uncategorised

Syntax

Syntax:
Vehicle setFuel Percentage
Parameters:
Percentage : 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