Arma Reforger Script API
|
Public Member Functions | |
override bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Returns true if driver is using full throttle feature. | |
![]() | |
bool | IsEnabled () |
Getter for an enabled flag, disabled conditions are skipped, not evaluated at all. | |
Protected Attributes | |
bool | m_bCheckPersistentState |
![]() | |
bool | m_bEnabled |
bool | m_bNegateCondition |
Additional Inherited Members | |
![]() | |
bool | GetReturnResult (bool desiredResult) |
Based on the state of m_bNegateCondition returns our desired result. | |
override bool SCR_VehicleTurboCondition.IsAvailable | ( | SCR_AvailableActionsConditionData | data | ) |
Returns true if driver is using full throttle feature.
Implements SCR_AvailableActionCondition.
|
protected |