Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Static Protected Attributes | List of all members
Node Interface Reference
Inheritance diagram for Node:
[legend]

Public Member Functions

proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Protected Member Functions

TStringArray GetVariablesIn ()
 
TStringArray GetVariablesOut ()
 

Static Protected Member Functions

static bool VisibleInPalette ()
 
static string GetOnHoverDescription ()
 
static bool CanReturnRunning ()
 

Static Protected Attributes

static ref TStringArray m_aEmptyVars = {}
 

Member Function Documentation

◆ CanReturnRunning()

static bool Node.CanReturnRunning ( )
staticprotected

◆ ClearVariable()

proto void Node.ClearVariable ( string  name)

◆ GetCallstackStr()

proto void Node.GetCallstackStr ( out string  val)

◆ GetNodeID()

proto external int Node.GetNodeID ( )

◆ GetOnHoverDescription()

static string Node.GetOnHoverDescription ( )
staticprotected

Implemented in DecoratorScripted.

◆ GetParentTreeName()

proto void Node.GetParentTreeName ( out string  val)

◆ GetVariableIn()

proto bool Node.GetVariableIn ( string  name,
out void  val 
)

◆ GetVariablesIn()

TStringArray Node.GetVariablesIn ( )
protected

◆ GetVariablesOut()

TStringArray Node.GetVariablesOut ( )
protected

◆ GetVariableType()

proto external TypeName Node.GetVariableType ( bool  inputPort,
string  name 
)

◆ SetVariableOut()

proto void Node.SetVariableOut ( string  name,
void  val 
)

◆ VisibleInPalette()

static bool Node.VisibleInPalette ( )
staticprotected

Implemented in DecoratorScripted.

Member Data Documentation

◆ m_aEmptyVars

ref TStringArray Node.m_aEmptyVars = {}
staticprotected

The documentation for this interface was generated from the following file: