DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
AIGroup.c
Go to the documentation of this file.
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
15};
proto native void RemoveAgent(notnull AIAgent agent)
proto native AIGroupBehaviour GetBehaviour()
private void ~AIGroup()
proto native void AddAgent(notnull AIAgent agent)
private void AIGroup()
TODO doc.
Definition EnScript.c:118