ACE_SHasLOS

C

Part of _G (Global) namespace

function ACE_SHasLOS( EventPos )
View on GitHub|lua/acf/client/cl_soundbase.lua:146-159
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
EventPosany

Returns

No return values documented.

Examples

No examples available.

Used In(9 locations)

📄lua/acf/client/cl_soundbase.lua
9 usages
L295if not ACE_SHasLOS( HitPos ) and ACE_SIsInDoor() then
L307if distance <= tinZone and ACE_SHasLOS(HitPos) and hearingEntity == ply and not ply.aceposoverride then
L384if not ACE_SHasLOS( HitPos ) and ACE_SIsInDoor() then