Ninja Library - Debugging Function

njPrint

Displays debugging characters

FORMAT

void njPrint(loc,*fmt, ...)
Int loc
const char *fmt

PARAMETER

 loc  Display position 
 *fmt  Character string 

RETURN

None

DESCRIPTION

Displays a character string at a specified screen position. Usage is the same the standard printf() function in C.

EXAMPLE

njPrint(NJM_LOCATION(10,10),"Count = %d",count); 

NOTE

Display position is specified as NJM_LOCATION(x,y). The x,y value gives the line and column for the character string.

REFERENCE

njPrintColor()
njPrintB()
njPrintC()
njPrintD()
njPrintH()
njPrintF()

njPrint
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999