Plasma Engine  2.0
Loading...
Searching...
No Matches
plStateMachineState_Empty Class Referencefinal
Inheritance diagram for plStateMachineState_Empty:

Public Member Functions

 plStateMachineState_Empty (plStringView sName=plStringView())
 
virtual void OnEnter (plStateMachineInstance &ref_instance, void *pInstanceData, const plStateMachineState *pFromState) const override
 
- Public Member Functions inherited from plStateMachineState
 plStateMachineState (plStringView sName=plStringView())
 
void SetName (plStringView sName)
 
plStringView GetName () const
 
const plHashedStringGetNameHashed () const
 
virtual void OnExit (plStateMachineInstance &ref_instance, void *pInstanceData, const plStateMachineState *pToState) const
 
virtual void Update (plStateMachineInstance &ref_instance, void *pInstanceData, plTime deltaTime) const
 
virtual plResult Serialize (plStreamWriter &inout_stream) const
 
virtual plResult Deserialize (plStreamReader &inout_stream)
 
virtual bool GetInstanceDataDesc (plInstanceDataDesc &out_desc)
 Returns whether this state needs additional instance data and if so fills the out_desc.
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () 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 Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

Member Function Documentation

◆ OnEnter()

virtual void plStateMachineState_Empty::OnEnter ( plStateMachineInstance & ref_instance,
void * pInstanceData,
const plStateMachineState * pFromState ) const
inlineoverridevirtual

Implements plStateMachineState.


The documentation for this class was generated from the following files: