RAGE.Game.Ai.TaskGoToEntity

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • entity: int
  • target: int
  • duration: int
  • distance: float
  • speed: float
  • p5: float
  • p6: int

Return value

  • void

Syntax

RAGE.Game.Ai.TaskGoToEntity(entity, target, duration, distance, speed, p5, p6)

Example

//todo


See also