DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
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::RemoveAgent
proto native void RemoveAgent(notnull AIAgent agent)
AIGroup::GetBehaviour
proto native AIGroupBehaviour GetBehaviour()
AIGroup::~AIGroup
private void ~AIGroup()
AIGroup::AddAgent
proto native void AddAgent(notnull AIAgent agent)
AIGroup::AIGroup
private void AIGroup()
Managed
TODO doc.
Definition
EnScript.c:118