ScoreBoardEntry.ScoreBoardEntry(MLPlayer player, string name, int value)
7/14/25Less than 1 minute
Member of ML.SDK.ScoreBoardEntry
Constructor
ScoreBoardEntry.ScoreBoardEntry(MLPlayer player, string name, int value)
ScoreBoardEntry.ScoreBoardEntry(MLPlayer player, string name, int value);Parameters
| Parameter | Type | Description |
|---|---|---|
| player | MLPlayer | Associated player |
| name | string | The name of the score. Like kills, health, etc. |
| value | int | The score value. |
Summary
Creates a new scoreboard entry.

