Add OnNotifyPluginUnloaded forward

This commit is contained in:
Vladimir
2021-05-24 14:30:16 -07:00
committed by David Anderson
parent ff43e60831
commit 62142197c1
3 changed files with 13 additions and 0 deletions
+7
View File
@@ -496,6 +496,13 @@ forward void OnLibraryAdded(const char[] name);
*/
forward void OnLibraryRemoved(const char[] name);
/**
* Called when a plugin unloaded.
*
* @param plugin Plugin Handle who unloaded.
*/
forward void OnNotifyPluginUnloaded(Handle plugin);
#define MAPLIST_FLAG_MAPSFOLDER (1<<0) /**< On failure, use all maps in the maps folder. */
#define MAPLIST_FLAG_CLEARARRAY (1<<1) /**< If an input array is specified, clear it before adding. */
#define MAPLIST_FLAG_NO_DEFAULT (1<<2) /**< Do not read "default" or "mapcyclefile" on failure. */