VectorToString

From Dragon Age Toolset Wiki
Jump to: navigation, search

Converts a vector to a string.

string VectorToString(
vector vVector
);
Parameters:
vVector
The vector to convert
Returns:

Returns the string representation of the vector. Returns an empty string on error.

Source:

script.ldf

Description

Returns the vector vVector in string format. This string will be of the form "x y z" where x,y and z are the x,y and z floats contained in the vector vVector.


See also

StringToVector