GetPlayerColumnValue

Function of: Leaderboard
Returns: Number
Tags:  static

Gets the value of named column for a player

Parameters
Name Type Description
playerPlayerThe player whose value to get
columnNameStringThe name of the column to get
Example
local function_output = Leaderboard.GetPlayerColumnValue(Player player,
String columnName
)