Initial import of event stuff: Natives to hook and fire game events

Also made some minor internal changes to convars

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40582
This commit is contained in:
Scott Ehlert
2007-03-04 04:05:03 +00:00
parent 510b764d43
commit 68f40e96f2
10 changed files with 1128 additions and 91 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ native GetCmdArgString(String:buffer[], maxlength);
* @param name Name of new convar.
* @param defaultValue String containing the default value of new convar.
* @param helpText Optional description of the convar.
* @param flags Optional bitstream of flags determining how the convar should be handled. (See FCVAR_* constants for more details)
* @param flags Optional bitstring of flags determining how the convar should be handled. See FCVAR_* constants for more details.
* @param hasMin Optional boolean that determines if the convar has a minimum value.
* @param min Minimum floating point value that the convar can have if hasMin is true.
* @param hasMax Optional boolean that determines if the convar has a maximum value.