added natives to delete outputs

added native to find output
refactored some code
This commit is contained in:
BotoX
2016-05-24 19:56:06 +02:00
parent 6e0b40e1bc
commit a827da64eb
7 changed files with 289 additions and 95 deletions
+2 -2
View File
@@ -55,12 +55,12 @@ public:
* @param late Whether or not the module was loaded after map load.
* @return True to succeed loading, false to fail.
*/
//virtual bool SDK_OnLoad(char *error, size_t maxlength, bool late);
virtual bool SDK_OnLoad(char *error, size_t maxlength, bool late);
/**
* @brief This is called right before the extension is unloaded.
*/
//virtual void SDK_OnUnload();
virtual void SDK_OnUnload();
/**
* @brief This is called once all known extensions have been loaded.