Table of Contents | ||
|
||
GetMapX | ||
Purpose Returns the x position of the map |
||
Protoype float CTileMngr::GetMapX () |
||
Description This function returns the map's current upper-left corner X position on the screen |
||
Use CTileMngr tile_mngr; int i_xpos = tile_mngr.GetMapX(); |
||
|
||
|