C# Class idTech4.Game.PlayerState

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
FragCount int
InGame bool
IsScoreBoardUp bool
Ping int
TeamFragCount int
Vote PlayerVote
Wins int

Public Methods

Method Description
Clear ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Property Details

FragCount public property

public int FragCount
return int

InGame public property

public bool InGame
return bool

IsScoreBoardUp public property

public bool IsScoreBoardUp
return bool

Ping public property

public int Ping
return int

TeamFragCount public property

public int TeamFragCount
return int

Vote public property

public PlayerVote Vote
return PlayerVote

Wins public property

public int Wins
return int