|
enum class | State : int { Enabled = 0
, Disabled = 1
, Uninitialized = 2
} |
|
|
ServerLocatorComposite & | operator= (ServerLocatorComposite const &) |
|
| ServerLocatorComposite (ServerLocatorComposite const &) |
|
virtual void | startAnnouncingServer (::std::string const &, ::std::string const &, ::Bedrock::NonOwnerPointer<::AppPlatform >, ::GameType, int, int, bool, bool, bool) |
|
virtual void | stopAnnouncingServer (::Bedrock::NonOwnerPointer<::AppPlatform >) |
|
virtual void | startServerDiscovery (::PortPair) |
|
virtual void | stopServerDiscovery () |
|
virtual void | addCustomServer (::AsynchronousIPResolver const &, int) |
|
virtual void | addCustomServer (::std::string const &, int) |
|
virtual ::std::vector<::PingedCompatibleServer > | getServerList () const |
|
virtual void | clearServerList () |
|
virtual void | update () |
|
virtual float | getPingTimeForGUID (::std::string const &) |
|
virtual void | checkCanConnectToCustomServerAsync (::std::string, int, ::std::function< void(::ServerConnectivityTestResult)>) |
|
virtual void | _onDisable () |
|
virtual void | _onEnable () |
|
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) |
|
MCAPI void | $startServerDiscovery (::PortPair ports) |
|
MCAPI void | $addCustomServer (::AsynchronousIPResolver const &futureIP, int port) |
|
MCAPI void | $addCustomServer (::std::string const &address, int port) |
|
MCAPI void | $stopServerDiscovery () |
|
MCAPI ::std::vector<::PingedCompatibleServer > | $getServerList () const |
|
MCAPI void | $clearServerList () |
|
MCAPI void | $update () |
|
MCAPI float | $getPingTimeForGUID (::std::string const &guid) |
|
MCAPI void | $checkCanConnectToCustomServerAsync (::std::string hostIpAddress, int port, ::std::function< void(::ServerConnectivityTestResult)> callback) |
|
MCAPI void | $dtor () |
|
MCAPI void | $_onDisable () |
|
MCAPI void | $_onEnable () |
|
◆ startAnnouncingServer()
virtual void ServerLocatorComposite::startAnnouncingServer |
( |
::std::string const & | , |
|
|
::std::string const & | , |
|
|
::Bedrock::NonOwnerPointer<::AppPlatform > | , |
|
|
::GameType | , |
|
|
int | , |
|
|
int | , |
|
|
bool | , |
|
|
bool | , |
|
|
bool | ) |
|
virtual |
◆ stopAnnouncingServer()
◆ startServerDiscovery()
virtual void ServerLocatorComposite::startServerDiscovery |
( |
::PortPair | | ) |
|
|
virtual |
◆ stopServerDiscovery()
virtual void ServerLocatorComposite::stopServerDiscovery |
( |
| ) |
|
|
virtual |
◆ addCustomServer() [1/2]
◆ addCustomServer() [2/2]
virtual void ServerLocatorComposite::addCustomServer |
( |
::std::string const & | , |
|
|
int | ) |
|
virtual |
◆ getServerList()
◆ clearServerList()
virtual void ServerLocatorComposite::clearServerList |
( |
| ) |
|
|
virtual |
◆ update()
virtual void ServerLocatorComposite::update |
( |
| ) |
|
|
virtual |
◆ getPingTimeForGUID()
virtual float ServerLocatorComposite::getPingTimeForGUID |
( |
::std::string const & | | ) |
|
|
virtual |
◆ checkCanConnectToCustomServerAsync()
virtual void ServerLocatorComposite::checkCanConnectToCustomServerAsync |
( |
::std::string | , |
|
|
int | , |
|
|
::std::function< void(::ServerConnectivityTestResult)> | ) |
|
virtual |
◆ _onDisable()
virtual void ServerLocatorComposite::_onDisable |
( |
| ) |
|
|
virtual |
◆ _onEnable()
virtual void ServerLocatorComposite::_onEnable |
( |
| ) |
|
|
virtual |
◆ $ctor()
MCAPI void * StubServerLocator::$ctor |
( |
| ) |
|
|
inherited |
- 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.
◆ $startAnnouncingServer()
MCAPI void StubServerLocator::$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 ) |
|
inherited |
- 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.
◆ $stopAnnouncingServer()
- 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.
◆ $startServerDiscovery()
MCAPI void StubServerLocator::$startServerDiscovery |
( |
::PortPair | ports | ) |
|
|
inherited |
- 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.
◆ $addCustomServer() [1/2]
- 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.
◆ $addCustomServer() [2/2]
MCAPI void StubServerLocator::$addCustomServer |
( |
::std::string const & | address, |
|
|
int | port ) |
|
inherited |
- 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.
◆ $stopServerDiscovery()
MCAPI void StubServerLocator::$stopServerDiscovery |
( |
| ) |
|
|
inherited |
- 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.
◆ $getServerList()
- 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.
◆ $clearServerList()
MCAPI void StubServerLocator::$clearServerList |
( |
| ) |
|
|
inherited |
- 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.
◆ $update()
MCAPI void StubServerLocator::$update |
( |
| ) |
|
|
inherited |
- 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.
◆ $getPingTimeForGUID()
MCAPI float StubServerLocator::$getPingTimeForGUID |
( |
::std::string const & | guid | ) |
|
|
inherited |
- 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.
◆ $checkCanConnectToCustomServerAsync()
MCAPI void StubServerLocator::$checkCanConnectToCustomServerAsync |
( |
::std::string | hostIpAddress, |
|
|
int | port, |
|
|
::std::function< void(::ServerConnectivityTestResult)> | callback ) |
|
inherited |
- 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 ** StubServerLocator::$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.
◆ $dtor()
MCAPI void ServerLocator::$dtor |
( |
| ) |
|
|
inherited |
- 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 |
( |
| ) |
|
|
inherited |
- 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 |
( |
| ) |
|
|
inherited |
- 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: