LeviLamina
Loading...
Searching...
No Matches
RuntimeConditionError.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
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
class
RuntimeConditions; }
11
// clang-format on
12
13
namespace
Scripting {
14
15
struct
RuntimeConditionError
:
public
::Scripting::Error
{
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCAPI
20
RuntimeConditionError
(::std::string
const
& missingRuntimeConditions,
::Scripting::RuntimeConditions
const
& apiName, ::std::string
const
&);
21
22
MCAPI
~RuntimeConditionError
();
23
// NOLINTEND
24
25
public
:
26
// constructor thunks
27
// NOLINTBEGIN
28
MCAPI
void
*
29
$ctor(::std::string
const
& missingRuntimeConditions,
::Scripting::RuntimeConditions
const
& apiName, ::std::string
const
&);
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
};
38
39
}
// namespace Scripting
Scripting::RuntimeConditions
Definition
RuntimeConditions.h:12
Scripting::Error
Definition
Error.h:7
Scripting::RuntimeConditionError
Definition
RuntimeConditionError.h:15
src
mc
deps
scripting
runtime
RuntimeConditionError.h
Generated on Sat Apr 26 2025 05:55:30 for LeviLamina by
1.12.0