![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | EFuelFlowCapacityIn |
Functions | |
| enum EFuelFlowCapacityIn | Attribute (defvalue:"1", uiwidget:UIWidgets.EditBox, desc:"Initial fuel level")] protected float m_fInitialFuelTankState |
| bool | CanReceiveFuel () |
| bool | CanProvideFuel () |
| bool | HasExactTypeFlags (SCR_EFuelNodeTypeFlag typeFlag) |
| bool | HasAllTypeFlags (SCR_EFuelNodeTypeFlag typeFlag) |
| bool | HasAnyTypeFlag (SCR_EFuelNodeTypeFlag typeFlag) |
| int | GetFuelTankID () |
| Assigned fuel tank ID. | |
| IEntity | GetOwner () |
| Owner entity of the fuel tank. | |
| void | SetHealth (float health) |
| override void | OnFixedFrame (IEntity owner, float timeSlice) |
| void | OnFuelChanged (float newFuel) |
| ScriptInvokerFloat | GetOnFuelChanged () |
| float | GetHealth () |
| float | GetLeakableFuel () |
| EFuelFlowCapacityOut | GetMaxFlowCapacityOut () |
| float | GetInitialFuelTankState () |
| EFuelFlowCapacityIn | GetMaxFlowCapacityIn () |
| override void | OnInit (IEntity owner) |
| enum EFuelFlowCapacityIn |
Definition at line 2 of file SCR_FuelNode.c.
| enum EFuelFlowCapacityIn Attribute | ( | defvalue:"1" | , |
| uiwidget:UIWidgets. | EditBox, | ||
| desc:"Initial fuel level" | ) |
|
protected |
Definition at line 87 of file SCR_FuelNode.c.
|
protected |
Definition at line 80 of file SCR_FuelNode.c.
|
protected |
Assigned fuel tank ID.
Definition at line 121 of file SCR_FuelNode.c.
|
protected |
Definition at line 196 of file SCR_FuelNode.c.
|
protected |
Definition at line 216 of file SCR_FuelNode.c.
|
protected |
Definition at line 203 of file SCR_FuelNode.c.
|
protected |
Definition at line 223 of file SCR_FuelNode.c.
|
protected |
Definition at line 210 of file SCR_FuelNode.c.
|
protected |
Definition at line 186 of file SCR_FuelNode.c.
|
protected |
Check if FuelNodeType enum contains all the given fuel node type flags
| typeFlag | Queried flag types |
Definition at line 105 of file SCR_FuelNode.c.
|
protected |
Check if FuelNodeType enum contains any of the given fuel node type flags
| typeFlag | Queried flag types |
Definition at line 114 of file SCR_FuelNode.c.
|
protected |
Check if FuelNodeType enum is exactly the same as the nodeType enum
| typeFlag | Queried flag types |
Definition at line 96 of file SCR_FuelNode.c.
Definition at line 150 of file SCR_FuelNode.c.
|
protected |
Definition at line 175 of file SCR_FuelNode.c.
|
protected |
| [in] | health |
Definition at line 135 of file SCR_FuelNode.c.
| enum EFuelFlowCapacityIn CAN_BE_DRAINED = 1 << 2 |
If the fuel node can be drained with user action.
| enum EFuelFlowCapacityIn CAN_PROVIDE_FUEL = 1 << 1 |
Can the fuel node provide fuel to other fuel nodes.
| enum EFuelFlowCapacityIn CAN_RECEIVE_FUEL = 1 << 0 |
Can the fuel node receive fuel from other fuel nodes.
| FUEL_CARGO = 4500 |
Definition at line 5 of file SCR_FuelNode.c.
| enum EFuelFlowCapacityIn IS_FUEL_STORAGE = 1 << 3 |
Any fuel nodes such as fuel tanker and in world refuel points.
|
protected |
Definition at line 48 of file SCR_FuelNode.c.
|
protected |
Definition at line 60 of file SCR_FuelNode.c.
|
protected |
Definition at line 58 of file SCR_FuelNode.c.
|
protected |
Definition at line 45 of file SCR_FuelNode.c.
|
protected |
Definition at line 51 of file SCR_FuelNode.c.
|
protected |
Definition at line 64 of file SCR_FuelNode.c.
|
protected |
Definition at line 65 of file SCR_FuelNode.c.
|
protected |
Definition at line 42 of file SCR_FuelNode.c.
|
protected |
Definition at line 39 of file SCR_FuelNode.c.
|
protected |
Definition at line 54 of file SCR_FuelNode.c.
|
protected |
Definition at line 59 of file SCR_FuelNode.c.
|
protected |
Definition at line 62 of file SCR_FuelNode.c.
|
protected |
Definition at line 66 of file SCR_FuelNode.c.
| MANUAL = 50 |
User initiated.
Definition at line 0 of file SCR_FuelNode.c.
|
protected |
Definition at line 68 of file SCR_FuelNode.c.
|
protected |
Definition at line 67 of file SCR_FuelNode.c.
|
protected |
Definition at line 57 of file SCR_FuelNode.c.
| VEHICLE_BIG = 1400 |
Definition at line 3 of file SCR_FuelNode.c.
| VEHICLE_HELICOPTER = 2500 |
Definition at line 4 of file SCR_FuelNode.c.
| VEHICLE_MEDIUM = 700 |
Definition at line 2 of file SCR_FuelNode.c.
| VEHICLE_SMALL = 250 |
Definition at line 1 of file SCR_FuelNode.c.