Give functags their correct types for transitional syntax.

This commit is contained in:
Ryan Stecker
2014-07-10 16:55:22 -05:00
parent d9420cab49
commit c38b4a4d1d
10 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ native Handle:FindConVar(const String:name[]);
* @param newValue String containing the new value of the convar.
* @noreturn
*/
functag public ConVarChanged(Handle:convar, const String:oldValue[], const String:newValue[]);
functag public void ConVarChanged(Handle:convar, const String:oldValue[], const String:newValue[]);
/**
* Creates a hook for when a console variable's value is changed.