UO.TileGet
From OpenEUO
Revision as of 12:54, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local nType,nZ,sName,nFlags = TileGet(nX,nY,nIndex[,nFacet]) Retrieves the tile type, z value, name, and flags for the indexed tile at the given location. Use UO.TileCnt to ...")
local nType,nZ,sName,nFlags = TileGet(nX,nY,nIndex[,nFacet])
Retrieves the tile type, z value, name, and flags for the indexed tile at the given location. Use UO.TileCnt to determine how many tiles are indexed at a particular location. The default value for facet is the current facet. Otherwise follows the values for UO.CursKind