LeviLamina
Loading...
Searching...
No Matches
FunctionError.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/BaseError.h"
7
8
namespace
ScriptUtils {
9
10
struct
FunctionError :
public
::Scripting::BaseError
{
11
public
:
12
// prevent constructor by default
13
FunctionError();
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCNAPI
explicit
FunctionError
(::std::string_view functionName);
19
20
MCNAPI
~FunctionError
();
21
// NOLINTEND
22
23
public
:
24
// constructor thunks
25
// NOLINTBEGIN
26
MCNAPI
void
*
$ctor
(::std::string_view functionName);
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCNAPI
void
$dtor
();
33
// NOLINTEND
34
};
35
36
}
// namespace ScriptUtils
ScriptUtils::FunctionError::$dtor
MCAPI void $dtor()
ScriptUtils::FunctionError::~FunctionError
MCAPI ~FunctionError()
ScriptUtils::FunctionError::FunctionError
MCAPI FunctionError(::std::string_view functionName)
ScriptUtils::FunctionError::$ctor
MCAPI void * $ctor(::std::string_view functionName)
Scripting::BaseError
Definition
BaseError.h:12
src
mc
scripting
script_utils
FunctionError.h
Generated on
for LeviLamina by
1.16.1