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_AIGroupSubordinationCheck.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_AIGroupSubordinationCheck
:
SCR_AIGroupConditionCheck
3
{
4
//------------------------------------------------------------------------------------------------
5
override
bool
CheckCondition(
SCR_AIGroup
group)
6
{
7
if
(!super.CheckCondition(group))
8
return
false
;
9
10
return
!group.
IsSlave
();
11
}
12
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
SCR_AIGroupConditionCheck
Definition
SCR_AIGroupConditionCheck.c:3
SCR_AIGroup
Definition
SCR_AIGroup.c:75
SCR_AIGroup::IsSlave
bool IsSlave()
Definition
SCR_AIGroup.c:620
SCR_AIGroupSubordinationCheck
Definition
SCR_AIGroupSubordinationCheck.c:3
scripts
Game
TaskSolver
GroupCondition
SCR_AIGroupSubordinationCheck.c
Generated by
1.17.0