native
vector_length
Syntax
native Float:vector_length(const Float:vVector[3]);
Description
Calculates the length of a vector.
Parameters
| vVector | Input vector |
|---|
Return
Length of the input vector
native
native Float:vector_length(const Float:vVector[3]);
Calculates the length of a vector.
| vVector | Input vector |
|---|
Length of the input vector