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 Pet Methods to Perl/Lua #4116

Merged
merged 2 commits into from Feb 25, 2024
Merged

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $mob->IsAnimation().
  • Add $mob->IsCharmed().
  • Add $mob->IsFamiliar().
  • Add $mob->IsTargetLockPet().

Lua

  • Add mob:IsAnimation().
  • Add mob:IsCharmed().
  • Add mob:IsFamiliar().
  • Add mob:IsTargetLockPet().

Notes

  • These methods were not exported and could be useful for operators.

# Perl
- Add `$mob->IsAnimation()`.
- Add `$mob->IsCharmed()`.
- Add `$mob->IsFamiliar()`.
- Add `$mob->IsTargetLockPet()`.

# Lua
- Add `mob:IsAnimation()`.
- Add `mob:IsCharmed()`.
- Add `mob:IsFamiliar()`.
- Add `mob:IsTargetLockPet()`.

# Notes
- These methods were not exported and could be useful for operators.
@Akkadius Akkadius merged commit f57c37e into master Feb 25, 2024
2 checks passed
@Akkadius Akkadius deleted the quest_api/pet_methods branch February 25, 2024 04:51
@Akkadius Akkadius mentioned this pull request Feb 25, 2024
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.

None yet

2 participants