LeviLamina
Loading...
Searching...
No Matches
ScriptAsyncGameTestFunctionRunResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
#include "mc/deps/scripting/script_engine/Future.h"
8
#include "mc/gametest/framework/IGameTestFunctionRunResult.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
namespace
gametest {
struct
GameTestError
; }
13
// clang-format on
14
15
namespace
ScriptModuleGameTest {
16
17
class
ScriptAsyncGameTestFunctionRunResult
:
public
::gametest::IGameTestFunctionRunResult
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 72, ::Scripting::Result_deprecated<::Scripting::Future<void>>> mResult;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
bool
isComplete()
const
/*override*/
;
28
29
virtual ::std::optional<::gametest::GameTestError> getError()
/*override*/
;
30
31
virtual
~ScriptAsyncGameTestFunctionRunResult
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCAPI
bool
$isComplete()
const
;
38
39
MCAPI ::std::optional<::gametest::GameTestError> $getError();
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace ScriptModuleGameTest
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult
Definition
ScriptAsyncGameTestFunctionRunResult.h:17
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult::$vftable
static MCAPI void ** $vftable()
gametest::IGameTestFunctionRunResult
Definition
IGameTestFunctionRunResult.h:12
gametest::GameTestError
Definition
GameTestError.h:17
src
mc
scripting
modules
gametest
ScriptAsyncGameTestFunctionRunResult.h
Generated on
for LeviLamina by
1.16.1