C# 클래스 idTech4.Game.PlayerState

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FragCount int
InGame bool
IsScoreBoardUp bool
Ping int
TeamFragCount int
Vote PlayerVote
Wins int

공개 메소드들

메소드 설명
Clear ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

프로퍼티 상세

FragCount 공개적으로 프로퍼티

public int FragCount
리턴 int

InGame 공개적으로 프로퍼티

public bool InGame
리턴 bool

IsScoreBoardUp 공개적으로 프로퍼티

public bool IsScoreBoardUp
리턴 bool

Ping 공개적으로 프로퍼티

public int Ping
리턴 int

TeamFragCount 공개적으로 프로퍼티

public int TeamFragCount
리턴 int

Vote 공개적으로 프로퍼티

public PlayerVote Vote
리턴 PlayerVote

Wins 공개적으로 프로퍼티

public int Wins
리턴 int