Skip to content

Commit

Permalink
Add IPlayer RemoveHeadBlendData
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Oct 21, 2023
1 parent c2e95d1 commit fb89bd9
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 @@ -138,6 +138,7 @@ namespace alt
virtual void SetHeadBlendData(uint32_t shapeFirstID, uint32_t shapeSecondID, uint32_t shapeThirdID,
uint32_t skinFirstID, uint32_t skinSecondID, uint32_t skinThirdID,
float shapeMix, float skinMix, float thirdMix) = 0;
virtual void RemoveHeadBlendData() = 0;
virtual HeadBlendData GetHeadBlendData() const = 0;
virtual bool SetEyeColor(int16_t eyeColor) = 0;
virtual int16_t GetEyeColor() const = 0;
Expand Down

0 comments on commit fb89bd9

Please sign in to comment.