Table of Contents

 
_UpdateTile
 

Purpose

Updates an animated tile

 

Protoype

void CTileMngr::_UpdateTile (int i_col, int i_row)
 

Parameters

col the column of the tile
row the row of the tile
 

Description

This function is called to update the state of an animated tile.

 

Use

This is a private member function

 

Prev: _GetTile
Next: AddImage