NWNWiki
Advertisement
NWNWiki
3,718
pages

VectorToString(vector) converts a vector into a string.

string VectorToString(vector vec)

Parameters[]

vector vec

The vector whose string representation is returned.

Description[]

A debugging functions that returns a string representation of the vector argument. The string is formatted as (x y z).

See also[]

FloatToString LocationToString

Advertisement