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
12
namespace
ScriptModuleGameTest {
class
ScriptGameTestHelper; }
13
namespace
Scripting {
class
WeakLifetimeScope; }
14
namespace
gametest {
class
BaseGameTestHelper; }
15
namespace
gametest {
class
IGameTestFunctionContext; }
16
namespace
gametest {
class
IGameTestFunctionRunResult; }
17
// clang-format on
18
19
namespace
ScriptModuleGameTest {
20
21
class
SyncScriptGameTestFunction
:
public
::ScriptModuleGameTest::BaseScriptGameTestFunction
{
22
public
:
23
// member variables
24
// NOLINTBEGIN
25
::ll::UntypedStorage<8, 88>
mUnkb88201;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
SyncScriptGameTestFunction
& operator=(
SyncScriptGameTestFunction
const
&);
31
SyncScriptGameTestFunction
(
SyncScriptGameTestFunction
const
&);
32
SyncScriptGameTestFunction
();
33
34
public
:
35
// virtual functions
36
// NOLINTBEGIN
37
// vIndex: 2
38
virtual ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
39
run(
::gametest::BaseGameTestHelper
&,
::gametest::IGameTestFunctionContext
& fnContext)
const
/*override*/
;
40
41
// vIndex: 0
42
virtual
~SyncScriptGameTestFunction
()
/*override*/
=
default
;
43
// NOLINTEND
44
45
public
:
46
// member functions
47
// NOLINTBEGIN
48
MCAPI
SyncScriptGameTestFunction
(
49
::Scripting::WeakLifetimeScope
scope,
50
::Scripting::Closure
<
void
(
::Scripting::TypedObjectHandle<::ScriptModuleGameTest::ScriptGameTestHelper>
)>
51
functionHandle,
52
::std::string
const
& testName
53
);
54
// NOLINTEND
55
56
public
:
57
// constructor thunks
58
// NOLINTBEGIN
59
MCAPI
void
* $ctor(
60
::Scripting::WeakLifetimeScope
scope,
61
::Scripting::Closure
<
void
(
::Scripting::TypedObjectHandle<::ScriptModuleGameTest::ScriptGameTestHelper>
)>
62
functionHandle,
63
::std::string
const
& testName
64
);
65
// NOLINTEND
66
67
public
:
68
// destructor thunk
69
// NOLINTBEGIN
70
71
// NOLINTEND
72
73
public
:
74
// virtual function thunks
75
// NOLINTBEGIN
76
MCAPI ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
77
$run(
::gametest::BaseGameTestHelper
&,
::gametest::IGameTestFunctionContext
& fnContext)
const
;
78
// NOLINTEND
79
80
public
:
81
// vftables
82
// NOLINTBEGIN
83
MCAPI
static
void
** $vftable();
84
// NOLINTEND
85
};
86
87
}
// namespace ScriptModuleGameTest
ScriptModuleGameTest::BaseScriptGameTestFunction
Definition
BaseScriptGameTestFunction.h:17
ScriptModuleGameTest::SyncScriptGameTestFunction
Definition
SyncScriptGameTestFunction.h:21
Scripting::Closure
Definition
Closure.h:8
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:12
gametest::BaseGameTestHelper
Definition
BaseGameTestHelper.h:32
gametest::IGameTestFunctionContext
Definition
IGameTestFunctionContext.h:7
Scripting::TypedObjectHandle
Definition
TypedObjectHandle.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
gametest
SyncScriptGameTestFunction.h
Generated on Sat Apr 26 2025 05:55:50 for LeviLamina by
1.12.0