C# Class LazerTagHostLibrary.Player

Mostra file Open project: afaucher/LazerTagHost Class Usage Examples

Public Properties

Property Type Description
alive bool
confirmed bool
damage int
debriefed bool
has_score_report_for_team bool[]
hit_by_team_player_count ].int[
hit_team_player_count ].int[
individual_rank int
player_id byte
player_name string
player_number int
score int
team_index int
team_number int
team_rank int
zone_time int

Public Methods

Method Description
HasBeenDebriefed ( ) : bool
Player ( byte player_id ) : System

Method Details

HasBeenDebriefed() public method

public HasBeenDebriefed ( ) : bool
return bool

Player() public method

public Player ( byte player_id ) : System
player_id byte
return System

Property Details

alive public_oe property

public bool alive
return bool

confirmed public_oe property

public bool confirmed
return bool

damage public_oe property

public int damage
return int

debriefed public_oe property

public bool debriefed
return bool

has_score_report_for_team public_oe property

public bool[] has_score_report_for_team
return bool[]

hit_by_team_player_count public_oe property

public int[,] hit_by_team_player_count
return ].int[

hit_team_player_count public_oe property

public int[,] hit_team_player_count
return ].int[

individual_rank public_oe property

public int individual_rank
return int

player_id public_oe property

public byte player_id
return byte

player_name public_oe property

public string player_name
return string

player_number public_oe property

public int player_number
return int

score public_oe property

public int score
return int

team_index public_oe property

public int team_index
return int

team_number public_oe property

public int team_number
return int

team_rank public_oe property

public int team_rank
return int

zone_time public_oe property

public int zone_time
return int