DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
AIAgent.c
Go to the documentation of this file.
1
class
AIAgent
:
Managed
2
{
3
private
void
AIAgent
();
4
private
void
~AIAgent
();
5
6
proto native
void
SetKeepInIdle
(
bool
enable);
7
proto native
AIGroup
GetGroup
();
8
}
AIAgent
Definition
AIAgent.c:2
AIAgent::AIAgent
private void AIAgent()
AIAgent::GetGroup
proto native AIGroup GetGroup()
AIAgent::SetKeepInIdle
proto native void SetKeepInIdle(bool enable)
AIAgent::~AIAgent
private void ~AIAgent()
AIGroup
Definition
AIGroup.c:2
Managed
TODO doc.
Definition
EnScript.c:118