GetPlayerColumnValue
Function of: Leaderboard
Returns: Number
Tags: static
Gets the value of named column for a player
Parameters
Name | Type | Description |
---|---|---|
player | Player | The player whose value to get |
columnName | String | The name of the column to get |
Example
local function_output = Leaderboard.GetPlayerColumnValue(Player player, String columnName )