![]() |
Plasma Engine
2.0
|
A state machine transition implementation that checks the instance's blackboard for the given conditions. More...
#include <StateMachineBuiltins.h>
Public Member Functions | |
virtual bool | IsConditionMet (plStateMachineInstance &ref_instance, void *pInstanceData) const override |
virtual plResult | Serialize (plStreamWriter &inout_stream) const override |
virtual plResult | Deserialize (plStreamReader &inout_stream) override |
![]() | |
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 | |
plEnum< plStateMachineLogicOperator > | m_Operator |
plHybridArray< plBlackboardCondition, 2 > | m_Conditions |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
A state machine transition implementation that checks the instance's blackboard for the given conditions.
|
overridevirtual |
Reimplemented from plStateMachineTransition.
|
overridevirtual |
Implements plStateMachineTransition.
|
overridevirtual |
Reimplemented from plStateMachineTransition.