Class MyRankedServers
Inheritance
System.Object
MyRankedServers
Assembly: VRage.Game.dll
Syntax
public class MyRankedServers : Object
Constructors
MyRankedServers()
Declaration
Properties
Servers
Declaration
public List<MyRankServer> Servers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<MyRankServer> |
|
Methods
GetByPrefix(String)
Declaration
public IEnumerable<MyRankServer> GetByPrefix(string prefix)
Parameters
Type |
Name |
Description |
System.String |
prefix |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<MyRankServer> |
|
LoadAsync(String, Action<MyRankedServers>)
Declaration
public static void LoadAsync(string url, Action<MyRankedServers> completedCallback)
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.Action<MyRankedServers> |
completedCallback |
|
SaveTestData()
Declaration
public static void SaveTestData()