Difference between revisions of "fuel"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
|||
(22 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | ofp | | + | | ofp |Game name= |
− | |1.00| | + | |1.00|Game version= |
− | |arg= global |= | + | |arg= global |Multiplayer Arguments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | Checks how much fuel is left in the gas tank of a vehicle. |= | + | | Checks how much fuel is left in the gas tank of a vehicle. |DESCRIPTION= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | '''fuel''' vehicle |= | + | | '''fuel''' vehicle |SYNTAX= |
− | |p1= vehicle: [[Object]] |= | + | |p1= vehicle: [[Object]] |PARAMETER1= |
| [[Number]] - | | [[Number]] - | ||
− | The returned number is in range 0 (empty tank) to 1 (full tank). |= | + | The returned number is in range 0 (empty tank) to 1 (full tank). |RETURNVALUE= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= < | + | |x1= <code>[[if]] ([[fuel]] [[vehicle]] [[player]] == 0) [[then]] {[[hint]] "The vehicle is out of fuel!"};</code> |EXAMPLE1= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | [[setFuel]] |= | + | | [[setFuel]], [[setFuelCargo]], [[getFuelCargo]] |SEEALSO= |
}} | }} | ||
Line 30: | Line 30: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
+ | |||
+ | <dt class="note">'''[[User:UNN|UNN]]'''<dd class="note"> | ||
+ | Vehicles refuelled in game with the Fuel trucks e.t.c never get completely refuelled. After refuelling, rather than returning a value of 1 when the [[fuel]] command is called. They return a value greater than 0.98 and less than 1. | ||
+ | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
Line 36: | Line 40: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|FUEL]] | [[Category:Scripting Commands|FUEL]] | ||
+ | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands OFP 1.96|FUEL]] | [[Category:Scripting Commands OFP 1.96|FUEL]] | ||
[[Category:Scripting Commands OFP 1.46|FUEL]] | [[Category:Scripting Commands OFP 1.46|FUEL]] | ||
[[Category:Scripting Commands ArmA|FUEL]] | [[Category:Scripting Commands ArmA|FUEL]] | ||
+ | [[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
+ | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 21:46, 31 August 2019
Hover & click on the images for descriptions
Description
- Description:
- Checks how much fuel is left in the gas tank of a vehicle.
Syntax
- Syntax:
- fuel vehicle
- Parameters:
- vehicle: Object
- Return Value:
- Number - The returned number is in range 0 (empty tank) to 1 (full tank).
Examples
Additional Information
- See also:
- setFuelsetFuelCargogetFuelCargo
- Groups:
- Uncategorised
Notes
Notes
- UNN
- Vehicles refuelled in game with the Fuel trucks e.t.c never get completely refuelled. After refuelling, rather than returning a value of 1 when the fuel command is called. They return a value greater than 0.98 and less than 1.
Bottom Section
Categories:
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint version 1.00
- Commands utilizing global arguments
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Object Information
- Command Group: Vehicle Assignment
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters