Zone::getZoneAtCoords
Внешний вид
Syntax
<syntaxhighlight lang="javascript">mp.game.zone.getZoneAtCoords(x, y, z);</syntaxhighlight>
Required Arguments
- x: float
- y: float
- z: float
Return value
- int
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>