PrintVector(vector, int)
Records a vector to the log file.
void PrintVector( vector vVector, int bPrepend );
Parameters
vVector
The vector to output.
bPrepend
If this is TRUE, the message will be prefixed with "PRINTVECTOR:"
Description
Output vVector to the logfile, if bPrepend is TRUE the string "PRINTVECTOR:" will be placed before the vector.
Version
1.22
See Also
functions: | PrintFloat | PrintInteger | PrintString |
categories: | Debug Functions |
author: Tom Cassiotis, editor: Charles Feduke