LeviLamina
Loading...
Searching...
No Matches
ScriptGameTestFunctionContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/gametest/framework/IGameTestFunctionContext.h"
7
8namespace ScriptModuleGameTest {
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~ScriptGameTestFunctionContext() /*override*/;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCAPI void $dtor();
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace ScriptModuleGameTest
Definition ScriptGameTestFunctionContext.h:10
Definition IGameTestFunctionContext.h:7
Definition Alias.h:14