BIS fnc moduleFuel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.00|= Game version
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Set fuel of linked units' '''vehicles'''. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_moduleFuel]]; --> |= Syntax
| [logic, units, isActivated] call [[BIS_fnc_moduleFuel]] |Syntax=
 
|p1= logic: [[Object]] - the logic. Possible [[setVariable]] parameter:
* "value": [[Number]] - (Optional, default 0) wanted fuel level, in range 0..1 |Parameter 1=
 
|p2= units: [[Array]] of [[Object|Objects]] - list of units |Parameter 2=


|p1= |= Parameter 1
|p3= isActivated: [[Boolean]] - (Optional, default [[true]]) if [[true]], the fuel is set |Parameter 3=


| |= Return value
| [[Boolean]] - [[true]] when done, even if ''isActivated'' equals [[false]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[myLogic, [unit1, unit2, vehicle1], [[true]]] [[call]] [[BIS_fnc_moduleFuel]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[fuel]], [[setFuel]] |See also=
 
}}
}}


Line 33: Line 36:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:moduleFuel}}]]
[[Category:Function Group: ObjectModifiers|{{uc:moduleFuel}}]]
[[Category:Function Group: ObjectModifiers|{{uc:moduleFuel}}]]
[[Category:Functions|{{uc:moduleFuel}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleFuel}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleFuel}}]]

Revision as of 22:21, 4 July 2018

Hover & click on the images for description

Description

Description:
Set fuel of linked units' vehicles.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[logic, units, isActivated] call BIS_fnc_moduleFuel
Parameters:
logic: Object - the logic. Possible setVariable parameter:
  • "value": Number - (Optional, default 0) wanted fuel level, in range 0..1
units: Array of Objects - list of units
isActivated: Boolean - (Optional, default true) if true, the fuel is set
Return Value:
Boolean - true when done, even if isActivated equals false

Examples

Example 1:
[myLogic, [unit1, unit2, vehicle1], true] call BIS_fnc_moduleFuel;

Additional Information

See also:
fuelsetFuel

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