Murl Engine Lua Addon API  Version 1.0 beta
Murl.Logic.IObservableNode

The IObservableNode interface.

Objects implementing the IObservableNode interface can be registered to the INodeObserver. This interface is typically used to maintain graph node interface references. See MurlLogicGraphNodeTypes GraphNodeTypes for predefined types.
The IProcessor object provides a ready to use node observer.


Table members

Methods


IsValid()

Check the node.

Boolean IsValid()

Returns
Boolean true if the node is valid.

RemoveReference()

Remove the reference from the node.

Boolean RemoveReference()

Returns
Boolean true if successful.