Native referenceFiveM

GET_INTERIOR_AT_COORDS

0xB0F7F8663821D9C3 INTERIOR
FUNCTION SIGNATURE
int GET_INTERIOR_AT_COORDS(float x, float y, float z);
Property Value
Native Name GET_INTERIOR_AT_COORDS
Hash 0xB0F7F8663821D9C3
Return Type int
Parameters x (float), y (float), z (float)

Description: ``` 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)

Back to INTERIOR