ACF_ScaledExplosion

S

Part of _G (Global) namespace

function ACF_ScaledExplosion( ent , remove )
View on GitHub|lua/acf/server/sv_acfdamage.lua:1148-1326
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
entany
removeany

Returns

No return values documented.

Examples

No examples available.

Used In(6 locations)

📄lua/acf/server/sv_acfdamage.lua
1 usage
L1021ACF_ScaledExplosion( child, true ) -- explode any crates that are getting removed
📄lua/entities/acf_ammo/init.lua
3 usages
L138ACF_ScaledExplosion( self, true )
L199ACF_ScaledExplosion( self, false ) --Make the crate instantly explode without destroying it. Creates a nice violent explosion.
L798ACF_ScaledExplosion( self, true ) -- going to let empty crates harmlessly poot still, as an audio cue it died
📄lua/entities/acf_fueltank/init.lua
2 usages
L119ACF_ScaledExplosion( self , true )
L137ACF_ScaledExplosion( self , true )