Arma Reforger Script API
|
Returns true if current vehicle speed matches the condition. More...
Public Member Functions | |
override bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Returns true when current controlled vehicle altitude matches the condition by operator Returns opposite if m_bNegateCondition is enabled. | |
Public Member Functions inherited from SCR_AvailableActionCondition | |
bool | IsEnabled () |
Getter for an enabled flag, disabled conditions are skipped, not evaluated at all. | |
bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Override and implement this method in any inherited conditions. | |
Protected Attributes | |
float | m_fAltitudeAGL |
SignalsManagerComponent | m_Signals |
int | m_iAltitudeAGLID = -1 |
Protected Attributes inherited from SCR_AvailableActionCondition | |
bool | m_bEnabled |
bool | m_bNegateCondition |
Static Protected Attributes | |
const string | ALTITUDE_AGL_SIGNAL = "altitudeAGL" |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_AvailableActionCondition | |
bool | GetReturnResult (bool desiredResult) |
Based on the state of m_bNegateCondition returns our desired result. | |
Returns true if current vehicle speed matches the condition.
override bool SCR_VehicleAltitudeAGLCondition.IsAvailable | ( | SCR_AvailableActionsConditionData | data | ) |
Returns true when current controlled vehicle altitude matches the condition by operator Returns opposite if m_bNegateCondition is enabled.
Implements SCR_AvailableActionCondition.
|
staticprotected |
|
protected |
|
protected |
|
protected |