PrintInteger

From Dragon Age Toolset Wiki
Revision as of 21:16, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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