Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xmistt/rebootpy/llms.txt
Use this file to discover all available pages before exploring further.
CompetitiveRank
Represents a specific competitive rank type.Properties
ranking_type
Type:RankingType
The type of rank.
last_updated
Type:datetime.datetime
The last time the stats were updated.
current_division
Type:Rank
The current/final rank of the player in that season. Returns Rank(None) if the player has never played ranked.
highest_division
Type:Rank
The highest rank of the player in that season. Returns Rank(None) if the player has never played ranked.
promotion_progress
Type:float
The player’s progress through their current/final rank as a decimal (0.0 to 1.0).
unreal_placement
Type:Optional[int]
Their placement in Unreal rank. Returns None if they’re not in Unreal.