Mirror::Cloud::ListServerService::PartialServerJson
Inherits from ICanBeJson
Public Functions
Name | |
---|---|
void | SetCustomData(Dictionary< string, string > data) |
void | Validate() |
Public Attributes
Name | |
---|---|
int | playerCount optional |
int | maxPlayerCount optional |
string | displayName optional |
KeyValue [] | customData Array of custom data, use SetCustomData to set values |
Public Functions Documentation
function SetCustomData
inline void SetCustomData(
Dictionary< string, string > data
)
function Validate
inline void Validate()
Public Attributes Documentation
variable playerCount
int playerCount;
optional
variable maxPlayerCount
int maxPlayerCount;
optional
variable displayName
string displayName;
optional
variable customData
KeyValue [] customData;
Array of custom data, use SetCustomData to set values
optional
Updated on 27 January 2021 at 17:55:29 UTC