Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIGroupSubordinationCheck.c
Go to the documentation of this file.
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}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
bool IsSlave()