GetMapZoomDataLevel — FiveM Natives
0x1363A998 · CFX · client
Returns the zoom level data by index from mapzoomdata.meta file.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | Zoom level index. |
| zoomScale | float* | fZoomScale value. |
| zoomSpeed | float* | fZoomSpeed value. |
| scrollSpeed | float* | fScrollSpeed value. |
| tilesX | float* | vTiles X. |
| tilesY | float* | vTiles Y. |
Returns
BOOL