C# Class idTech4.Game.PlayerState

显示文件 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_oe property

public int FragCount
return int

InGame public_oe property

public bool InGame
return bool

IsScoreBoardUp public_oe property

public bool IsScoreBoardUp
return bool

Ping public_oe property

public int Ping
return int

TeamFragCount public_oe property

public int TeamFragCount
return int

Vote public_oe property

public PlayerVote Vote
return PlayerVote

Wins public_oe property

public int Wins
return int