Mirror::Cloud::ListServerService::IListServerServerApi
Inherits from IBaseApi
Inherited by ListServerServerApi
Public Functions
Name | |
---|---|
void | AddServer(ServerJson server) Add a server to the list |
void | UpdateServer(int newPlayerCount) Update the current server |
void | UpdateServer(ServerJson server) Update the current server |
void | RemoveServer() Removes the current server |
Public Properties
Name | |
---|---|
bool | ServerInList Has a server been added to the list with this connection |
Additional inherited members
Public Functions inherited from IBaseApi
Name | |
---|---|
void | Shutdown() Cleans up any data created by the instance |
Public Functions Documentation
function AddServer
void AddServer(
ServerJson server
)
Add a server to the list
Parameters:
- server
Reimplemented by: Mirror::Cloud::ListServerService::ListServerServerApi::AddServer
function UpdateServer
void UpdateServer(
int newPlayerCount
)
Update the current server
Parameters:
- newPlayerCount
Reimplemented by: Mirror::Cloud::ListServerService::ListServerServerApi::UpdateServer
function UpdateServer
void UpdateServer(
ServerJson server
)
Update the current server
Parameters:
- server
Reimplemented by: Mirror::Cloud::ListServerService::ListServerServerApi::UpdateServer
function RemoveServer
void RemoveServer()
Removes the current server
Reimplemented by: Mirror::Cloud::ListServerService::ListServerServerApi::RemoveServer
Public Property Documentation
property ServerInList
bool ServerInList;
Has a server been added to the list with this connection
Updated on 26 January 2021 at 14:33:16 UTC