Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
AIWaypoint.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class AIWaypointClass: GenericEntityClass
13{
14}
15
20class AIWaypoint: GenericEntity
21{
22 proto external float GetCompletionYPrecision();
23 proto external void SetCompletionYPrecision(float fPrecision);
24 proto external float GetCompletionRadius();
25 proto external void SetCompletionRadius(float r);
27 proto external void SetCompletionType(EAIWaypointCompletionType newCompletionType);
33 proto external bool IsWithinCompletionRadius(AIGroup pAgent);
34}
35
proto external EAIWaypointCompletionType GetCompletionType()
proto external bool IsWithinCompletionRadius(AIGroup pAgent)
Tests whether the group passes the test on being within the completion radius.
proto external void SetCompletionType(EAIWaypointCompletionType newCompletionType)
proto external void SetCompletionYPrecision(float fPrecision)
AIWaypointClass GenericEntityClass GetCompletionYPrecision()
Enfusion waypoints do not specify just a point in the world, they can also include a logic,...
proto external void SetCompletionRadius(float r)
proto external float GetCompletionRadius()