VectorToString(vector)

Turn a vector into a string.

string VectorToString(
    vector vec
);

Parameters

vec

The vector to be converted.


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)



Requirements

#include "x0_i0_position"

Version

1.61

See Also

functions: FloatToString | LocationToString
categories: Type Casting/Conversion Functions


 author: Grimlar, editor: Michael Nork