Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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
};
AIAgent
Definition
aiagent.c:2
AIGroupBehaviour
Definition
aigroupbehaviour.c:2
AIGroup::AIGroup
void AIGroup()
AIGroup::RemoveAgent
proto native void RemoveAgent(notnull AIAgent agent)
AIGroup::~AIGroup
void ~AIGroup()
AIGroup::GetBehaviour
proto native AIGroupBehaviour GetBehaviour()
AIGroup::AddAgent
proto native void AddAgent(notnull AIAgent agent)
Manual group management - add / remove agents from group.
Managed
TODO doc.
Definition
enscript.c:118
Games
Dayz
scripts
3_game
ai
aigroup.c
Generated by
1.17.0