ScoreBoardEntry
An entry for scoreboard. Contains information about the player and their score.
Members
Properties
Name | Description |
---|---|
ScoreBoardEntry .Name | The name of the score. Like kills, health, etc. |
ScoreBoardEntry .UserDisplayName | The Display name of the user which this score is associated with. |
ScoreBoardEntry .UserId | The id of the user which this score is associated with. |
ScoreBoardEntry .Value | The score value. |
Constructor
Name | Description |
---|---|
ScoreBoardEntry(player, name, value) | Creates a new scoreboard entry. |