Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
aigroupbehaviour.c
Go to the documentation of this file.
2{
3 private void AIGroupBehaviour();
4 private void ~AIGroupBehaviour();
5}
6
8{
10 float m_Radius;
11
13 {
14 m_CenterPosition = pos;
15 m_Radius = radius;
16 }
17}
18
20{
27 proto native void SetWaypoints(array<ref BehaviourGroupInfectedPackWaypointParams> waypointParams, int waypointDefaultIndex, bool forwardDirection, bool loop);
28
29 proto native void SetWaypointsTraverseDirection(bool forwardDirection);
30 proto native void SetWaypointsLoop(bool loop);
31 proto native void SetCurrentWaypoint(int waypointIndex);
32}
void BehaviourGroupInfectedPackWaypointParams(vector pos, float radius)
AIGroupBehaviour m_CenterPosition
float m_Radius
TODO doc.
Definition enscript.c:118
Result for an object found in CGame.IsBoxCollidingGeometryProxy.