AMX Mod X API Documentation

Signature
native Float:vector_length(const Float:vVector[3]);
Description

Calculates the length of a vector.

Parameters
  • vVector Input vector
Returns

Length of the input vector

Назад
Верх