CreateColumn
Function of: Leaderboard
Returns: Void
Tags: static
Creates a new colum with a name and default value
Parameters
Name | Type | Description |
---|---|---|
columnName | String | The name of the column |
defaultValue | Number | The default value of the column for players |
Example
Leaderboard.CreateColumn(String columnName, Number defaultValue )