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 Several Door Methods to Perl/Lua #4451

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $door->GetClientVersionMask().
  • Add $door->GetDestinationHeading().
  • Add $door->GetDestinationInstanceID().
  • Add $door->GetDestinationX().
  • Add $door->GetDestinationY().
  • Add $door->GetDestinationZ().
  • Add $door->GetDestinationZoneName().
  • Add $door->GetDoorParam().
  • Add $door->GetDzSwitchID().
  • Add $door->GetGuildID().
  • Add $door->GetInvertState().
  • Add $door->GetTriggerDoorID().
  • Add $door->GetTriggerType().
  • Add $door->HasDestinationZone().
  • Add $door->IsDestinationZoneSame().
  • Add $door->IsDoorBlacklisted().
  • Add $door->IsLDoNDoor().
  • Add $door->SetInvertState(invert_state).

Lua

  • Add door:GetClientVersionMask().
  • Add door:GetDestinationHeading().
  • Add door:GetDestinationInstanceID().
  • Add door:GetDestinationX().
  • Add door:GetDestinationY().
  • Add door:GetDestinationZ().
  • Add door:GetDestinationZoneName().
  • Add door:GetDoorParam().
  • Add door:GetDzSwitchID().
  • Add door:GetGuildID().
  • Add door:GetInvertState().
  • Add door:GetTriggerDoorID().
  • Add door:GetTriggerType().
  • Add door:HasDestinationZone().
  • Add door:IsDestinationZoneSame().
  • Add door:IsDoorBlacklisted().
  • Add door:IsLDoNDoor().
  • Add door:SetInvertState(invert_state).

Copy link
Contributor

@fryguy503 fryguy503 left a comment

Choose a reason for hiding this comment

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

lgtm

@fryguy503 fryguy503 merged commit eece0a9 into master Aug 16, 2024
2 checks passed
@fryguy503 fryguy503 deleted the quest_api/door_perl_lua branch August 16, 2024 19:52
@Akkadius Akkadius mentioned this pull request Aug 27, 2024
Akkadius pushed a commit to The-Heroes-Journey-EQEMU/Server that referenced this pull request Aug 27, 2024
catapultam-habeo pushed a commit to The-Heroes-Journey-EQEMU/Server that referenced this pull request Sep 5, 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.

2 participants