Plasma Engine  2.0
Loading...
Searching...
No Matches
plVisualScriptGraphDescription Class Reference
Inheritance diagram for plVisualScriptGraphDescription:

Classes

struct  EmbeddedArrayOrPointer
 
struct  ExecResult
 
struct  Node
 

Public Types

using ExecuteFunction = ExecResult (*)(plVisualScriptExecutionContext& inout_context, const Node& node)
 
using DataOffset = plVisualScriptDataDescription::DataOffset
 
using ExecutionIndicesArray = EmbeddedArrayOrPointer<plUInt16, 4>
 
using InputDataOffsetsArray = EmbeddedArrayOrPointer<DataOffset, 4>
 
using OutputDataOffsetsArray = EmbeddedArrayOrPointer<DataOffset, 2>
 
using UserDataArray = EmbeddedArrayOrPointer<plUInt32, 4>
 

Public Member Functions

plResult Deserialize (plStreamReader &inout_stream)
 
const NodeGetNode (plUInt32 uiIndex) const
 
bool IsCoroutine () const
 
plScriptMessageDesc GetMessageDesc () const
 
const plSharedPtr< const plVisualScriptDataDescription > & GetLocalDataDesc () const
 
- Public Member Functions inherited from plRefCounted
virtual ~plRefCounted ()=default
 Adds a virtual destructor.
 
- Public Member Functions inherited from plRefCountingImpl
 plRefCountingImpl ()=default
 Constructor.
 
 plRefCountingImpl (const plRefCountingImpl &rhs)
 
void operator= (const plRefCountingImpl &rhs)
 
plInt32 AddRef () const
 Increments the reference counter. Returns the new reference count.
 
plInt32 ReleaseRef () const
 Decrements the reference counter. Returns the new reference count.
 
bool IsReferenced () const
 Returns true if the reference count is greater than 0, false otherwise.
 
plInt32 GetRefCount () const
 Returns the current reference count.
 

Static Public Member Functions

static plResult Serialize (plArrayPtr< const plVisualScriptNodeDescription > nodes, const plVisualScriptDataDescription &localDataDesc, plStreamWriter &inout_stream)
 

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