DayZ
1.24
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
Definition
AIGroup.c:2
AIGroup::~AIGroup
void ~AIGroup()
AIGroup::RemoveAgent
proto native void RemoveAgent(notnull AIAgent agent)
AIGroup::AddAgent
proto native void AddAgent(notnull AIAgent agent)
AIGroup::AIGroup
void AIGroup()
AIGroup::GetBehaviour
proto native AIGroupBehaviour GetBehaviour()
Managed
TODO doc.
Definition
EnScript.c:118
Param3
Definition
EntityAI.c:95
scripts
3_Game
AI
AIGroup.c
Generated by
1.10.0