|
enum class | State : int { Enabled = 0
, Disabled = 1
, Uninitialized = 2
} |
|
|
virtual void | startAnnouncingServer (::std::string const &, ::std::string const &, ::Bedrock::NonOwnerPointer<::AppPlatform >, ::GameType, int, int, bool, bool, bool)=0 |
|
virtual void | stopAnnouncingServer (::Bedrock::NonOwnerPointer<::AppPlatform >)=0 |
|
virtual void | startServerDiscovery (::PortPair)=0 |
|
virtual void | stopServerDiscovery ()=0 |
|
virtual void | addCustomServer (::AsynchronousIPResolver const &, int)=0 |
|
virtual void | addCustomServer (::std::string const &, int)=0 |
|
virtual ::std::vector<::PingedCompatibleServer > | getServerList () const =0 |
|
virtual void | clearServerList ()=0 |
|
virtual void | update ()=0 |
|
virtual float | getPingTimeForGUID (::std::string const &)=0 |
|
virtual void | checkCanConnectToCustomServerAsync (::std::string, int, ::std::function< void(::ServerConnectivityTestResult)>)=0 |
|
virtual void | _onDisable () |
|
virtual void | _onEnable () |
|
MCAPI void | $dtor () |
|
MCAPI void | $_onDisable () |
|
MCAPI void | $_onEnable () |
|
◆ _onDisable()
virtual void ServerLocator::_onDisable |
( |
| ) |
|
|
virtual |
◆ _onEnable()
virtual void ServerLocator::_onEnable |
( |
| ) |
|
|
virtual |
◆ $dtor()
MCAPI void ServerLocator::$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.
◆ $_onDisable()
MCAPI void ServerLocator::$_onDisable |
( |
| ) |
|
- 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.
◆ $_onEnable()
MCAPI void ServerLocator::$_onEnable |
( |
| ) |
|
- 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.
◆ $vftable()
static MCAPI void ** ServerLocator::$vftable |
( |
| ) |
|
|
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.
The documentation for this class was generated from the following file: