mget - winnichenko/BLOB-87 GitHub Wiki

mget

mget x y -> tile_id

Parameters

  • x : x coordinate on the map
  • y : y coordinate on the map

Output

  • tile_id : returns the tile id at the given x and y map coordinate

Description

This function returns the tile at the specified MAP coordinates.

Related