added description of plugin_pause and plugin_unpause

This commit is contained in:
Felix Geyer 2004-06-29 16:39:06 +00:00
parent 3b2d711c4f
commit 5b9a7451c3

View File

@ -22,8 +22,10 @@
* Good place for configuration loading, commands and cvars registration. */
forward plugin_init();
/* Called when the plugin is paused. */
forward plugin_pause();
/* Called when the plugin is unpaused. */
forward plugin_unpause();
/* Function is called when all plugin_init from plugins