C# 클래스 OpenRA.Network.GameServer

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Bots int
Id int
IsCompatible bool
IsJoinable bool
Map string
MaxPlayers int
ModId string
ModLabel string
ModVersion string
Mods string
Name string
Players int
Protected bool
Spectators int
Started string
State int
TTL int

공개 메소드들

메소드 설명
GameServer ( MiniYaml yaml )

메소드 상세

GameServer() 공개 메소드

public GameServer ( MiniYaml yaml )
yaml MiniYaml

프로퍼티 상세

Address 공개적으로 프로퍼티

public string Address
리턴 string

Bots 공개적으로 프로퍼티

public int Bots
리턴 int

Id 공개적으로 프로퍼티

public int Id
리턴 int

IsCompatible 공개적으로 프로퍼티

public bool IsCompatible
리턴 bool

IsJoinable 공개적으로 프로퍼티

public bool IsJoinable
리턴 bool

Map 공개적으로 프로퍼티

public string Map
리턴 string

MaxPlayers 공개적으로 프로퍼티

public int MaxPlayers
리턴 int

ModId 공개적으로 프로퍼티

public string ModId
리턴 string

ModLabel 공개적으로 프로퍼티

public string ModLabel
리턴 string

ModVersion 공개적으로 프로퍼티

public string ModVersion
리턴 string

Mods 공개적으로 프로퍼티

public string Mods
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

Players 공개적으로 프로퍼티

public int Players
리턴 int

Protected 공개적으로 프로퍼티

public bool Protected
리턴 bool

Spectators 공개적으로 프로퍼티

public int Spectators
리턴 int

Started 공개적으로 프로퍼티

public string Started
리턴 string

State 공개적으로 프로퍼티

public int State
리턴 int

TTL 공개적으로 프로퍼티

public int TTL
리턴 int