C# 클래스 OpenRA.GameInformation.Player

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
ClientIndex int
Color OpenRA.Graphics.HSLColor
FactionId string
FactionName string
IsBot bool
IsHuman bool
IsRandomFaction bool
IsRandomSpawnPoint bool
Name string
Outcome WinState
OutcomeTimestampUtc System.DateTime
SpawnPoint int
Team int

프로퍼티 상세

ClientIndex 공개적으로 프로퍼티

public int ClientIndex
리턴 int

Color 공개적으로 프로퍼티

public HSLColor,OpenRA.Graphics Color
리턴 OpenRA.Graphics.HSLColor

FactionId 공개적으로 프로퍼티

The faction ID, a.k.a. the faction's internal name.
public string FactionId
리턴 string

FactionName 공개적으로 프로퍼티

The faction's display name.
public string FactionName
리턴 string

IsBot 공개적으로 프로퍼티

public bool IsBot
리턴 bool

IsHuman 공개적으로 프로퍼티

public bool IsHuman
리턴 bool

IsRandomFaction 공개적으로 프로퍼티

True if the faction was chosen at random; otherwise, false.
public bool IsRandomFaction
리턴 bool

IsRandomSpawnPoint 공개적으로 프로퍼티

True if the spawn point was chosen at random; otherwise, false.
public bool IsRandomSpawnPoint
리턴 bool

Name 공개적으로 프로퍼티

The player name, not guaranteed to be unique.
public string Name
리턴 string

Outcome 공개적으로 프로퍼티

The game outcome for this player.
public WinState Outcome
리턴 WinState

OutcomeTimestampUtc 공개적으로 프로퍼티

The time when this player won or lost the game.
public DateTime,System OutcomeTimestampUtc
리턴 System.DateTime

SpawnPoint 공개적으로 프로퍼티

public int SpawnPoint
리턴 int

Team 공개적으로 프로퍼티

The team ID on start-up, or 0 if the player is not part of a team.
public int Team
리턴 int