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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
AI
ScriptedNodes
Groups
SCR_AIDecoTestIsWaypoint.c
Generated by
1.8.17