Gameplay::disablePoliceRestart

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

Disables the spawn point at the police house on the specified index.

policeIndex: The police house index.
toggle: true to enable the spawn point, false to disable.

- Nacorpio

Syntax

gameplay.disablePoliceRestart(policeIndex, toggle);

Required Arguments

  • policeIndex: int
  • toggle: Boolean

Return value

  • Undefined

Example

todo

See also

Template:Gameplay function c