 |
Blamite Game Engine - Keystone
00381.04.17.23.2324.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#define BLAM
Definition: tick.h:7
BLAM bool IsTickLoopRunning()
Determines whether or not the tick loop is currently running - NOT whether it is paused.
Definition: tick.cpp:172
BLAM bool HasTickStopped()
Determines whether or not the tick loop has finished terminating.
Definition: tick.cpp:167
BLAM void PrepareTick()
Prepares required data for the tick loop.
Definition: tick.cpp:34
BLAM int MaxTicksPerSecond()
Retrieves the maximum number of ticks per second.
Definition: tick.cpp:177
BLAM void SetCurrentTickRate(int tickrate)
Stops the editor tick, updates the tick rate, and re-starts the editor tick.
Definition: tick.cpp:182
BLAM void ResumeTickLoop()
Resumes the tick loop if it has been paused.
Definition: tick.cpp:152
BLAM void PauseTickLoop()
Temporarily pauses the tick loop.
Definition: tick.cpp:157
BLAM uint64_t GetCurrentTickRate()
Retrieves the current tick rate.
Definition: tick.cpp:42
BLAM void EndTickLoop()
Terminates the tick loop.
Definition: tick.cpp:162
Namespace containing components relating to the editor tick.
Definition: tick.h:15
BLAM void TickThread()
Function containing the tick loop.
Definition: tick.cpp:108