hgeAnimation::Play

Starts playing the animation.

void Play();

Remarks

If animation is already playing, Play restarts it from the beginning.

To update animation's internal timer and keep it playing, you must call the Update method in your frame function.

Requirements

Header: hgeanim.h
Import library: hgehelp.lib

See also

Stop, Resume, Update, SetMode