![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvokerBool | GetOnAIGroupAvailabilityChanged () |
| SCR_AIGroupConditionCheck | GetCheck (typename type) |
| void | AddCheck (notnull SCR_AIGroupConditionCheck check) |
| bool | IsAIGroupAvailable (SCR_AIGroup group) |
| bool | GetIsAvailable () |
| void | SetIsAvailable (bool value) |
| void | SCR_AIGroupConditionManager () |
Protected Attributes | |
| ref array< ref SCR_AIGroupConditionCheck > | m_aChecks |
| bool | m_bIsGroupAvailable |
| ref ScriptInvokerBool | m_OnAIGroupAvailabilityChanged |
Definition at line 2 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 79 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 33 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 21 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 61 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 12 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Checks if an AI group is available by iterating through condition checks.
| [in] | group | of AI entities that the method checks availability for. |
Definition at line 45 of file SCR_AIGroupConditionManager.c.
|
inlineprotected |
Definition at line 67 of file SCR_AIGroupConditionManager.c.
|
protected |
Definition at line 5 of file SCR_AIGroupConditionManager.c.
|
protected |
Definition at line 7 of file SCR_AIGroupConditionManager.c.
|
protected |
Definition at line 9 of file SCR_AIGroupConditionManager.c.