GetVectorLength
Calculates a vector's length.
native float GetVectorLength(const float vec[3], bool squared = false)
Parameters
const float[3] vec
Vector.
bool squared
If true, the result will be squared (for optimization).
Return Value
float Vector length (magnitude).