ACF_APKill

S

Part of _G (Global) namespace

function ACF_APKill( Entity , HitVector , Power )
View on GitHub|lua/acf/server/sv_acfdamage.lua:1092-1101
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Entityany
HitVectorany
Powerany

Returns

No return values documented.

Examples

No examples available.

Used In(3 locations)

📄lua/acf/server/sv_acfdamage.lua
2 usages
L715local Debris = ACF_APKill( SpallRes.Entity , HitVec:GetNormalized() , SpallEnergy.Kinetic )
L812local Debris = ACF_APKill( Target , (Bullet["Flight"]):GetNormalized() , Energy.Kinetic )
📄lua/weapons/weapon_ace_torch/shared.lua
1 usage
L214ACF_APKill( ent, VectorRand() , 0)