![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvokerBool | GetOnVehicleUsabilityChanged () |
| SCR_VehicleConditionCheck | GetCheck (typename type) |
| void | AddCheck (notnull SCR_VehicleConditionCheck check) |
| SCR_VehicleConditionCheck | GetFirstFailedCheck (Vehicle vehicle) |
| bool | IsVehicleUsable (Vehicle vehicle) |
| bool | GetIsUsable () |
| void | SetIsUsable (bool value) |
| void | SCR_VehicleConditionManager () |
Protected Attributes | |
| ref array< ref SCR_VehicleConditionCheck > | m_aChecks |
| bool | m_bIsUsable |
| ref ScriptInvokerBool | m_OnVehicleUsabilityChanged |
Definition at line 2 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 93 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 33 of file SCR_VehicleConditionManager.c.
Definition at line 21 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 42 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 75 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 12 of file SCR_VehicleConditionManager.c.
Checks if a vehicle is usable by iterating through condition checks.
| [in] | vehicle | that the method checks usability for. |
Definition at line 59 of file SCR_VehicleConditionManager.c.
|
inlineprotected |
Definition at line 81 of file SCR_VehicleConditionManager.c.
|
protected |
Definition at line 5 of file SCR_VehicleConditionManager.c.
|
protected |
Definition at line 7 of file SCR_VehicleConditionManager.c.
|
protected |
Definition at line 9 of file SCR_VehicleConditionManager.c.