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 | SCR_WheeledDamageManagerComponentClass |
Functions | |
float | GetWheelsEfficiency () |
protected void | SetWheelsEfficiency (float efficiency) |
override void | UpdateVehicleState () |
override void | UpdateMovementDamage () |
Variables | |
SCR_WheeledDamageManagerComponentClass | m_fWheelsEfficiency = 1 |
float GetWheelsEfficiency | ( | ) |
Definition at line 11 of file SCR_WheeledDamageManagerComponent.c.
protected void SetWheelsEfficiency | ( | float | efficiency | ) |
Definition at line 17 of file SCR_WheeledDamageManagerComponent.c.
override void UpdateMovementDamage | ( | ) |
Definition at line 48 of file SCR_WheeledDamageManagerComponent.c.
override void UpdateVehicleState | ( | ) |
Definition at line 25 of file SCR_WheeledDamageManagerComponent.c.
SCR_WheeledDamageManagerComponentClass m_fWheelsEfficiency = 1 |