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::TypedStorage<
26
8,
27
104,
28
::Scripting::Closure
<void(
::Scripting::TypedObjectHandle<::ScriptModuleGameTest::ScriptGameTestHelper>
)>>
29
mFunction;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
SyncScriptGameTestFunction();
35
36
public
:
37
// virtual functions
38
// NOLINTBEGIN
39
virtual ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
40
run(
::gametest::BaseGameTestHelper
&,
::gametest::IGameTestFunctionContext
& fnContext)
const
/*override*/
;
41
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
// virtual function thunks
69
// NOLINTBEGIN
70
MCAPI ::std::unique_ptr<::gametest::IGameTestFunctionRunResult>
71
$run(
::gametest::BaseGameTestHelper
&,
::gametest::IGameTestFunctionContext
& fnContext)
const
;
72
73
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCNAPI
static
void
**
$vftable
();
80
// NOLINTEND
81
};
82
83
}
// namespace ScriptModuleGameTest
ScriptModuleGameTest::BaseScriptGameTestFunction
Definition
BaseScriptGameTestFunction.h:17
ScriptModuleGameTest::ScriptGameTestHelper
Definition
ScriptGameTestHelper.h:43
ScriptModuleGameTest::SyncScriptGameTestFunction::$vftable
static MCAPI void ** $vftable()
Scripting::Closure
Definition
Closure.h:8
Scripting::WeakLifetimeScope
Definition
WeakLifetimeScope.h:7
gametest::BaseGameTestHelper
Definition
BaseGameTestHelper.h:32
gametest::IGameTestFunctionContext
Definition
IGameTestFunctionContext.h:7
gametest::IGameTestFunctionRunResult
Definition
IGameTestFunctionRunResult.h:12
Scripting::TypedObjectHandle
Definition
TypedObjectHandle.h:8
src
mc
scripting
modules
gametest
SyncScriptGameTestFunction.h
Generated on
for LeviLamina by
1.16.1