Class MapZoomData
Package: @altmp/altv-types
Syntax
Constructors
|
Improve this Doc
View Source
MapZoomData(number)
Declaration
MapZoomData(zoomDataId: number): MapZoomData
Parameters
Type |
Name |
Description |
number |
zoomDataId |
|
Properties
|
Improve this Doc
View Source
fZoomScale
Declaration
public fZoomScale: number
Property Value
|
Improve this Doc
View Source
fZoomSpeed
Declaration
public fZoomSpeed: number
Property Value
|
Improve this Doc
View Source
Declaration
public fScrollSpeed: number
Property Value
|
Improve this Doc
View Source
vTilesX
Declaration
Property Value
|
Improve this Doc
View Source
vTilesY
Declaration
Property Value
Methods
|
Improve this Doc
View Source
get(string)
Declaration
public static get(zoomData: string): MapZoomData
Parameters
Type |
Name |
Description |
string |
zoomData |
|
Returns
|
Improve this Doc
View Source
resetAll()
Declaration
public static resetAll(): void
|
Improve this Doc
View Source
reset()
Declaration