Alex King
|
eece0a92e3
|
[Quest API] Add Several Door Methods to Perl/Lua (#4451)
|
2024-08-16 15:52:49 -04:00 |
|
Alex King
|
2f90f26351
|
[Quest API] Add Door Methods to Perl/Lua. (#2724)
# 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.
|
2023-01-11 19:10:38 -05:00 |
|
Uleat
|
58e1d9501d
|
Added 'disable_timer' to door objects (used for click once doors)
|
2017-04-08 21:08:15 -04:00 |
|
KimLS
|
239d4afb13
|
NPC Special Attacks should all work right: also huge explanation in changelog.txt
|
2013-07-11 13:44:45 -07:00 |
|
KimLS
|
2529a7700e
|
Fix for luabind not compiling (jumbers), bunch of api upgrades for lua, changed where spells and items load quests from, removed some old code. etc etc.
|
2013-06-22 01:32:41 -07:00 |
|
KimLS
|
d8a1d84a49
|
Regression fixes, support for new lua arguments for many events
|
2013-06-19 22:56:46 -07:00 |
|
KimLS
|
bc82bff4b4
|
Lua doors api
|
2013-06-03 00:08:41 -07:00 |
|
KimLS
|
d14608356d
|
Added all lua objects i need for now, a ton of API too
|
2013-06-02 00:15:26 -07:00 |
|