stock
xs_vec_len
Syntax
stock Float:xs_vec_len(const Float:vec[])
Description
Computes the length of a vector.
Parameters
| vec | The vector to compute the length of. |
|---|
Return
The length of the input vector.
stock
stock Float:xs_vec_len(const Float:vec[])
Computes the length of a vector.
| vec | The vector to compute the length of. |
|---|
The length of the input vector.