get_distance_f
Core
(amxmodx.inc)
Description
get_distance_f - Finds the distance between two vectors
Syntax
Float:
get_distance_f
( Float:vec1[3], Float:vec2[3] )
Type
Native
Notes
Floating point version of
get_distance
.