Difference between revisions of "UO.TileGet"

From OpenEUO
Jump to: navigation, search
(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 ...")
 
Line 1: Line 1:
 
  local nType,nZ,sName,nFlags = TileGet(nX,nY,nIndex[,nFacet])
 
  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]]
 
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]]
 +
 +
[[UO.TileCnt]]
 +
 +
[[UO.TileInit]]

Revision as of 13:37, 9 October 2010

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

UO.TileCnt

UO.TileInit