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 Door Methods to Perl/Lua. #2724

Merged
merged 1 commit into from
Jan 12, 2023
Merged

Conversation

Kinglykrab
Copy link
Contributor

Perl

  • Add $door->ForceClose(sender).
  • Add $door->ForceClose(sender, alt_mode).
  • Add $door->ForceOpen(sender).
  • Add $door->ForceOpen(sender, alt_mode).
  • Add $door->GetDisableTimer().
  • Add $door->SetDisableTimer(disable_timer).

Lua

  • Add door:GetID().

Notes

  • Makes Perl/Lua Door scripting capabilities 1:1.

# Perl
- Add `$door->ForceClose(sender)`.
- Add `$door->ForceClose(sender, alt_mode)`.
- Add `$door->ForceOpen(sender)`.
- Add `$door->ForceOpen(sender, alt_mode)`.
- Add `$door->GetDisableTimer()`.
- Add `$door->SetDisableTimer(disable_timer)`.

# Lua
- Add `door:GetID()`.

# Notes
- Makes Perl/Lua Door scripting capabilities 1:1.
@Kinglykrab Kinglykrab merged commit 2f90f26 into master Jan 12, 2023
@Kinglykrab Kinglykrab deleted the quest_api/door_methods branch January 12, 2023 00:10
catapultam-habeo pushed a commit to catapultam-habeo/pyrelight-server that referenced this pull request Mar 27, 2023
# Perl
- Add `$door->ForceClose(sender)`.
- Add `$door->ForceClose(sender, alt_mode)`.
- Add `$door->ForceOpen(sender)`.
- Add `$door->ForceOpen(sender, alt_mode)`.
- Add `$door->GetDisableTimer()`.
- Add `$door->SetDisableTimer(disable_timer)`.

# Lua
- Add `door:GetID()`.

# Notes
- Makes Perl/Lua Door scripting capabilities 1:1.
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