LeviLamina
Loading...
Searching...
No Matches
ScriptRawMessageError.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
10namespace Scripting { struct ErrorBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI explicit ScriptRawMessageError(::std::string const& message);
24
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCNAPI static ::Scripting::ErrorBinding bind();
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor(::std::string const& message);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace ScriptModuleMinecraft
Definition ScriptRawMessageError.h:15
MCAPI ScriptRawMessageError(::std::string const &message)
MCAPI void * $ctor(::std::string const &message)
static MCAPI ::Scripting::ErrorBinding bind()
Definition Error.h:7