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/gametest/framework/IGameTestFunctionRunResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
gametest {
struct
GameTestError; }
11
// clang-format on
12
13
namespace
ScriptModuleGameTest {
14
15
class
ScriptAsyncGameTestFunctionRunResult
:
public
::gametest::IGameTestFunctionRunResult
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 200>
mUnk5145ae;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
ScriptAsyncGameTestFunctionRunResult
& operator=(
ScriptAsyncGameTestFunctionRunResult
const
&);
25
ScriptAsyncGameTestFunctionRunResult
(
ScriptAsyncGameTestFunctionRunResult
const
&);
26
ScriptAsyncGameTestFunctionRunResult
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual
bool
isComplete()
const
/*override*/
;
33
34
// vIndex: 2
35
virtual ::std::optional<::gametest::GameTestError> getError()
/*override*/
;
36
37
// vIndex: 0
38
virtual
~ScriptAsyncGameTestFunctionRunResult
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCNAPI
bool
$isComplete
()
const
;
45
46
MCNAPI ::std::optional<::gametest::GameTestError>
$getError
();
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
55
56
}
// namespace ScriptModuleGameTest
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult
Definition
ScriptAsyncGameTestFunctionRunResult.h:15
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult::$isComplete
MCAPI bool $isComplete() const
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult::$getError
MCAPI ::std::optional<::gametest::GameTestError > $getError()
ScriptModuleGameTest::ScriptAsyncGameTestFunctionRunResult::$vftable
static MCAPI void ** $vftable()
gametest::IGameTestFunctionRunResult
Definition
IGameTestFunctionRunResult.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
gametest
ScriptAsyncGameTestFunctionRunResult.h
Generated on Fri Jun 13 2025 05:04:46 for LeviLamina by
1.12.0