Vehicle::isStuckTimerUp

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

p1 can be anywhere from 0 to 3 in the scripts. p2 is generally somewhere in the 1000 to 10000 range.

Syntax

vehicle.isStuckTimerUp(p1, p2);

Required Arguments

  • p1: int
  • p2: int

Return value

  • Boolean

Example

// todo

See also