Difference between revisions of "VectorToString"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=VectorToString
 
|name=VectorToString

Latest revision as of 19:07, 2 March 2010

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