Tile

From Wiki
Jump to: navigation, search


Synopsis

tile {Init} [noOverrides]

tile {Cnt} {x} {y} [facet]

tile {Get} {x} {y} {index} [facet]

Description

The tile command retrieves information about map tiles.


Option Description
Init Initializes the tile information for retrieval in EasyUO. Using the "noOverrides" option forces EasyUO to not read the statics override file (VerData.mul), which could be useful for freeshards that do not use the overrides. If you don't know what VerData.mul is, you probably don't need to use the noOverrides option.
Cnt Retrieves the number of tiles for a specific position. The value in #tileCnt is updated. The default value for facet is the current facet. Otherwise follows the values for #cursKind.
Get Retrives the tile type and z value. The values in #tileType and #tileZ are updated. The index goes from 1 to #tileCnt. The default value for facet is the current facet. Otherwise follows the values for #cursKind


Note: See the #tileFlags page for a list of all of the possible #tileFlag values.

Related

Tile

  • These system variables contain data gathered using the tile command.
#tileType Returns the type of the last read tile
#tileZ Returns the z-coordinate of the last read tile
#tileCnt Returns the number of tile layers of the last read position
#tileName Returns the name of the last read tile
#tileFlags Returns the flags of the last read tile

See Also

Miscellaneous

  • Miscellaneous commands
display Shows a message
execute Executes an external program
linesPerCycle Sets the execution speed
set sets a variable to a value (variable assignment)
send Sends a HTTP request to a server and runs the code that is returned
shutDown Shuts your computer down
sound Plays a wave file or the SystemDefault beep
str performs a operation on a string
tile retrieves information about tiles