SetPlayerColumnValue

Function of: Leaderboard
Returns: Void
Tags:  static

Sets the value of named column for a player

Parameters
Name Type Description
playerPlayerThe player whose value to change
columnNameStringThe name of the column to change
columnValueNumberThe new value of the column for the player
Example
Leaderboard.SetPlayerColumnValue(Player player,
String columnName,
Number columnValue
)