Murl Engine Lua Addon API  Version 1.0 beta
Murl.Graph.INodeLinkController

The INodeLinkController interface.


Table members

Methods


GetLinkControllerInterface()

Get the constant ILinkController interface.

Murl.Graph.ILinkController GetLinkControllerInterface()

Returns
Murl.Graph.ILinkController The constant ILinkController interface.

GetSourceNodeTarget()

Get the constant source node target container. This method returns a constant pointer to a typed Graph::IGenericNodeTarget container, which allows to query the linked source node.

Murl.Graph.IGenericNodeTarget.GraphINode GetSourceNodeTarget()

Returns
Murl.Graph.IGenericNodeTarget.GraphINode The constant Graph::IGenericNodeTarget container.