![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The application state interface.
The application state object contains all necessary engine interfaces for for initializing an application.
IApp interface methods gets an instance of the IAppState object by parameter.
Get the logic object factory.
Murl.Logic.IFactory GetLogicFactory()
Get the platform configuration object.
Murl.IPlatformConfiguration GetPlatformConfiguration()
Get the engine configuration object.
Murl.IEngineConfiguration GetEngineConfiguration()
Get the app configuration object.
Murl.IAppConfiguration GetAppConfiguration()
Get the device handler object.
Murl.Logic.IDeviceHandler GetDeviceHandler()
Get the file interface object.
Murl.IFileInterface GetFileInterface()
Get the net object factory.
Murl.Net.IFactory GetNetFactory()
Get the package loader object.
Murl.ILoader GetLoader()