Skip to main content

Interior::getInteriorAtCoords

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

```js mp.game.interior.getInteriorAtCoords(x, y, z); ```

Required Arguments

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

Return value

  • int

Example

```js // todo ```

See also