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 debugMessage

From BZFlagWiki
Revision as of 20:55, 25 May 2008 by AAA (talk | contribs) (initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BZFS API Documentation This page contains part of the BZFS API documentation for use by Plug-ins on the BZFS server.
BZFS API Function. This page documents a BZFS_API Function, that is provided by the BZFS game server for plug-ins to call.


Syntax

void bz_debugMessage ( int level, const char* message );

Parameters

level
What debug level to output to, higher numbers require a higher debug level to get printed
message
Message to print

Returns

No return value

Description

Prints a standard debug message