Player::taskWanderStandard

From RAGE Multiplayer Wiki
Revision as of 23:40, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Makes ped walk around the area.

set p1 to 10.0f and p2 to 10 if you want the ped to walk anywhere without a duration.

Syntax

player.taskWanderStandard(p1, p2);

Required Arguments

  • p1: float
  • p2: int

Return value

  • Undefined

Example

// todo

See also