![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IControlable interface.
The IControlable is the base class for implementing control objects which can be registered to the Output::IDeviceHandler.
Get the controlable's name.
String GetName()
Is executed in the platform thread context each frame tick.
FrameUpdate()
Is executed in the logic thread context each logic tick.
LogicUpdate()
Notification of changed configuration. The notification is executed in the engine thread context if any configuration item has changed.
ConfigChanged(Murl.IAppConfiguration appConfig)
appConfig | The application configuration object. |