RAGE.Game.Ai.TaskFollowNavMeshToCoordAdvanced

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • ped: int
  • x: float
  • y: float
  • z: float
  • speed: float
  • timeout: int
  • unkFloat: float
  • unkInt: int
  • unkX: float
  • unkY: float
  • unkZ: float
  • unk_40000f)void: float

Return value

  • void

Syntax

RAGE.Game.Ai.TaskFollowNavMeshToCoordAdvanced(ped, x, y, z, speed, timeout, unkFloat, unkInt, unkX, unkY, unkZ, unk_40000f)void)

Example

//todo


See also