![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_FuelConsumptionComponentClass |
Functions | |
| void | SetCurrentFuelTank (int iFuelTankID) |
| BaseFuelNode | GetCurrentFuelTank () |
| BaseFuelNode | FindFuelTankByID (int iFuelTankID) |
| void | ConnectToFuelConsumptionSystem () |
| void | DisconnectFromFuelConsumptionSystem () |
| void | Update (float timeSlice) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | EOnInit (IEntity owner) |
| override void | OnDelete (IEntity owner) |
Variables | |
| SCR_FuelConsumptionComponentClass | SECOND_TO_HOUR = 1/3600 |
| const float | MIN_FUEL = 0 |
| const float | MIN_THRUST = 0.04 |
| const float | MIN_CLUTCH = 0.04 |
| const float | NEUTRAL_GEAR = 1 |
| const float | TIME_STEP = 1 |
| bool | m_bConnectedToSystem = false |
| float | m_fTimeDelta |
| BaseFuelNode | m_CurrentFuelTank |
| VehicleBaseSimulation | m_Simulation |
| SCR_FuelConsumptionComponentClass | m_ComponentData |
|
protected |
Definition at line 225 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 237 of file SCR_FuelConsumptionComponent.c.
|
protected |
returns the fuel tank pointer by the given FuelTankID
| [in] | iFuelTankID |
Definition at line 79 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 70 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 304 of file SCR_FuelConsumptionComponent.c.
|
protected |
Switch the actual fuel tank (i.e. by a switch on the dashboard)
| [in] | iFuelTankID |
Definition at line 63 of file SCR_FuelConsumptionComponent.c.
|
protected |
| [in] | timeSlice |
Definition at line 253 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 23 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 28 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 26 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 25 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 27 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 19 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 17 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 18 of file SCR_FuelConsumptionComponent.c.
|
protected |
Definition at line 20 of file SCR_FuelConsumptionComponent.c.
| SCR_FuelConsumptionComponentClass SECOND_TO_HOUR = 1/3600 |
|
protected |
Definition at line 21 of file SCR_FuelConsumptionComponent.c.