VectorToString
From NWN Lexicon
Contents |
[edit] VectorToString(vector)
Turn a vector into a string.
string VectorToString( vector vec );
[edit] Parameters
vec
The vector to be converted.
[edit] Description
Essentially a debug function that returns a string representation of the vector parameter formatted as follows:
(xAxis yAxis zAxis)
Where:
xAxis, yAxis, and zAxis, are floats
Calls
string FloatToString(float f)
[edit] Requirements
#include " x0_i0_position "
[edit] Version
1.61
[edit] See Also
functions: |
author: Grimlar, editor: Michael Nork