getRangeXZ


- - Get chunk range

local result,startX,startZ,endX,endZ=World:getRangeXZ()
Chat:sendSystemMsg("Block start horizontal coordinate:"..startX)
Chat:sendSystemMsg("Block start vertical coordinate:"..startZ)
Chat:sendSystemMsg("Block end horizontal coordinate:"..endX)
Chat:sendSystemMsg("Block end vertical coordinate:"..endZ)