BIS fnc moduleFuel: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|") |
||
Line 8: | Line 8: | ||
|arg= local|eff= global| Set fuel of linked units' '''vehicles'''. | |arg= local|eff= global| Set fuel of linked units' '''vehicles'''. | ||
{{Informative|Regarding locality: unit's '''vehicle''' must be local to the machine, the unit itself can be remote.}} | {{Feature|Informative|Regarding locality: unit's '''vehicle''' must be local to the machine, the unit itself can be remote.}} | ||
| [logic, units, isActivated] call [[BIS_fnc_moduleFuel]] | | [logic, units, isActivated] call [[BIS_fnc_moduleFuel]] |
Revision as of 00:03, 7 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Modules
Syntax
- Syntax:
- Syntax needed
- 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:
- Return value needed
Examples
- Example 1:
[myLogic, [unit1, unit2, vehicle1], true] call BIS_fnc_moduleFuel;
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