namespace ML.SDK
Class
ScoreBoardEntry
namespace ML.SDK
{
class ScoreBoardEntry
}
Summary
A scoreboard item. Contains information about cloud variable scoreboard.
Properties
Property | Desciption |
---|---|
Name | The name of the score. Like kills, health, etc. |
UserDisplayName | The Display name of the user which this score is associated with. |
UserId | The id of the user which this score is associated with. |
Value | The score value. |
Constructors
Constructor | Description |
---|---|
ScoreBoardEntry(MLPlayer, string, int) | Creates a new scoreboard entry. |