Murl Engine Lua Addon API  Version 1.0 beta
Murl.Core.Version

The core version namspace.

The version information is initialized by the engine's core and is accessible by the IEngineConfiguration interface.


Table members

Functions


Murl.Core.Version.Init()

Initialize the version information. This method is called by the engine's Murl::Engine::Init() method.

Boolean Init()

Returns
Boolean true if successful.

Murl.Core.Version.DeInit()

Deinitialize the version information. This method is called by the engine's Murl::Engine::DeInit() method.

Boolean DeInit()

Returns
Boolean true if successful.

Murl.Core.Version.GetMajorRevision()

Get the major revision of the engine.

Integer GetMajorRevision()

Returns
Integer The major revision of the engine.

Murl.Core.Version.GetMinorRevision()

Get the minor revision of the engine.

Integer GetMinorRevision()

Returns
Integer The minor revision of the engine.

Murl.Core.Version.GetBuildNumber()

Get the build number of the engine.

Integer GetBuildNumber()

Returns
Integer The build number of the engine.

Murl.Core.Version.GetReleaseState()

Get the release state string of the engine.

String GetReleaseState()

Returns
String The release state string of the engine.

Murl.Core.Version.GetVersionString()

Get the version string of the engine.

String GetVersionString()

Returns
String The version string of the engine.

Murl.Core.Version.GetCopyrightString()

Get the copyright string of the engine.

String GetCopyrightString()

Returns
String The copyright string of the engine.