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

bz_BZDBItemExists

From BZFlagWiki
Revision as of 00:11, 31 December 2008 by Yassen (Talk | contribs) (Add bz_BZDBItemExists)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bool bz_BZDBItemExists (const char* variable)


Checks to see if a BZDB variable exists.

Parameters:
variable  -  The variable to check.
Returns:
true if it exists, false if it doesn't.