![]() |
Blamite Game Engine - Keystone
00347.12.11.21.1920.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Namespace containing functions for initializing and shutting down the game engine. More...
Functions | |
| KEYSTONE int | StartEngine () |
| Initializes the game engine and starts the main loop thread. More... | |
| KEYSTONE void | ShutdownEngine () |
| Shuts down the engine. More... | |
| KEYSTONE BlamEngineViewportWidget * | GetViewportWidget () |
| KEYSTONE void | SetEngineFocusState (bool focused) |
Namespace containing functions for initializing and shutting down the game engine.
| BlamEngineViewportWidget * BlamKeystone::Engine::GetViewportWidget | ( | ) |
| void BlamKeystone::Engine::SetEngineFocusState | ( | bool | focused | ) |
| void BlamKeystone::Engine::ShutdownEngine | ( | ) |
Shuts down the engine.
| int BlamKeystone::Engine::StartEngine | ( | ) |
Initializes the game engine and starts the main loop thread.
0 if the engine started without error, otherwise returns an error code.