Otclient  14/8/2020
animator.h File Reference
Include dependency graph for animator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Animator
 

Enumerations

enum  AnimationPhase : int16 { AnimPhaseAutomatic = -1, AnimPhaseRandom = 254, AnimPhaseAsync = 255 }
 
enum  AnimationDirection : uint8 { AnimDirForward = 0, AnimDirBackward = 1 }
 

Enumeration Type Documentation

◆ AnimationDirection

Enumerator
AnimDirForward 
AnimDirBackward 

Definition at line 37 of file animator.h.

◆ AnimationPhase

Enumerator
AnimPhaseAutomatic 
AnimPhaseRandom 
AnimPhaseAsync 

Definition at line 30 of file animator.h.