RAGE.Game.Ai.TaskLookAtCoord

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • entity: int
  • x: float
  • y: float
  • z: float
  • duration: float
  • p5: int
  • p6: int

Return value

  • void

Syntax

RAGE.Game.Ai.TaskLookAtCoord(entity, x, y, z, duration, p5, p6)

Example

//todo


See also