![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The core version namspace.
The version information is initialized by the engine's core and is accessible by the IEngineConfiguration interface.
Initialize the version information. This method is called by the engine's Murl::Engine::Init() method.
Boolean Init()
Deinitialize the version information. This method is called by the engine's Murl::Engine::DeInit() method.
Boolean DeInit()
Get the major revision of the engine.
Integer GetMajorRevision()
Get the minor revision of the engine.
Integer GetMinorRevision()
Get the build number of the engine.
Integer GetBuildNumber()
Get the release state string of the engine.
String GetReleaseState()
Get the version string of the engine.
String GetVersionString()
Get the copyright string of the engine.
String GetCopyrightString()