AMX Mod X API Documentation

Signature
native Float:vector_distance(const Float:vVector[3], const Float:vVector2[3]);
Description

Calculates the distance between two vectors.

Parameters
  • vVector The first vector
  • vVector2 The second vector
Returns

Distance between two input vectors

Назад
Верх