Player::taskCrawlToCoords: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 December 2024

  • curprev 18:3018:30, 25 December 2024Shr0x talk contribs 914 bytes +914 Created page with "{{ClientsideJsFunction}} {{JSContainer| === Summary === Directs the player to crawl to specified coordinates. === Syntax === <syntaxhighlight lang="javascript"> player.taskCrawlToCoords(pos, isOnBack, timeout); </syntaxhighlight> === Required Parameters === * '''pos:''' {{RageType|mp.Vector3}} - The target coordinates. * '''isOnBack:''' {{RageType|bool}} - Set to `true` to crawl on the back, or `false` to crawl face-down. * '''timeout:''' {{RageType|number}} - The tim..."