RAGE.Elements.Ped.TaskGoTo

From RAGE Multiplayer Wiki
Revision as of 15:01, 11 May 2024 by Shr0x (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 C#



C# Syntax


Required Params

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

Return value

  • void

Syntax

ped.TaskGoTo(target, duration, distance, speed, p5, p6)

Example

//todo


See also