Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | FuelManagerComponentClass |
Functions | |
FuelManagerComponentClass GameComponentClass | GetFuelNodesList (out notnull array< BaseFuelNode > outNodes) |
proto external bool | HasFuel () |
Returns true if one node has at least some fuel. More... | |
proto external bool | CanBeRefueled () |
Returns true if at least one node can be refueled. More... | |
proto external float | GetTotalFuel () |
Get the current sum of amount of fuel in all nodes. More... | |
proto external float | GetTotalMaxFuel () |
Get the current sum of the max amount of fuel in all nodes. More... | |
event protected void | OnInit (IEntity owner) |