ACF_HEKill

S

Part of _G (Global) namespace

function ACF_HEKill( Entity , HitVector , Energy , BlastPos )
View on GitHub|lua/acf/server/sv_acfdamage.lua:1035-1045
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Entityany
HitVectorany
Energyany
BlastPosany

Returns

No return values documented.

Examples

No examples available.

Used In(10 locations)

📄lua/acf/server/sv_acfdamage.lua
4 usages
L119local Debris = ACF_HEKill( ent , VectorRand() , Power * 0.0001 , Hitpos )
L299ACF_HEKill( Tar, (TargetPos - NewHitpos):GetNormalized(), PowerFraction , Hitpos)
L317local Debris = ACF_HEKill( Tar , Table.Vec , PowerFraction , Hitpos )
📄lua/entities/ace_crewseat_driver/init.lua
2 usages
L190ACF_HEKill( ReplaceEnt, VectorRand() , 0)
L202ACF_HEKill( self, VectorRand() , 0)
📄lua/entities/ace_crewseat_gunner/init.lua
2 usages
L190ACF_HEKill( ReplaceEnt, VectorRand() , 0)
L203ACF_HEKill( self, VectorRand() , 0)
📄lua/entities/ace_crewseat_loader/init.lua
1 usage
L180ACF_HEKill( self, VectorRand() , 0)
📄lua/entities/acf_gun/init.lua
1 usage
L596ACF_HEKill( self, VectorRand() , 0)