DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
AIGroup.c
См. документацию.
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};
Определения AIAgent.c:2
void ~AIGroup()
proto native void RemoveAgent(notnull AIAgent agent)
proto native void AddAgent(notnull AIAgent agent)
void AIGroup()
proto native AIGroupBehaviour GetBehaviour()
TODO doc.
Определения EnScript.c:118