LeviLamina
Loading...
Searching...
No Matches
GameTestTicker.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
GameTestClearTask
;
8
// clang-format on
9
10
namespace
gametest {
11
12
class
GameTestTicker
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<4, 4>
mUnk584414;
17
::ll::UntypedStorage<8, 24>
mUnkf3f9fa;
18
::ll::UntypedStorage<8, 24>
mUnk2cc6b4;
19
::ll::UntypedStorage<8, 24>
mUnkadb620;
20
::ll::UntypedStorage<8, 8>
mUnke09f0e;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
GameTestTicker
& operator=(
GameTestTicker
const
&);
26
GameTestTicker
(
GameTestTicker
const
&);
27
GameTestTicker
();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI
void
add
(::std::unique_ptr<::GameTestClearTask> clearTask);
33
34
MCNAPI
void
clear
();
35
36
MCNAPI
void
forceStop
();
37
38
MCNAPI
void
tick
();
39
// NOLINTEND
40
};
41
42
}
// namespace gametest
GameTestClearTask
Definition
GameTestClearTask.h:11
gametest::GameTestTicker
Definition
GameTestTicker.h:12
gametest::GameTestTicker::tick
MCAPI void tick()
gametest::GameTestTicker::clear
MCAPI void clear()
gametest::GameTestTicker::forceStop
MCAPI void forceStop()
gametest::GameTestTicker::add
MCAPI void add(::std::unique_ptr<::GameTestClearTask > clearTask)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
gametest
framework
GameTestTicker.h
Generated on Mon Jun 30 2025 05:53:38 for LeviLamina by
1.12.0