![]() |
Plasma Engine
2.0
|
Base class for all particle event reactions. More...
#include <ParticleEventReaction.h>
Public Member Functions | |
virtual const plRTTI * | GetEventReactionType () const =0 |
virtual void | CopyReactionProperties (plParticleEventReaction *pObject, bool bFirstTime) const =0 |
plParticleEventReaction * | CreateEventReaction (plParticleEffectInstance *pOwner) const |
virtual void | Save (plStreamWriter &inout_stream) const |
virtual void | Load (plStreamReader &inout_stream) |
![]() | |
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. | |
Public Attributes | |
plString | m_sEventType |
plUInt8 | m_uiProbability = 100 |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
Base class for all particle event reactions.