![]() |
Plasma Engine
2.0
|
Sent when an animation reached its end (either forwards or backwards playing) More...
#include <CommonMessages.h>
Public Member Functions | |
PL_DECLARE_MESSAGE_TYPE (plMsgAnimationReachedEnd, plEventMessage) | |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
Sent when an animation reached its end (either forwards or backwards playing)
This is sent regardless of whether the animation is played once, looped or back and forth, ie. it should be sent at each 'end' point, even when it then starts another cycle.