feat(PlayerMethods): Expose the player settings methods (#125)
This commit is contained in:
@@ -543,6 +543,7 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
{ "GetRankPoints", &LuaPlayer::GetRankPoints },
|
||||
{ "GetHonorLastWeekStandingPos", &LuaPlayer::GetHonorLastWeekStandingPos },
|
||||
#endif
|
||||
{ "GetPlayerSettingValue", &LuaPlayer::GetPlayerSettingValue },
|
||||
|
||||
// Setters
|
||||
{ "AdvanceSkillsToMax", &LuaPlayer::AdvanceSkillsToMax },
|
||||
@@ -779,6 +780,7 @@ ElunaRegister<Player> PlayerMethods[] =
|
||||
{ "ResetHonor", &LuaPlayer::ResetHonor },
|
||||
{ "ClearHonorInfo", &LuaPlayer::ClearHonorInfo },
|
||||
#endif
|
||||
{ "UpdatePlayerSetting", &LuaPlayer::UpdatePlayerSetting },
|
||||
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user