summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2015-02-23 18:25:48 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2015-02-23 18:25:48 +0100
commit6b949190402e71d5c489f627da79eb5f51669b44 (patch)
tree129da394dda1c8989aa888eac8b65fc5621bb918 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent330e31cc71ece055908acb1eb967b4009ebc9c46 (diff)
downloadhercules-6b949190402e71d5c489f627da79eb5f51669b44.tar.gz
hercules-6b949190402e71d5c489f627da79eb5f51669b44.tar.bz2
hercules-6b949190402e71d5c489f627da79eb5f51669b44.tar.xz
hercules-6b949190402e71d5c489f627da79eb5f51669b44.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 40023d490..d92f2079f 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -65,6 +65,12 @@ struct {
struct HPMHookPoint *HP_atcommand_add_post;
struct HPMHookPoint *HP_atcommand_msg_pre;
struct HPMHookPoint *HP_atcommand_msg_post;
+ struct HPMHookPoint *HP_atcommand_expand_message_table_pre;
+ struct HPMHookPoint *HP_atcommand_expand_message_table_post;
+ struct HPMHookPoint *HP_atcommand_msgfd_pre;
+ struct HPMHookPoint *HP_atcommand_msgfd_post;
+ struct HPMHookPoint *HP_atcommand_msgsd_pre;
+ struct HPMHookPoint *HP_atcommand_msgsd_post;
struct HPMHookPoint *HP_battle_init_pre;
struct HPMHookPoint *HP_battle_init_post;
struct HPMHookPoint *HP_battle_final_pre;
@@ -4349,6 +4355,24 @@ struct {
struct HPMHookPoint *HP_script_hardcoded_constants_post;
struct HPMHookPoint *HP_script_mapindexname2id_pre;
struct HPMHookPoint *HP_script_mapindexname2id_post;
+ struct HPMHookPoint *HP_script_string_dup_pre;
+ struct HPMHookPoint *HP_script_string_dup_post;
+ struct HPMHookPoint *HP_script_load_translations_pre;
+ struct HPMHookPoint *HP_script_load_translations_post;
+ struct HPMHookPoint *HP_script_load_translation_pre;
+ struct HPMHookPoint *HP_script_load_translation_post;
+ struct HPMHookPoint *HP_script_translation_db_destroyer_pre;
+ struct HPMHookPoint *HP_script_translation_db_destroyer_post;
+ struct HPMHookPoint *HP_script_clear_translations_pre;
+ struct HPMHookPoint *HP_script_clear_translations_post;
+ struct HPMHookPoint *HP_script_parse_cleanup_timer_pre;
+ struct HPMHookPoint *HP_script_parse_cleanup_timer_post;
+ struct HPMHookPoint *HP_script_add_language_pre;
+ struct HPMHookPoint *HP_script_add_language_post;
+ struct HPMHookPoint *HP_script_get_translation_file_name_pre;
+ struct HPMHookPoint *HP_script_get_translation_file_name_post;
+ struct HPMHookPoint *HP_script_parser_clean_leftovers_pre;
+ struct HPMHookPoint *HP_script_parser_clean_leftovers_post;
struct HPMHookPoint *HP_searchstore_open_pre;
struct HPMHookPoint *HP_searchstore_open_post;
struct HPMHookPoint *HP_searchstore_query_pre;
@@ -5242,6 +5266,12 @@ struct {
int HP_atcommand_add_post;
int HP_atcommand_msg_pre;
int HP_atcommand_msg_post;
+ int HP_atcommand_expand_message_table_pre;
+ int HP_atcommand_expand_message_table_post;
+ int HP_atcommand_msgfd_pre;
+ int HP_atcommand_msgfd_post;
+ int HP_atcommand_msgsd_pre;
+ int HP_atcommand_msgsd_post;
int HP_battle_init_pre;
int HP_battle_init_post;
int HP_battle_final_pre;
@@ -9526,6 +9556,24 @@ struct {
int HP_script_hardcoded_constants_post;
int HP_script_mapindexname2id_pre;
int HP_script_mapindexname2id_post;
+ int HP_script_string_dup_pre;
+ int HP_script_string_dup_post;
+ int HP_script_load_translations_pre;
+ int HP_script_load_translations_post;
+ int HP_script_load_translation_pre;
+ int HP_script_load_translation_post;
+ int HP_script_translation_db_destroyer_pre;
+ int HP_script_translation_db_destroyer_post;
+ int HP_script_clear_translations_pre;
+ int HP_script_clear_translations_post;
+ int HP_script_parse_cleanup_timer_pre;
+ int HP_script_parse_cleanup_timer_post;
+ int HP_script_add_language_pre;
+ int HP_script_add_language_post;
+ int HP_script_get_translation_file_name_pre;
+ int HP_script_get_translation_file_name_post;
+ int HP_script_parser_clean_leftovers_pre;
+ int HP_script_parser_clean_leftovers_post;
int HP_searchstore_open_pre;
int HP_searchstore_open_post;
int HP_searchstore_query_pre;