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