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 HasItemOnCorpse() to Perl/Lua #3824

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $client->HasItemOnCorpse(item_id).

Lua

  • Add client:HasItemOnCorpse(item_id).

Notes

  • Allows operators to see if a player has an item on any of their corpses.
  • May need to address having to allocate and deallocate memory for every corpse that could possibly exist for a player.

# Perl
- Add `$client->HasItemOnCorpse(item_id)`.

# Lua
- Add `client:HasItemOnCorpse(item_id)`.

# Notes
- Allows operators to see if a player has an item on any of their corpses.
- May need to address having to allocate and deallocate memory for every corpse that could possibly exist for a player.
@Akkadius Akkadius merged commit 6c18cd0 into master Dec 31, 2023
2 checks passed
@Akkadius Akkadius deleted the quest_api/hasitemoncorpse branch December 31, 2023 04:09
@joligario joligario mentioned this pull request Dec 31, 2023
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