This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Bz resetBZDBVar"

From BZFlagWiki
Jump to: navigation, search
m
m (You can reset all variables using this function.)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name            = bz_resetBZDBVar
 
| name            = bz_resetBZDBVar
| description      = Resets the value of a variable.
+
| description      = Resets the value of a variable. (Putting "" as the variable will reset them all)
 
| param1          = variable
 
| param1          = variable
 
| param1type      = const char*
 
| param1type      = const char*

Latest revision as of 01:27, 12 February 2009

void bz_resetBZDBVar (const char* variable)


Resets the value of a variable. (Putting "" as the variable will reset them all)

Parameters:
variable  -  The variable to reset.