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() 2進数の値をデバッグ用文字列として表示 njPrintD() 10進数でデバッグ用文字列を表示 njPrintH() 16進数でデバッグ用文字を表示 njPrintF() 浮動小数点でデバッグ用文字を表示 njPrint() デバッグ用文字の表示(printf互換) njInitPrint() デバッグ用文字の初期化 njExitPrint() デバッグ用文字使用の終了