Show / Hide Table of Contents

Class MyRankedServers

Inheritance
System.Object
MyRankedServers
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public class MyRankedServers : Object

Constructors

MyRankedServers()

Declaration
public MyRankedServers()

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()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾