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: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 initial content  | 
			
(No difference) 
 | 
Latest revision as of 20:55, 25 May 2008
| 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