Ninjaライブラリ - デバッグ関数
njPrintC
文字列をデバック用に表示
書式
void njPrintC( loc, *s ) Int loc const char *s
引数
loc
表示位置
*s
出力文字列(NULLで終わる文字列)
戻り値
なし
解説
文字列を指定した画面位置に表示します。
用例
njPrintC
(NJM_LOCATION(10,10),"NINJA TEST");
備考
表示位置はNJM_LOCATION(x, y)で指定します。x, yの値は文字列の行と列です。
参照
njPrintColor
()
njPrintB
()
njPrintD
()
njPrintH
()
njPrintF
()
njInitPrint
()
njExitPrint
()
njPrintC
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999