PrintInteger(int)

Records an integer to the log file.

void PrintInteger(
    int nInteger
);

Parameters

nInteger

The number to output to the log file.


Description

Outputs nInteger to the log file.



Version

1.22

See Also

functions: PrintFloat | PrintString | PrintVector
categories: Debug Functions


 author: Tom Cassiotis, editor: Charles Feduke