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