setFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (mp effects)
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= Percentage : [[Number]] |= Parameter 2
|p1= vehicle: [[Object]] |= Parameter 1
|p2= amount: [[Number]] |= Parameter 2


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

Revision as of 19:52, 25 January 2009

Hover & click on the images for description

Description

Description:
Set fuel Percentage from 0 (empty) to 1 (full).
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