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