LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptNamespaceNameError Struct Reference
Inheritance diagram for ScriptModuleMinecraft::ScriptNamespaceNameError:

Public Types

enum class  Reason : int { Invalid = 0 , NoNamespace = 1 , DisallowedNamespace = 2 }

Public Member Functions

ScriptNamespaceNameError & operator= (ScriptNamespaceNameError const &)
 ScriptNamespaceNameError (ScriptNamespaceNameError const &)
MCAPI ScriptNamespaceNameError (::std::string const &name, ::std::string const &message, ::ScriptModuleMinecraft::ScriptNamespaceNameError::Reason reason)
MCAPI ~ScriptNamespaceNameError ()
MCAPI void * $ctor (::std::string const &name, ::std::string const &message, ::ScriptModuleMinecraft::ScriptNamespaceNameError::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_)

Static Public Member Functions

static MCAPI ::Scripting::ErrorBinding bind ()
static MCAPI ::Scripting::EnumBinding bindReasonEnum ()
static MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptNamespaceNameError, ::Scripting::EngineErrorvalidate (::std::string const &name, bool allowMinecraftNamespace, bool allowMultipleNamespaces)

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnkd02cad
::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

Constructor & Destructor Documentation

◆ ScriptNamespaceNameError()

MCAPI ScriptModuleMinecraft::ScriptNamespaceNameError::ScriptNamespaceNameError ( ::std::string const & name,
::std::string const & message,
::ScriptModuleMinecraft::ScriptNamespaceNameError::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.

◆ ~ScriptNamespaceNameError()

MCAPI ScriptModuleMinecraft::ScriptNamespaceNameError::~ScriptNamespaceNameError ( )
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.

Member Function Documentation

◆ bind()

MCAPI ::Scripting::ErrorBinding ScriptModuleMinecraft::ScriptNamespaceNameError::bind ( )
static
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()

MCAPI ::Scripting::EnumBinding ScriptModuleMinecraft::ScriptNamespaceNameError::bindReasonEnum ( )
static
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.

◆ validate()

MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptNamespaceNameError, ::Scripting::EngineError > ScriptModuleMinecraft::ScriptNamespaceNameError::validate ( ::std::string const & name,
bool allowMinecraftNamespace,
bool allowMultipleNamespaces )
static
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::ScriptNamespaceNameError::$ctor ( ::std::string const & name,
::std::string const & message,
::ScriptModuleMinecraft::ScriptNamespaceNameError::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::ScriptNamespaceNameError::$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: