|
| enum class | InitializationState : int {
Uninitialized = 0
, Initializing = 1
, Initialized = 2
, Readying = 3
,
Ready = 4
, Started = 5
, Deinitializing = 6
} |
|
|
virtual ::Scripting::Result_deprecated< void > | init ()=0 |
|
virtual ::Scripting::Result_deprecated< void > | ready ()=0 |
|
virtual ::Scripting::Result_deprecated< void > | start ()=0 |
|
virtual ::Scripting::Result_deprecated< void > | quit ()=0 |
|
virtual::Editor::ServiceProviderCollection & | getServiceProviders ()=0 |
|
virtual bool | isClientSide () const =0 |
|
virtual bool | canStart () const =0 |
|
virtual bool | isStarted () const =0 |
|
virtual::Bedrock::PubSub::Subscription | registerInitializationStateChanged (::std::function< void(::Editor::IEditorPlayer::InitializationState, ::Editor::IEditorPlayer::InitializationState)> fn)=0 |
|
virtual void | _onTick ()=0 |
|
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 file: