|
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 () |
|
MCFOLD void | $_onDisable () |
|
MCFOLD void | $_onEnable () |
|
|
static MCAPI void ** | $vftable () |
|
◆ _onDisable()
virtual void ServerLocator::_onDisable |
( |
| ) |
|
|
virtual |
◆ _onEnable()
virtual void ServerLocator::_onEnable |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: