Table of Contents | ||
|
||
GetAnimDelay | ||
Purpose Finds the animation delay for the animation |
||
Protoype int CTileMngr::GetAnimDelay () |
||
Description This function returns the number of milliseconds that the animation delays before it loops again
|
||
Use CTileMngr tile_mngr; int i_adelay = tile_mngr.GetAnimDelay(); |
||
|
||
|