Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIWaypointCycle.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15
21class AIWaypointCycle: AIWaypoint
22{
28 proto external void PerformOn(AIGroup runningAgent);
29 proto external void SetRerunCounter(int val);
30 proto external int GetRerunCounter();
31 proto external void SetWaypoints(array<AIWaypoint> waypoints);
32 proto external void GetWaypoints(out array<AIWaypoint> outWaypoints);
33}
34
proto external void SetWaypoints(array< AIWaypoint > waypoints)
proto external int GetRerunCounter()
proto external int GetWaypoints(out array< AIWaypoint > outWaypoints)
AIWaypointCycleClass AIWaypointClass PerformOn(AIGroup runningAgent)
Cycled waypoints are used when we want a series of waypoints repeating for an infinite or finite time...
proto external void SetRerunCounter(int val)