GetInteriorAtCoords — FiveM Natives
0xB0F7F8663821D9C3 · INTERIOR · all
`` 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) ``
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
Returns
int