πCreate Leaderboard

π Description
This creates a new leaderboard. This is also another way of getting the LeaderboardID. This node will either output you the LeaderboardID when the name already exists, or it will create a new leaderboard and also outputs you the LeaderboardID.
This node will not update the Sort Method or Display Type for already existing leaderboards!
Leaderboard Name
The name of the leaderboard/you want to create.
Are greater or lower scores better?
β Descending = The top score is the highest number.
β Ascending = The top score is the lowest number.
β Numeric = The score is just a simple numerical value.
β Time Seconds = The score represents a time, in seconds.
β Time Milli Seconds = The score represents a time, in milliseconds.
On Success
Executes when the leaderboard was successfully created by Steam.
On Already Exists
Executes when a leaderboard with the exact same name already exists and thus couldn't be created.
On Fail
Executes if the Steam API is not validated, the leaderboard creation failed, or an internal Steam error occurs.
Leaderboard ID
The ID of the created/found leaderboard. This can be used as the input for some of the other nodes.
Time Action Took
This is the time in seconds this asynchronous action took to execute.
Last updated