|
| enum class | Reason : uchar { ExceedsMaxPageLength = 0
, ExceedsMaxPages = 1
, ExceedsTitleLength = 2
} |
| |
|
|
ScriptBookError & | operator= (ScriptBookError const &) |
| |
|
| ScriptBookError (ScriptBookError const &) |
| |
| MCAPI | ScriptBookError (::std::string_view name, ::ScriptModuleMinecraft::ScriptBookError::Reason reason) |
| |
| MCAPI | ~ScriptBookError () |
| |
| MCAPI void * | $ctor (::std::string_view name, ::ScriptModuleMinecraft::ScriptBookError::Reason reason) |
| |
| MCAPI void | $dtor () |
| |
|
MCAPI void | setCallStack (::std::string _backtrace) |
| |
|
MCAPI::std::string | toString () const |
| |
|
MCAPI void * | $ctor (::Scripting::BaseError &&) |
| |
|
MCAPI void * | $ctor (::std::string const &name_, ::std::string const &message_) |
| |
|
|
::ll::UntypedStorage< 1, 1 > | mUnk2ac532 |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | name |
| |
|
::ll::TypedStorage< 8, 32, ::std::string > | message |
| |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | sourceMapDebugId |
| |
|
::ll::TypedStorage< 8, 24, ::std::vector<::Scripting::CallStackEntry > > | mCallStack |
| |
|
::ll::TypedStorage< 8, 40, ::std::optional<::std::string > > | mCallStackStr |
| |
|
::ll::TypedStorage< 1, 1, bool > | throwAsString |
| |
◆ ScriptBookError()
| MCAPI ScriptModuleMinecraft::ScriptBookError::ScriptBookError |
( |
::std::string_view | name, |
|
|
::ScriptModuleMinecraft::ScriptBookError::Reason | reason ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~ScriptBookError()
| MCAPI ScriptModuleMinecraft::ScriptBookError::~ScriptBookError |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ bind()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ bindReasonEnum()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor()
| MCAPI void * ScriptModuleMinecraft::ScriptBookError::$ctor |
( |
::std::string_view | name, |
|
|
::ScriptModuleMinecraft::ScriptBookError::Reason | reason ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void ScriptModuleMinecraft::ScriptBookError::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: