![]() |
XII Release 0.1.0
|
For internal use by components to trigger some known behavior. Usually components will post this message to themselves with a delay, e.g. to trigger self destruction. More...
#include <TriggerMessage.h>
Public Member Functions | |
XII_DECLARE_MESSAGE_TYPE (xiiMsgComponentInternalTrigger, xiiMessage) | |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
xiiHashedString | m_sMessage |
Identifies what the message should trigger. | |
xiiInt32 | m_iPayload = 0 |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
For internal use by components to trigger some known behavior. Usually components will post this message to themselves with a delay, e.g. to trigger self destruction.