Srcom::Api::Levels
Inherits Reference / Object
Constants
Class methods
Gets the categories applicable to the Level given by its id.
Possible values for order_by: "name", "miscellaneous", or "pos", with the default being "pos".
Possible values for sort_direction: "desc" or "asc", with the default being "asc".
NOTE: If miscellaneous is set to true only miscellaneous categories will be returned.
If it is set to false only non-miscellaneous categories will be returned.
If it is set to nil both miscellaneous and non-miscellaneous categories will be returned.
Gets the Leaderboards with the top N runs for the Level with the given id,
skipping over empty Leaderboards if skip_empty is true.
NOTE: This can result in more than N runs per Leaderboard, as ties can occur.
NOTE: This returns one Leaderboard for each Category that the Level can be played in.
Gets the Variables applicable to the Level given by its id.
Possible values for order_by: "name", "mandatory", "pos" or "user-defined", with the default being "pos".
Possible values for sort_direction: "desc" or "asc", with the default being "asc".