added description of plugin_pause and plugin_unpause
This commit is contained in:
parent
3b2d711c4f
commit
5b9a7451c3
|
@ -22,8 +22,10 @@
|
||||||
* Good place for configuration loading, commands and cvars registration. */
|
* Good place for configuration loading, commands and cvars registration. */
|
||||||
forward plugin_init();
|
forward plugin_init();
|
||||||
|
|
||||||
|
/* Called when the plugin is paused. */
|
||||||
forward plugin_pause();
|
forward plugin_pause();
|
||||||
|
|
||||||
|
/* Called when the plugin is unpaused. */
|
||||||
forward plugin_unpause();
|
forward plugin_unpause();
|
||||||
|
|
||||||
/* Function is called when all plugin_init from plugins
|
/* Function is called when all plugin_init from plugins
|
||||||
|
|
Loading…
Reference in New Issue
Block a user