Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Strings
00370.03.08.23.1431.blamite
A library containing general purpose utilities and classes for use in multiple projects.
EditorTickEvent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../BlamEvent.h"
4
5
#include <stdint.h>
6
7
#ifdef STRINGS_EXPORTS
8
#define STRINGS_API __declspec(dllexport)
9
#else
10
#define STRINGS_API __declspec(dllimport)
11
#endif
12
18
class
STRINGS_API
EditorTickEvent
:
public
BlamEvent
19
{
20
private
:
21
int
tick;
22
uint64_t total_tick;
23
24
public
:
31
EditorTickEvent
(
int
_tick, uint64_t _total_tick);
32
38
int
GetTickNumber();
39
45
uint64_t GetTotalTickNumber();
46
};
BlamEvent
Class representing a generic event.
Definition:
BlamEvent.h:33
STRINGS_API
#define STRINGS_API
Definition:
EditorTickEvent.h:10
EditorTickEvent
Class representing an editor tick event.
Definition:
EditorTickEvent.h:18
Strings
components
classes
events
editor_events
EditorTick
EditorTickEvent.h
Generated on Wed Mar 8 2023 14:36:04 for Blamite Game Engine - Strings by
1.8.17