![]() |
Plasma Engine
2.0
|
Public Member Functions | |
virtual const plRTTI * | GetEventReactionType () const override |
virtual void | CopyReactionProperties (plParticleEventReaction *pObject, bool bFirstTime) const override |
virtual void | Save (plStreamWriter &inout_stream) const override |
virtual void | Load (plStreamReader &inout_stream) override |
const plRangeView< const char *, plUInt32 > | GetParameters () const |
void | SetParameter (const char *szKey, const plVariant &value) |
void | RemoveParameter (const char *szKey) |
bool | GetParameter (const char *szKey, plVariant &out_value) const |
![]() | |
plParticleEventReaction * | CreateEventReaction (plParticleEffectInstance *pOwner) const |
![]() | |
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_sEffect |
plEnum< plSurfaceInteractionAlignment > | m_Alignment |
![]() | |
plString | m_sEventType |
plUInt8 | m_uiProbability = 100 |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
|
overridevirtual |
Implements plParticleEventReactionFactory.
|
overridevirtual |
Implements plParticleEventReactionFactory.
|
overridevirtual |
Reimplemented from plParticleEventReactionFactory.
|
overridevirtual |
Reimplemented from plParticleEventReactionFactory.