LeviLamina
Loading...
Searching...
No Matches
EngineError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/Error.h"
7
8
namespace
Scripting {
9
10
struct
EngineError
:
public
::Scripting::Error
{
11
public
:
12
// member functions
13
// NOLINTBEGIN
14
MCAPI
explicit
EngineError
(::std::string
const
& message);
15
16
MCAPI
~EngineError
();
17
// NOLINTEND
18
19
public
:
20
// constructor thunks
21
// NOLINTBEGIN
22
MCAPI
void
* $ctor(::std::string
const
& message);
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
MCFOLD
void
$dtor();
29
// NOLINTEND
30
};
31
32
}
// namespace Scripting
Scripting::EngineError
Definition
EngineError.h:10
Scripting::Error
Definition
Error.h:7
src
mc
deps
scripting
runtime
EngineError.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0