|
Arma Reforger Script API
|
Public Member Functions | |
| override bool | IsAvailable (SCR_AvailableActionsConditionData data) |
Public Member Functions inherited from SCR_AvailableActionCondition | |
| bool | IsEnabled () |
| Getter for an enabled flag, disabled conditions are skipped, not evaluated at all. | |
Public Attributes | |
| EDayTimeEnums | m_TimeOfDay |
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. | |
Protected Attributes inherited from SCR_AvailableActionCondition | |
| bool | m_bEnabled |
| bool | m_bNegateCondition |
| override bool SCR_DaytimeCondition.IsAvailable | ( | SCR_AvailableActionsConditionData | data | ) |
| data | true if daytime matches the condition |
Implements SCR_AvailableActionCondition.
| EDayTimeEnums SCR_DaytimeCondition.m_TimeOfDay |