GetTileHeight(location)
From NWN Lexicon
Jump to navigationJump to searchGet the height of the tile at location locTile.
Parameters
- locTile
- The tile location to query the height.
Description
Get the height of the tile at location locTile. Returns -1 on error.
Remarks
Not the same as the grounds height - instead this is used with SetTile and similar functions to, say, replace tiles in an area.
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
functions: | GetTileID() GetTileOrientation() SetTile() SetTileAnimationLoops() SetTileJson() |
author: Shadguy