Interior::unkGetInteriorAtCoords

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

Returns the interior ID at the given coords, but only if the unknown variable is set to 0, otherwise it will return 0.

Syntax

interior.unkGetInteriorAtCoords(x, y, z, unk);

Required Arguments

  • x: float
  • y: float
  • z: float
  • unk: int

Return value

  • int

Example

todo

See also

Template:Interior function c