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