![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
A single available action condition representation. More...
Protected Member Functions | |
| bool | IsEnabled () |
| bool | GetReturnResult (bool desiredResult) |
| bool | IsAvailable (notnull SCR_AvailableActionsConditionData data) |
Protected Attributes | |
| bool | m_bEnabled |
| bool | m_bNegateCondition |
A single available action condition representation.
Definition at line 3 of file SCR_AvailableActionCondition.c.
Based on the state of m_bNegateCondition returns our desired result
Definition at line 22 of file SCR_AvailableActionCondition.c.
|
inlineprotected |
Override and implement this method in any inherited conditions. Use GetReturnResult prior to returning the value to take m_bNegateCondition into account
| data |
Definition at line 35 of file SCR_AvailableActionCondition.c.
|
inlineprotected |
Getter for an enabled flag, disabled conditions are skipped, not evaluated at all
Definition at line 14 of file SCR_AvailableActionCondition.c.
|
protected |
Definition at line 6 of file SCR_AvailableActionCondition.c.
|
protected |
Definition at line 9 of file SCR_AvailableActionCondition.c.