Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_AIGroupConditionCheck.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_AIGroupConditionCheck
3
{
4
[
Attribute
()]
5
protected
ref
SCR_UIInfo
m_FailedConditionUIInfo
;
6
7
//------------------------------------------------------------------------------------------------
11
bool
CheckCondition
(
SCR_AIGroup
group)
12
{
13
return
group != null;
14
}
15
16
//------------------------------------------------------------------------------------------------
17
SCR_UIInfo
GetFailedConditionUIInfo
()
18
{
19
return
m_FailedConditionUIInfo
;
20
}
21
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_AIGroupConditionCheck
Definition
SCR_AIGroupConditionCheck.c:3
SCR_AIGroupConditionCheck::CheckCondition
bool CheckCondition(SCR_AIGroup group)
Definition
SCR_AIGroupConditionCheck.c:11
SCR_AIGroupConditionCheck::m_FailedConditionUIInfo
ref SCR_UIInfo m_FailedConditionUIInfo
Definition
SCR_AIGroupConditionCheck.c:5
SCR_AIGroupConditionCheck::GetFailedConditionUIInfo
SCR_UIInfo GetFailedConditionUIInfo()
Definition
SCR_AIGroupConditionCheck.c:17
SCR_AIGroup
Definition
SCR_AIGroup.c:75
SCR_UIInfo
Definition
SCR_UIInfo.c:8
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
TaskSolver
GroupCondition
SCR_AIGroupConditionCheck.c
Generated by
1.17.0