Back to ACE

ACE.InDist

S

Part of ACE namespace

function ACE.InDist( Pos1, Pos2, Distance )
View on GitHub|lua/acf/shared/sh_ace_functions.lua:115-117
👁️ 0 viewsUpdated 1 month ago

Description

A cheap way to check if the distance between 2 points is within a target distance.

Parameters

NameTypeDescription
Pos1any
Pos2any
Distanceany

Returns

No return values documented.

Examples

No examples available.

Used In

No usages found in the codebase.