Arma Reforger Script API
Loading...
Searching...
No Matches
AIBaseMovementComponent Interface Reference
Inheritance diagram for AIBaseMovementComponent:
AIComponentEntity AIComponent AICarMovementComponent AICharacterMovementComponent AIFlockMovementComponent AIGroupMovementComponent SCR_AIGroupMovementComponent

Public Member Functions

proto external bool HasCompletedRequest (bool bTakeTimeIntoAccount)
 
proto external bool RequestFollowPathOfEntity (IEntity other)
 
proto external void GetCurrentPath (notnull array< vector > outPoints)
 
proto external AIPathfindingComponent GetPathfindingComponent ()
 
void OnPathSet ()
 
- Public Member Functions inherited from AIComponent
proto external AIAgent GetAIAgent ()
 

Member Function Documentation

◆ GetCurrentPath()

proto external void AIBaseMovementComponent.GetCurrentPath ( notnull array< vector > outPoints)

◆ GetPathfindingComponent()

proto external AIPathfindingComponent AIBaseMovementComponent.GetPathfindingComponent ( )

◆ HasCompletedRequest()

proto external bool AIBaseMovementComponent.HasCompletedRequest ( bool bTakeTimeIntoAccount)

◆ OnPathSet()

void AIBaseMovementComponent.OnPathSet ( )

◆ RequestFollowPathOfEntity()

proto external bool AIBaseMovementComponent.RequestFollowPathOfEntity ( IEntity other)

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