PrintInteger

From Dragon Age Toolset Wiki
Jump to: navigation, search

Prints an integer to the log file.

void PrintInteger(
int nInteger,
int bPrepend = FALSE
);
Parameters:
nInteger
The integer value to print out to the log
bPrepend
Specifies if the type of value should be prepended on to the log string
Returns:

Nothing.

Source:

script.ldf

Description

Prints the integer nInteger to the log file. If bPrepend is TRUE, then 'PRINTINTEGER' will be prepended onto the text outputted to the log file.


See also

PrintFloat, PrintString, PrintObject, PrintVector, PrintToLog