|
virtual void | startAnnouncingServer (::std::string const &playerName, ::std::string const &worldName, ::Bedrock::NonOwnerPointer<::AppPlatform > appPlatform, ::GameType gameType, int numPlayers, int maxNumPlayers, bool isJoinableThroughServerScreen, bool isEditorWorld, bool isHardcore) |
|
virtual void | stopAnnouncingServer (::Bedrock::NonOwnerPointer<::AppPlatform > appPlatform) |
|
virtual void | startServerDiscovery (::PortPair ports) |
|
virtual void | addCustomServer (::AsynchronousIPResolver const &futureIP, int port) |
|
virtual void | addCustomServer (::std::string const &address, int port) |
|
virtual void | stopServerDiscovery () |
|
virtual ::std::vector<::PingedCompatibleServer > | getServerList () const |
|
virtual void | clearServerList () |
|
virtual void | update () |
|
virtual float | getPingTimeForGUID (::std::string const &guid) |
|
virtual void | checkCanConnectToCustomServerAsync (::std::string hostIpAddress, int port, ::std::function< void(::ServerConnectivityTestResult)> callback) |
|
MCAPI void * | $ctor () |
|
MCAPI void | $startAnnouncingServer (::std::string const &playerName, ::std::string const &worldName, ::Bedrock::NonOwnerPointer<::AppPlatform > appPlatform, ::GameType gameType, int numPlayers, int maxNumPlayers, bool isJoinableThroughServerScreen, bool isEditorWorld, bool isHardcore) |
|
MCAPI void | $stopAnnouncingServer (::Bedrock::NonOwnerPointer<::AppPlatform > appPlatform) |
|
MCFOLD void | $startServerDiscovery (::PortPair ports) |
|
MCFOLD void | $addCustomServer (::AsynchronousIPResolver const &futureIP, int port) |
|
MCFOLD void | $addCustomServer (::std::string const &address, int port) |
|
MCFOLD void | $stopServerDiscovery () |
|
MCFOLD ::std::vector<::PingedCompatibleServer > | $getServerList () const |
|
MCFOLD void | $clearServerList () |
|
MCFOLD void | $update () |
|
MCFOLD float | $getPingTimeForGUID (::std::string const &guid) |
|
MCAPI void | $checkCanConnectToCustomServerAsync (::std::string hostIpAddress, int port, ::std::function< void(::ServerConnectivityTestResult)> callback) |
|
virtual void | _onDisable () |
|
virtual void | _onEnable () |
|
MCAPI void | $dtor () |
|
MCFOLD void | $_onDisable () |
|
MCFOLD void | $_onEnable () |
|