Skip to content

Commit

Permalink
expose scorekey to lua (for local scores)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Oct 9, 2018
1 parent b333460 commit e12bb98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/HighScore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2121,6 +2121,7 @@ class LunaHighScore : public Luna<HighScore>
DEFINE_METHOD(GetEtternaValid, GetEtternaValid())
DEFINE_METHOD(HasReplayData, HasReplayData())
DEFINE_METHOD(GetChartKey, GetChartKey())
DEFINE_METHOD(GetScoreKey, GetScoreKey())
DEFINE_METHOD(GetReplayType, GetReplayType())
DEFINE_METHOD(GetDisplayName, GetDisplayName())
LunaHighScore()
Expand Down Expand Up @@ -2163,6 +2164,7 @@ class LunaHighScore : public Luna<HighScore>
ADD_METHOD(GetDisplayName);
ADD_METHOD(GetUserid);
ADD_METHOD(GetScoreid);
ADD_METHOD(GetScoreKey);
ADD_METHOD(GetAvatar);
}
};
Expand Down

0 comments on commit e12bb98

Please sign in to comment.