Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDecoTestIsLeader.c
Go to the documentation of this file.
2{
3 override protected bool TestFunction(AIAgent agent, IEntity controlled)
4 {
5 AIGroup group = agent.GetParentGroup();
6
7 if (!group)
8 return false;
9
10 return group.GetLeaderAgent() == agent;
11 }
12};
bool TestFunction(AIAgent agent, IEntity controlled)