Table of Contents | ||
|
||
SetCurrentFrame | ||
Purpose Sets the current animation frame |
||
Protoype void CTileMngr::SetCurrentFrame (int i_frame) |
||
Parameters
|
||
Description This function sets the current frame of a tile animation. Remember that all animation sequences begin with 0!
|
||
Use CTileMngr tile_mngr; tile_mngr.SetCurrentFrame(3); |
||
|
||
|