Get Started - Learn How To Make Your Bot!Code SnippetsGet methodsPost methodsWeb APIUseful linksList of all currently Free ItemsList of all currently Free EmotesHighrise Bot SDK Changelog
Added on version 23.1.0b12
get_user_outfit(self, user_id: str) -> GetUserOutfitRequest.GetUserOutfitResponse | Error:
Get information about user outfit if user is in the room
โ๏ธ Use cases
Simple use to print the userโs outfit when they say โoutfit in a roomโ.
ย
Output: GetUserOutfitRequest.GetUserOutfitResponse( outfit=[ Item(type='clothing', amount=1, id='hat-n_SchoolContestGrab2021CILACLOPSear'), Item(type='clothing', amount=1, id='hat-n_countercultureudcachluophobiagrab2021drippingknifepiercing'), Item(type='clothing', amount=1, id='tattoo-n_CodyMeiPunckGrab2021bandage'), Item(type='clothing', amount=1, id='eyebrow-n_05'), Item(type='clothing', amount=1, id='hat-n_bluecolorgothgrab2021changinghorns_1'), Item(type='clothing', amount=1, id='nose-n_filmnoirgrab2021nose'), Item(type='clothing', amount=1, id='shoes-n_gettoworkudctheme1rewards2022achluophobiasneaker'), Item(type='clothing', amount=1, id='hair_front-n_heavengrab2021swepthair'), Item(type='clothing', amount=1, id='hair_back-f_04'), Item(type='clothing', amount=1, id='shirt-n_anniverpromohcctee'), Item(type='clothing', amount=1, id='eye-n_halloweenhelebration2020fierydarkeyes'), Item(type='clothing', amount=1, id='pants-n_countercultureudcachluophobiagrab2021ripharempants'), Item(type='clothing', amount=1, id='mouth-n_CozyFallRewards2021fishtreat'), Item(type='clothing', amount=1, id='gloves-n_hodgepodgeflamefatalegrab2022flamehands'), Item(type='clothing', amount=1, id='bag-n_hodgepodgeflamefatalegrab2022firetail'), Item(type='clothing', amount=1, id='hat-n_hodgepodgeflamefatalegrab2022fireears'), Item(type='clothing', amount=1, id='handbag-n_magicalgirluserrewards2022fireswords'), Item(type='clothing', amount=1, id='bag-n_feb02wednesdayliveopsales2023seraphcoat')], rid='0')