filled out info about pausing

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40290
This commit is contained in:
David Anderson 2007-01-11 08:46:41 +00:00
parent 3250194a87
commit 8d27faa359

View File

@ -69,6 +69,7 @@ forward OnPluginUnload();
/**
* Called when the plugin's pause status is changing.
*
* @param pause True if the plugin is being paused, false otherwise.
* @noreturn
*/
forward OnPluginPauseChange(bool:pause);