Gameplay::addHospitalRestart

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)

Returns the index of the newly created hospital spawn point.

p3 might be radius?

- mlgthatsme

Syntax

gameplay.addHospitalRestart(x, y, z, p3, p4);

Required Arguments

  • x: float
  • y: float
  • z: float
  • p3: float
  • p4: unknown (to be checked)

Return value

  • int

Example

todo

See also

Template:Gameplay function c