The IScriptLogicController interface. More...
#include "murl_graph_i_script_logic_controller.h"
Public Member Functions | |
virtual IController * | GetControllerInterface ()=0 |
Get the mutable IController interface. More... | |
virtual const IController * | GetControllerInterface () const =0 |
Get the constant IController interface. More... | |
virtual ILogicController * | GetLogicControllerInterface ()=0 |
Get the mutable ILogicController interface. More... | |
virtual const ILogicController * | GetLogicControllerInterface () const =0 |
Get the constant ILogicController interface. More... | |
virtual IScriptResourceTarget * | GetScriptResourceTarget ()=0 |
Get a mutable Graph::IScriptResourceTarget container. More... | |
virtual const IScriptResourceTarget * | GetScriptResourceTarget () const =0 |
Get a constant Graph::IScriptResourceTarget container. More... | |
Detailed Description
The IScriptLogicController interface.
See Graph::Node for details on creating controllers via an XML scene graph description.
Member Function Documentation
◆ GetControllerInterface() [1/2]
|
pure virtual |
Get the mutable IController interface.
- Returns
- The mutable IController interface.
◆ GetControllerInterface() [2/2]
|
pure virtual |
Get the constant IController interface.
- Returns
- The constant IController interface.
◆ GetLogicControllerInterface() [1/2]
|
pure virtual |
Get the mutable ILogicController interface.
- Returns
- The mutable ILogicController interface.
◆ GetLogicControllerInterface() [2/2]
|
pure virtual |
Get the constant ILogicController interface.
- Returns
- The constant ILogicController interface.
◆ GetScriptResourceTarget() [1/2]
|
pure virtual |
Get a mutable Graph::IScriptResourceTarget container.
This method returns a mutable pointer to a Graph::IScriptResourceTarget container, which allows to add, remove or query the script resource referenced.
- Returns
- The mutable Graph::IScriptResourceTarget container.
◆ GetScriptResourceTarget() [2/2]
|
pure virtual |
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.
- Returns
- The constant Graph::IScriptResourceTarget container.
The documentation for this interface was generated from the following file:
- murl_graph_i_script_logic_controller.h