RAGE.Elements.Ped.TaskWanderInArea

From RAGE Multiplayer Wiki

Client-Side
Function

 C#



C# Syntax


Required Params

  • x: float
  • y: float
  • z: float
  • radius: float
  • minimalLength: float
  • timeBetweenWalks: float

Return value

  • void

Syntax

ped.TaskWanderInArea(x, y, z, radius, minimalLength, timeBetweenWalks)

Example

//todo


See also