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