struct Srcom::Leaderboard
- Srcom::Leaderboard
- Struct
- Value
- Object
Overview
NOTE The only Link
in #links
leads to the Category
of this Leaderboard
, which is already embedded.
Included Modules
- JSON::Serializable
Defined in:
srcr/mappings/leaderboard/leaderboard.crConstructors
Instance Method Summary
- #category : Category
- #category=(category : Category)
- #emulators : Bool?
- #emulators=(emulators : Bool?)
- #game : SimpleGame
- #game=(game : SimpleGame)
- #level : Level?
- #level=(level : Level?)
- #links : Array(Link)
- #links=(links : Array(Link))
- #platform : String?
- #platform=(platform : String?)
- #platforms : Array(Platform)
- #platforms=(platforms : Array(Platform))
- #players : Array(User | Guest)
- #players=(players : Array(User | Guest))
- #region : String?
- #region=(region : String?)
- #regions : Array(Region)
- #regions=(regions : Array(Region))
- #runs : Array(LeaderboardRun)
- #runs=(runs : Array(LeaderboardRun))
- #timing : String?
- #timing=(timing : String?)
-
#values : Hash(String, String)
Variable ID -> Value ID
-
#values=(values : Hash(String, String))
Variable ID -> Value ID
- #variables : Array(Variable)
- #variables=(variables : Array(Variable))
- #video_only : Bool
- #video_only=(video_only : Bool)
- #weblink : String
- #weblink=(weblink : String)