Skip to content

Commit

Permalink
server: Add player.removeHeadBlendData
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Oct 21, 2023
1 parent b156730 commit 78da3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/classes/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ extern js::Class playerClass("Player", &sharedPlayerClass, nullptr, [](js::Class
tpl.Method<&alt::IPlayer::ClearDecorations>("clearDecorations");
tpl.Method("getDecorations", GetDecorations);
tpl.Method<&alt::IPlayer::PlayScenario>("playScenario");
tpl.Method<&alt::IPlayer::RemoveHeadBlendData>("removeHeadBlendData");

tpl.DynamicProperty("localMeta", LocalMetaGetter, LocalMetaSetter, LocalMetaDeleter, LocalMetaEnumerator);

Expand Down

0 comments on commit 78da3b6

Please sign in to comment.