Skip to content

Commit

Permalink
Add IPlayer::ClearClothes
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Oct 22, 2023
1 parent fb89bd9 commit a8a6d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/IPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ namespace alt
virtual bool SetClothes(uint8_t component, uint16_t drawable, uint8_t texture, uint8_t palette) = 0;
virtual alt::DlcCloth GetDlcClothes(uint8_t component) const = 0;
virtual bool SetDlcClothes(uint8_t component, uint16_t drawable, uint8_t texture, uint8_t palette, uint32_t dlc) = 0;
virtual bool ClearClothes(uint8_t component) = 0;
virtual alt::Prop GetProps(uint8_t component) const = 0;
virtual bool SetProps(uint8_t component, uint16_t drawable, uint8_t texture) = 0;
virtual alt::DlcProp GetDlcProps(uint8_t component) const = 0;
Expand Down

0 comments on commit a8a6d03

Please sign in to comment.