Merge pull request #127 from alliedmodders/coremapend
Add OnCoreMapEnd to extension's interface.
This commit is contained in:
+11
-1
@@ -135,8 +135,9 @@ namespace SourceMod
|
||||
*
|
||||
* V6 - added TestFeature() to IShareSys.
|
||||
* V7 - added OnDependenciesDropped() to IExtensionInterface.
|
||||
* V8 - added OnCoreMapEnd() to IExtensionInterface.
|
||||
*/
|
||||
#define SMINTERFACE_EXTENSIONAPI_VERSION 7
|
||||
#define SMINTERFACE_EXTENSIONAPI_VERSION 8
|
||||
|
||||
/**
|
||||
* @brief The interface an extension must expose.
|
||||
@@ -325,6 +326,15 @@ namespace SourceMod
|
||||
virtual void OnDependenciesDropped()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Called on level shutdown
|
||||
*
|
||||
*/
|
||||
|
||||
virtual void OnCoreMapEnd()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user