 |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
3 #include "../../BlamEvent.h"
8 #define STRINGS_API __declspec(dllexport)
10 #define STRINGS_API __declspec(dllimport)
45 uint64_t GetTotalTickNumber();
Class representing a generic event.
Definition: BlamEvent.h:33
@ EditorTick
Indicates the event is an editor tick event. See EditorTickEvent for details.
EditorTickEvent(int _tick, uint64_t _total_tick)
Constructs a new event.
Definition: EditorTickEvent.cpp:3
#define STRINGS_API
Definition: EditorTickEvent.h:10
uint64_t GetTotalTickNumber()
Retrieves the current total tick number.
Definition: EditorTickEvent.cpp:14
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
Class representing an editor tick event.
Definition: EditorTickEvent.h:18
int GetTickNumber()
Retrieves the current tick number.
Definition: EditorTickEvent.cpp:9