Merge pull request #263 from alliedmodders/admins-trans

Update admins.inc with methodmaps, newdecls (r=dvander, asherkin).
This commit is contained in:
Nicholas Hastings
2015-03-05 14:32:15 -05:00
12 changed files with 493 additions and 311 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ namespace SourceMod
* @param filter Do not use.
* @return Error code, if any.
*/
virtual int Execute(cell_t *result, IForwardFilter *filter=NULL) =0;
virtual int Execute(cell_t *result=NULL, IForwardFilter *filter=NULL) =0;
/**
* @brief Pushes an array of cells onto the current call. Different rules than ICallable.