This commit is contained in:
David Anderson
2014-07-07 23:31:31 -07:00
parent 97e0c84e6d
commit e57a323dc8
7 changed files with 340 additions and 323 deletions
-8
View File
@@ -48,14 +48,6 @@ struct PlVers
String:time[]
};
/**
* Function helper values.
*/
enum Function
{
INVALID_FUNCTION = -1,
};
/**
* Specifies what to do after a hook completes.
*/
+1 -1
View File
@@ -117,7 +117,7 @@ enum ExecType
* @param plugin Handle of the plugin that contains the function.
Pass INVALID_HANDLE to search in the calling plugin.
* @param name Name of the function.
* @return Function id or INVALID_FUNCTION if not found.
* @return Function id or null if not found.
* @error Invalid or corrupt plugin handle.
*/
native Function:GetFunctionByName(Handle:plugin, const String:name[]);