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

Go to the source code of this file.

Classes

class  AIWorldClass

Functions

AIWorldClass GenericEntityClass GetCurrentAmountOfLimitedAIs ()
proto external int GetAILimit ()
proto external void SetAILimit (int max)
proto external bool CanLimitedAIBeAdded ()
proto external int GetCurrentNumOfActiveAIs ()
proto external int GetLimitOfActiveAIs ()
proto external void SetLimitOfActiveAIs (int max)
proto external bool CanAIBeActivated ()
proto external void GetAIAgents (out notnull array< AIAgent > agents)
proto external void RequestBroadcastDangerEvent (AIDangerEvent pEvent)
proto external AIFormationDefinition GetFormation (string pName)
proto external NavmeshWorldComponent GetNavmeshWorldComponent (string name)
proto external void RequestNavmeshRebuild (vector min, vector max)
proto external void RequestNavmeshLoad (vector pos)
event void OnDebugCameraTeleport (vector pos)
event void OnDebugAgentTeleport (AIAgent agent)
event void AddedAIAgent (AIAgent agent)
event void RemovingAIAgent (AIAgent agent)