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

The IScriptLogicController interface.

See Graph::Node for details on creating controllers via an XML scene graph description.


Table members

Methods


GetLogicControllerInterface()

Get the constant ILogicController interface.

Murl.Graph.ILogicController GetLogicControllerInterface()

Returns
Murl.Graph.ILogicController The constant ILogicController interface.

GetScriptResourceTarget()

Get a constant Graph::IScriptResourceTarget container. This method returns a constant pointer to a Graph::IScriptResourceTarget container, which allows to query the script resource referenced.

Murl.Graph.IGenericResourceTarget.ResourceIScript GetScriptResourceTarget()

Returns
Murl.Graph.IGenericResourceTarget.ResourceIScript The constant Graph::IScriptResourceTarget container.