Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
aigroup.c
Go to the documentation of this file.
1 class AIGroup : Managed
2 {
3  private void AIGroup();
4  private void ~AIGroup();
5 
11  proto native void AddAgent(notnull AIAgent agent);
12  proto native void RemoveAgent(notnull AIAgent agent);
13 
14  proto native AIGroupBehaviour GetBehaviour();
15 };
Managed
TODO doc.
Definition: enscript.c:117
AIAgent
Definition: aiagent.c:1
AIGroupBehaviour
Definition: aigroupbehaviour.c:1
AIGroup
Definition: aigroup.c:1