DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
AIGroupBehaviour.c
См. документацию.
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.c:12
AIGroupBehaviour m_CenterPosition
float m_Radius
Определения AIGroupBehaviour.c:10
void AIGroupBehaviour()
void ~AIGroupBehaviour()
proto native void SetWaypointsLoop(bool loop)
proto native void SetCurrentWaypoint(int waypointIndex)
proto native void SetWaypointsTraverseDirection(bool forwardDirection)
proto native void SetWaypoints(array< ref BehaviourGroupInfectedPackWaypointParams > waypointParams, int waypointDefaultIndex, bool forwardDirection, bool loop)
TODO doc.
Определения EnScript.c:118
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Определения EnConvert.c:106