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.
PartyMember
Represents a party member.Attributes
The client instance.
The party this member is a part of.
The UTC time of when this member joined its party.
True if member is the leader, else False.This member’s position in the party (0-15). This position defines which team you’re a part of:
- 0-3 = Team 1
- 4-7 = Team 2
- 8-11 = Team 3
- 12-15 = Team 4
Whether or not the member is currently hidden in the party.
The platform this user currently uses.
The member’s ready state.
The input type this user is currently using.
The CID of the outfit this user currently has equipped.
The BID of the backpack this member currently has equipped.
None if no backpack is equipped.The ID of the pet this member currently has equipped.
None if no pet is equipped.The pickaxe ID of the pickaxe this member currently has equipped.
The contrail ID of the contrail this member currently has equipped.
The kicks (shoes) ID this member currently has equipped.
A list containing the raw variants data for the currently equipped outfit.
A list containing the raw variants data for the currently equipped backpack.
A list containing the raw variants data for the currently equipped pickaxe.
A list containing the raw variants data for the currently equipped kicks.
A list containing the raw variants data for the currently equipped contrail.
A list of tuples containing the enlightenments of this member.
The corruption value this member is using.
None if no corruption value is set.Whether this member currently has a crown or not.
The current crown wins of this member.
The current rank of this member.
The EID of the emote this member is currently playing.
None if no emote is currently playing.The ID of the emoji this member is currently playing.
None if no emoji is currently playing.A tuple consisting of the icon ID, color ID, and the season level. Example:
('standardbanner15', 'defaultcolor15', 50)A tuple consisting of has purchased and battlepass level. Example:
(True, 30)The time in UTC that the member’s match started.
None if not in a match.How many players there are left in this player’s match. Defaults to
0 if not in a match.A tuple containing the x and y coordinates of this member’s current lobby map marker. The coordinates range is roughly
-135000.0 <= coordinate <= 135000.The last playlist that this member selected. Example:
experience_reloadMethods
in_match
True if this member is in a match, else False.is_ready
True if this member is ready, else False.is_zombie
True if this member is a zombie, else False.lobby_map_marker_is_visible
True if this member’s lobby map marker is currently visible, else False.kick
Forbidden- You are not the leader of the party.PartyError- You attempted to kick yourself.HTTPException- Something else went wrong when trying to kick this member.
promote
Forbidden- You are not the leader of the party.PartyError- You are already party leader.HTTPException- Something else went wrong when trying to promote this member.
swap_position
HTTPException- An error occurred while requesting.
create_variant
A config that overrides the default config for the variant backend names.
The pattern number you want to use.
The numeric number you want to use.
The clothing color you want to use.
The jersey color you want to use. For soccer skins this is the country you want the jersey to represent.
The parts number you want to use.
The progressing number you want to use.
The particle number you want to use.
The material number you want to use.
The emissive number you want to use.
The profile banner to use. The value should almost always be
ProfileBanner.List of dictionaries including all variants data.