C# Class LazerTagHostLibrary.Player

Show 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 property

public bool alive
return bool

confirmed public property

public bool confirmed
return bool

damage public property

public int damage
return int

debriefed public property

public bool debriefed
return bool

has_score_report_for_team public property

public bool[] has_score_report_for_team
return bool[]

hit_by_team_player_count public property

public int[,] hit_by_team_player_count
return ].int[

hit_team_player_count public property

public int[,] hit_team_player_count
return ].int[

individual_rank public property

public int individual_rank
return int

player_id public property

public byte player_id
return byte

player_name public property

public string player_name
return string

player_number public property

public int player_number
return int

score public property

public int score
return int

team_index public property

public int team_index
return int

team_number public property

public int team_number
return int

team_rank public property

public int team_rank
return int

zone_time public property

public int zone_time
return int