|
| enum class | State : int { Enabled = 0
, Disabled = 1
, Uninitialized = 2
} |
|
|
virtual void | startAnnouncingServer (::std::string const &playerName, ::std::string const &worldName, ::GameType gameType, int numPlayers, int maxNumPlayers, bool isJoinableThroughServerScreen, bool isEditorWorld, bool isHardcore)=0 |
|
virtual void | stopAnnouncingServer ()=0 |
|
virtual void | startServerDiscovery (::PortPair ports)=0 |
|
virtual void | stopServerDiscovery ()=0 |
|
virtual void | addCustomServer (::AsynchronousIPResolver const &futureIP, int port)=0 |
|
virtual void | addCustomServer (::std::string const &address, int port)=0 |
|
virtual ::std::vector<::PingedCompatibleServer > | getServerList () const =0 |
|
virtual void | clearServerList ()=0 |
|
virtual void | update ()=0 |
|
virtual float | getPingTimeForGUID (::std::string const &guid)=0 |
|
virtual void | checkCanConnectToCustomServerAsync (::std::string hostIpAddress, int port, ::std::function< void(::ServerConnectivityTestResult)> callback)=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()
| 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: