Pol
Revision:cb584c9
|
#include <syshook.h>
Public Member Functions | |
SystemHooks () | |
void | unload_system_hooks () |
Pol::Core::SystemHooks::SystemHooks | ( | ) |
Definition at line 90 of file syshook.cpp.
void Pol::Core::SystemHooks::unload_system_hooks | ( | ) |
Definition at line 275 of file syshook.cpp.
References attack_hook, can_decay, can_die, can_trade, check_skill_hook, close_customhouse_hook, combat_advancement_hook, consume_ammunition_hook, Pol::Core::GameState::export_scripts, Pol::Core::gamestate, get_book_page_hook, hitmiss_hook, on_cast_hook, open_spellbook_hook, ouch_hook, parry_advancement_hook, pushthrough_hook, speechmul_hook, un_hide, and warmode_change.
Referenced by Pol::Core::GameState::deinitialize().
ExportedFunction* Pol::Core::SystemHooks::attack_hook |
Definition at line 72 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::can_decay |
Definition at line 77 of file syshook.h.
Referenced by Pol::Core::decay_worldzone(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::can_die |
Definition at line 79 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::can_trade |
Definition at line 83 of file syshook.h.
Referenced by Pol::Core::drop_item_on_mobile(), Pol::Core::hook(), Pol::Core::place_item_in_secure_trade_container(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::check_skill_hook |
Definition at line 67 of file syshook.h.
Referenced by Pol::Mobile::Character::check_skill(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::close_customhouse_hook |
Definition at line 81 of file syshook.h.
Referenced by Pol::Multi::UHouse::CustomHousesQuit(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::combat_advancement_hook |
Definition at line 70 of file syshook.h.
Referenced by Pol::Mobile::Character::attack(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::consume_ammunition_hook |
Definition at line 84 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::get_book_page_hook |
Definition at line 69 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::hitmiss_hook |
Definition at line 75 of file syshook.h.
Referenced by Pol::Mobile::Character::attack(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::on_cast_hook |
Definition at line 76 of file syshook.h.
Referenced by Pol::Core::do_cast(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::open_spellbook_hook |
Definition at line 68 of file syshook.h.
Referenced by Pol::Core::handle_open_spellbook(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::ouch_hook |
Definition at line 78 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::parry_advancement_hook |
Definition at line 71 of file syshook.h.
Referenced by Pol::Mobile::Character::attack(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::pushthrough_hook |
Definition at line 73 of file syshook.h.
Referenced by Pol::Mobile::Character::CheckPushthrough(), Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::speechmul_hook |
Definition at line 74 of file syshook.h.
Referenced by Pol::Core::hook(), Pol::Core::UnicodeSpeechHandler(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::un_hide |
Definition at line 80 of file syshook.h.
Referenced by Pol::Core::hook(), and unload_system_hooks().
ExportedFunction* Pol::Core::SystemHooks::warmode_change |
Definition at line 82 of file syshook.h.
Referenced by Pol::Core::hook(), Pol::Mobile::Character::set_warmode(), and unload_system_hooks().