Interior::getInteriorAtCoords

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

Returns interior ID from specified coordinates. If coordinates are outside, then it returns 0.

Example for VB.NET
Dim interiorID As Integer = Native.Function.Call(Of Integer)(Hash.GET_INTERIOR_AT_COORDS, X, Y, Z)

Syntax

interior.getInteriorAtCoords(x, y, z);

Required Arguments

  • x: float
  • y: float
  • z: float

Return value

  • int

Example

todo

See also

Template:Interior function c