Arma Reforger Script API
Loading...
Searching...
No Matches
AIWaypoint Interface Reference

Enfusion waypoints do not specify just a point in the world, they can also include a logic, goal, etc. More...

Inheritance diagram for AIWaypoint:
AIWaypointCycle SCR_AIWaypoint SCR_AIAnimationWaypoint SCR_AIWaypointArtillerySupport SCR_BoardingWaypoint SCR_DeploySmokeCoverWaypoint SCR_EntityWaypoint SCR_SmartActionWaypoint SCR_SuppliesTransferWaypoint SCR_TimedWaypoint SCR_TransportWaypoint

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.
 

Detailed Description

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.

Member Function Documentation

◆ GetCompletionRadius()

proto external float AIWaypoint.GetCompletionRadius ( )

◆ GetCompletionType()

proto external EAIWaypointCompletionType AIWaypoint.GetCompletionType ( )

◆ GetCompletionYPrecision()

proto external float AIWaypoint.GetCompletionYPrecision ( )

◆ IsWithinCompletionRadius()

proto external bool AIWaypoint.IsWithinCompletionRadius ( AIGroup pAgent)

Tests whether the group passes the test on being within the completion radius.

Template Parameters
AIGroup*Pointer to the group that will be tested

◆ SetCompletionRadius()

proto external void AIWaypoint.SetCompletionRadius ( float r)

◆ SetCompletionType()

proto external void AIWaypoint.SetCompletionType ( EAIWaypointCompletionType newCompletionType)

◆ SetCompletionYPrecision()

proto external void AIWaypoint.SetCompletionYPrecision ( float fPrecision)

The documentation for this interface was generated from the following file: