|
Arma Reforger Script API
|
Enfusion waypoints do not specify just a point in the world, they can also include a logic, goal, etc. More...
Public Member Functions | |
| proto external float | GetCompletionYPrecision () |
| proto external void | SetCompletionYPrecision (float fPrecision) |
| proto external float | GetCompletionRadius () |
| proto external void | SetCompletionRadius (float r) |
| proto external EAIWaypointCompletionType | GetCompletionType () |
| proto external void | SetCompletionType (EAIWaypointCompletionType newCompletionType) |
| proto external bool | IsWithinCompletionRadius (AIGroup pAgent) |
| Tests whether the group passes the test on being within the completion radius. | |
Enfusion waypoints do not specify just a point in the world, they can also include a logic, goal, etc.
to run at the reached waypoint.
| proto external float AIWaypoint.GetCompletionRadius | ( | ) |
| proto external EAIWaypointCompletionType AIWaypoint.GetCompletionType | ( | ) |
| proto external float AIWaypoint.GetCompletionYPrecision | ( | ) |
| proto external bool AIWaypoint.IsWithinCompletionRadius | ( | AIGroup | pAgent | ) |
Tests whether the group passes the test on being within the completion radius.
| AIGroup* | Pointer to the group that will be tested |
| proto external void AIWaypoint.SetCompletionRadius | ( | float | r | ) |
| proto external void AIWaypoint.SetCompletionType | ( | EAIWaypointCompletionType | newCompletionType | ) |
| proto external void AIWaypoint.SetCompletionYPrecision | ( | float | fPrecision | ) |