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

NOTE: In order for the function to work you must have a tile locked with either LockTileRC() or LockTileXY()

 

Use

CTileMngr tile_mngr;
int i_adelay = tile_mngr.GetAnimDelay();
 

Prev: DeleteAnimation
Next: GetAnimID