Table of Contents

 
GetMapY
 

Purpose

Returns the y position of the map

 

Protoype

float CTileMngr::GetMapY ()
 

Description

This function returns the map's current upper-left corner y position on the screen

 

Use

CTileMngr tile_mngr;
int i_ypos = tile_mngr.GetMapY();
 

Prev: GetMapX