ACE_Approaching

C

Part of _G (Global) namespace

function ACE_Approaching( Pos, Flight )
View on GitHub|lua/acf/client/cl_soundbase.lua:132-143
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Posany
Flightany

Returns

No return values documented.

Examples

No examples available.

Used In(1 locations)

📄lua/effects/acf_bulleteffect/init.lua
1 usage
L204if ACE_Approaching( Bullet.SimPos, Bullet.SimFlight ) > 0 then return false end --Shell is moving away.