L3DT documentation
Large 3D terrain generator

tile_GetTileCoords

Description

Get the x and y coordinates of of a tile in a mosaic.

Function prototype

bool CExtAPI::tile_GetTileCoords(LPVOID hTile, long &x, long &y);

Arguments

Name Type Comment
hTile LPVOID A handle to a tile, the coordinates of which are to be retrieved.
x long& A long integer to receive the x coordinate (passed by reference.)
y long& A long integer to receive the y coordinate (passed by reference.)

Return value

False if an error occurred, and true otherwise (with x and y set to the correct values.)

Comments

None.

 
zeolite/functions/tile_gettilecoords.txt · Last modified: 2017/08/31 07:00 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki