|
LeviLamina
|
Public Member Functions | |
| ScriptDataDrivenUIBinding & | operator= (ScriptDataDrivenUIBinding const &) |
| ScriptDataDrivenUIBinding (ScriptDataDrivenUIBinding const &) | |
| MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidActorError > | getProperty (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property) |
| MCAPI ::Scripting::Result< ::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > | getPropertyPath (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property, ::std::string const &path) |
| MCAPI::ScriptDataDrivenUIBinding & | operator= (::ScriptDataDrivenUIBinding &&) |
| MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > | setClientWritable (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property, ::std::string const &path, bool value) |
| MCAPI ::Scripting::Result< void, ::Scripting::EngineError, ::ScriptModuleMinecraft::ScriptInvalidActorError > | setProperty (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property, ::std::string const &data) |
| MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > | setPropertyPath (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property, ::std::string const &path, ::std::variant< double, bool, ::std::string > const &data) |
| MCAPI ::Scripting::Result< ::Scripting::Closure< void(::std::optional<::std::string >)>, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > | subscribe (::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > scriptPlayer, ::std::string const &dataStoreName, ::std::string const &property, ::std::string const &path, ::Scripting::Closure< void(::std::optional<::std::string >)> closure) |
| MCAPI bool | unsubscribe (::Scripting::Closure< void(::std::optional<::std::string >)> closure) |
Static Public Member Functions | |
| static MCAPI ::Scripting::ClassBinding | bind () |
Public Attributes | |
| ::ll::UntypedStorage< 8, 24 > | mUnkedb43e |
| MCAPI ::Scripting::Result<::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptDataDrivenUIBinding::getProperty | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property ) |
| MCAPI ::Scripting::Result< ::std::optional<::std::string >, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > ScriptDataDrivenUIBinding::getPropertyPath | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property, | ||
| ::std::string const & | path ) |
| MCAPI::ScriptDataDrivenUIBinding & ScriptDataDrivenUIBinding::operator= | ( | ::ScriptDataDrivenUIBinding && | ) |
| MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > ScriptDataDrivenUIBinding::setClientWritable | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property, | ||
| ::std::string const & | path, | ||
| bool | value ) |
| MCAPI ::Scripting::Result< void, ::Scripting::EngineError, ::ScriptModuleMinecraft::ScriptInvalidActorError > ScriptDataDrivenUIBinding::setProperty | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property, | ||
| ::std::string const & | data ) |
| MCAPI ::Scripting::Result< void, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > ScriptDataDrivenUIBinding::setPropertyPath | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property, | ||
| ::std::string const & | path, | ||
| ::std::variant< double, bool, ::std::string > const & | data ) |
| MCAPI ::Scripting::Result< ::Scripting::Closure< void(::std::optional<::std::string >)>, ::ScriptModuleMinecraft::ScriptInvalidActorError, ::ScriptInvalidPathError > ScriptDataDrivenUIBinding::subscribe | ( | ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > | scriptPlayer, |
| ::std::string const & | dataStoreName, | ||
| ::std::string const & | property, | ||
| ::std::string const & | path, | ||
| ::Scripting::Closure< void(::std::optional<::std::string >)> | closure ) |
| MCAPI bool ScriptDataDrivenUIBinding::unsubscribe | ( | ::Scripting::Closure< void(::std::optional<::std::string >)> | closure | ) |
|
static |