random touchups that might not be so great

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40625
This commit is contained in:
David Anderson
2007-03-15 20:44:23 +00:00
parent 0aadfbdfab
commit 279c102ddc
16 changed files with 113 additions and 51 deletions
+6 -2
View File
@@ -19,8 +19,8 @@
#define _console_included
/**
* Flags for console commands and console variables
* @note The descriptions for each constant come directly from the Source SDK.
* @section Flags for console commands and console variables. The descriptions
* for each constant come directly from the Source SDK.
*/
#define FCVAR_NONE 0 /**< The default, no flags at all */
#define FCVAR_UNREGISTERED (1<<0) /**< If this is set, don't add to linked list, etc. */
@@ -52,6 +52,10 @@
#define FCVAR_NETWORKSYSTEM (1<<26) /**< Defined by the network system. */
#define FCVAR_VPHYSICS (1<<27) /**< Defined by vphysics. */
/**
* @endsection
*/
/**
* Executes a server command as if it were on the server console (or RCON)
*