|
| enum class | Error : int {
AlreadyActive = 0
, AlreadyInactive = 1
, ActivateNotFound = 2
, DeactivateNotFound = 3
,
InitFailed = 4
} |
| enum class | Error : int {
AlreadyActive = 0
, AlreadyInactive = 1
, ActivateNotFound = 2
, DeactivateNotFound = 3
,
InitFailed = 4
} |
|
using | payload_value_t = ::std::variant<double, bool, ::std::string> |
|
using | Payload = ::std::unordered_map<::std::string, ::std::variant<double, bool, ::std::string>> |
|
|
virtual void | registerFacet (::std::string const &, ::std::function<::std::unique_ptr<::OreUI::IFacet >()> const &)=0 |
|
virtual ::std::optional<::OreUI::IFacetRegistry::Error > | activateFacet (::OreUI::FacetBinder &, ::std::string const &, ::std::string const &, ::std::unordered_map<::std::string, ::std::variant< double, bool, ::std::string > > const &)=0 |
|
virtual ::std::optional<::OreUI::IFacetRegistry::Error > | deactivateFacet (::OreUI::FacetBinder &, ::std::string const &)=0 |
|
virtual void | clearAllFacets ()=0 |
|
virtual void | suspendAllFacets ()=0 |
|
virtual void | bind (::OreUI::FacetBinder &)=0 |
|
virtual ::std::vector<::std::string > const & | update (::OreUI::FacetBinder &)=0 |
|
virtual ::std::unordered_map<::std::string, ::Bedrock::NotNullNonOwnerPtr<::OreUI::IFacet > > | getActiveFacets ()=0 |
|
MCFOLD void * | $ctor () |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
|
MCFOLD void | $dtor () |
◆ $vftable()
| MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable |
( |
| ) |
|
|
staticinherited |
- 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 class was generated from the following files: