ACF_PenetrateGround

S

Part of _G (Global) namespace

function ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
View on GitHub|lua/acf/server/sv_acfdamage.lua:838-1089
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Bulletany
Energyany
HitPosany
HitNormalany

Returns

No return values documented.

Examples

No examples available.

Used In(11 locations)

📄lua/acf/shared/rounds/roundap.lua
1 usage
L130local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundapds.lua
1 usage
L194local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundapfsds.lua
1 usage
L172local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundaphe.lua
1 usage
L165local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundfl.lua
1 usage
L218local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundglgm.lua
1 usage
L309local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundheat.lua
1 usage
L275local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundheatfs.lua
1 usage
L274local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundhvap.lua
1 usage
L162local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundtheat.lua
1 usage
L363local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )
📄lua/acf/shared/rounds/roundtheatfs.lua
1 usage
L325local HitRes = ACF_PenetrateGround( Bullet, Energy, HitPos, HitNormal )