Player::taskWanderInArea

From RAGE Multiplayer Wiki

Syntax

player.taskWanderInArea(x, y, z, radius, minimalLength, timeBetweenWalks);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also