SetPlayerColumnValue
Function of: Leaderboard
Returns: Void
Tags: static
Sets the value of named column for a player
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player | The player whose value to change |
| columnName | String | The name of the column to change |
| columnValue | Number | The new value of the column for the player |
Example
Leaderboard.SetPlayerColumnValue(Player player, String columnName, Number columnValue )