Add facility to describe cvars
This commit is contained in:
parent
f9c202f83e
commit
f83334d81b
6 changed files with 29 additions and 0 deletions
|
@ -562,6 +562,7 @@ char *Cvar_InfoString_Big( int bit );
|
|||
// in their flags ( CVAR_USERINFO, CVAR_SERVERINFO, CVAR_SYSTEMINFO, etc )
|
||||
void Cvar_InfoStringBuffer( int bit, char *buff, int buffsize );
|
||||
void Cvar_CheckRange( cvar_t *cv, float minVal, float maxVal, qboolean shouldBeIntegral );
|
||||
void Cvar_SetDescription( cvar_t *var, const char *var_description );
|
||||
|
||||
void Cvar_Restart(qboolean unsetVM);
|
||||
void Cvar_Restart_f( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue