This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
Bz resetBZDBVar: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
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.