Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest API] Add GetAverageLevel() to Perl/Lua. #2524

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $group->GetAverageLevel() to Perl.

Lua

  • Add group:GetAverageLevel() to Lua.
  • Convert group:GetHighestLevel() from int to uint32 in Lua.
  • Convert group:GetLowestLevel() from int to uint32 in Lua.

# Perl
- Add `$group->GetAverageLevel()` to Perl.

# Lua
- Add `group:GetAverageLevel()` to Lua.
- Convert `group:GetHighestLevel()` from `int` to `uint32` in Lua.
- Convert `group:GetLowestLevel()` from `int` to `uint32` in Lua.
Copy link
Contributor

@joligario joligario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Kinglykrab Kinglykrab merged commit 3cb1396 into master Nov 14, 2022
@Kinglykrab Kinglykrab deleted the quest_api/group_getaveragelevel branch November 14, 2022 19:04
catapultam-habeo pushed a commit to catapultam-habeo/pyrelight-server that referenced this pull request Mar 27, 2023
# Perl
- Add `$group->GetAverageLevel()` to Perl.

# Lua
- Add `group:GetAverageLevel()` to Lua.
- Convert `group:GetHighestLevel()` from `int` to `uint32` in Lua.
- Convert `group:GetLowestLevel()` from `int` to `uint32` in Lua.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants