Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIGroup.c File Reference

Go to the source code of this file.

Classes

class  AIGroupClass

Functions

AIGroupClass AIAgentClass AddAgent (AIAgent pAgent)
proto external void RemoveAgent (AIAgent pAgent)
proto external int GetAgents (notnull out array< AIAgent > outAgents)
proto external int GetAgentsCount ()
proto external int GetServerAgentsCount ()
proto external void ActivateAllMembers ()
proto external void DeactivateAllMembers ()
proto external AIFormationComponent GetFormationComponent ()
proto external void AddWaypoint (AIWaypoint w)
proto external void RemoveWaypoint (AIWaypoint w)
proto external void AddWaypointAt (AIWaypoint w, int index)
proto external void RemoveWaypointAt (int index)
proto external void CompleteWaypoint (AIWaypoint w)
 Completes specified waypoint and removes it from the list of waypoints, no need to call RemoveWaypoint.
proto external AIWaypoint GetCurrentWaypoint ()
proto external int GetWaypoints (out array< AIWaypoint > outWaypoints)
proto external AIAgent GetLeaderAgent ()
proto external IEntity GetLeaderEntity ()
proto external vector GetCenterOfMass ()
proto external void SetNewLeader (AIAgent newLeader)
void OnCurrentWaypointChanged (AIWaypoint currentWP, AIWaypoint prevWP)
void OnWaypointCompleted (AIWaypoint wp)
void OnWaypointAdded (AIWaypoint wp)
void OnWaypointRemoved (AIWaypoint wp, bool isCurrentWaypoint)
event void OnEmpty ()
event void OnAgentAdded (AIAgent child)
event void OnAgentRemoved (AIAgent child)
event void OnLeaderChanged (AIAgent currentLeader, AIAgent prevLeader)