PrintVector
From NWN Lexicon
Contents |
[edit] PrintVector(vector, int)
Records a vector to the log file.
void PrintVector( vector vVector, int bPrepend );
[edit] Parameters
vVector
The vector to output.
bPrepend
If this is TRUE, the message will be prefixed with "PRINTVECTOR:"
[edit] Description
Output vVector to the logfile, if bPrepend is TRUE the string "PRINTVECTOR:" will be placed before the vector.
[edit] Version
1.22
[edit] See Also
functions: |
author: Tom Cassiotis, editor: Charles Feduke