VectorToString

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

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