diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-11-26 15:14:07 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-11-26 15:14:07 +0100 |
commit | 19cc9292ab5889fa09962820f3179e8078bec956 (patch) | |
tree | b2a000f3ba48cc85ce4717aa206492e6dd1a4a03 /include/modules | |
parent | d3eb1a77d7ee2f924ab0fd6e5642fb328e4209d8 (diff) |
core_reloadmodule Allow modules to handle reload failures of other mods
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/reload.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/reload.h b/include/modules/reload.h index 6ee30c45e..dcdbc95e9 100644 --- a/include/modules/reload.h +++ b/include/modules/reload.h @@ -71,7 +71,7 @@ namespace ReloadModule virtual void OnReloadModuleSave(Module* mod, CustomData& cd) = 0; /** Restore data after a reload. Only called if data was added in OnReloadModuleSave(). - * @param mod Reloaded module + * @param mod Reloaded module, if NULL the reload failed and the module no longer exists * @param data Pointer that was passed to CustomData::add() in OnReloadModuleSave() at the time when the module's state * was saved */ |