LeviLamina
Loading...
Searching...
No Matches
SyncScriptGameTestFunction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/TypedObjectHandle.h"
7#include "mc/deps/scripting/script_engine/Closure.h"
8#include "mc/scripting/modules/gametest/BaseScriptGameTestFunction.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleGameTest { class ScriptGameTestHelper; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace gametest { class BaseGameTestHelper; }
15namespace gametest { class IGameTestFunctionContext; }
16namespace gametest { class IGameTestFunctionRunResult; }
17// clang-format on
18
19namespace ScriptModuleGameTest {
20
22public:
23 // member variables
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 2
38 virtual ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
40
41 // vIndex: 0
42 virtual ~SyncScriptGameTestFunction() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
51 functionHandle,
52 ::std::string const& testName
53 );
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(
62 functionHandle,
63 ::std::string const& testName
64 );
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70
71 // NOLINTEND
72
73public:
74 // virtual function thunks
75 // NOLINTBEGIN
76 MCAPI ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCAPI static void** $vftable();
84 // NOLINTEND
85};
86
87} // namespace ScriptModuleGameTest
Definition BaseScriptGameTestFunction.h:17
Definition SyncScriptGameTestFunction.h:21
Definition Closure.h:8
Definition WeakLifetimeScope.h:12
Definition BaseGameTestHelper.h:32
Definition IGameTestFunctionContext.h:7
Definition TypedObjectHandle.h:8
Definition Alias.h:14