![]() |
Murl Engine API
Version 2025.1
|
The core version namspace. More...
Functions | |
| Bool | Init () |
| Initialize the version information. More... | |
| Bool | DeInit () |
| Deinitialize the version information. More... | |
| UInt32 | GetMajorRevision () |
| Get the major revision of the engine. More... | |
| UInt32 | GetMinorRevision () |
| Get the minor revision of the engine. More... | |
| UInt32 | GetBuildNumber () |
| Get the build number of the engine. More... | |
| const String & | GetReleaseState () |
| Get the release state string of the engine. More... | |
| const String & | GetVersionString () |
| Get the version string of the engine. More... | |
| const String & | GetCopyrightString () |
| Get the copyright string of the engine. More... | |
The core version namspace.
The version information is initialized by the engine's core and is accessible by the IEngineConfiguration interface.
| Bool Murl::Core::Version::Init | ( | ) |
Initialize the version information.
This method is called by the engine's Murl::Engine::Init() method.
| Bool Murl::Core::Version::DeInit | ( | ) |
Deinitialize the version information.
This method is called by the engine's Murl::Engine::DeInit() method.
| UInt32 Murl::Core::Version::GetMajorRevision | ( | ) |
Get the major revision of the engine.
| UInt32 Murl::Core::Version::GetMinorRevision | ( | ) |
Get the minor revision of the engine.
| UInt32 Murl::Core::Version::GetBuildNumber | ( | ) |
Get the build number of the engine.
| const String& Murl::Core::Version::GetReleaseState | ( | ) |
Get the release state string of the engine.
| const String& Murl::Core::Version::GetVersionString | ( | ) |
Get the version string of the engine.
| const String& Murl::Core::Version::GetCopyrightString | ( | ) |
Get the copyright string of the engine.