ACE_CalculateHERadius

S

Part of _G (Global) namespace

function ACE_CalculateHERadius( HEWeight )
View on GitHub|lua/acf/server/sv_acfdamage.lua:1339-1342
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
HEWeightany

Returns

No return values documented.

Examples

No examples available.

Used In(9 locations)

📄lua/acf/server/sv_acfdamage.lua
4 usages
L71local Radius = ACE_CalculateHERadius(FillerMass) -- Scalling law found on the net, based on 1PSI overpressure from 1 kg of TNT at 15m.
L1179local Radius = ACE_CalculateHERadius( HEWeight )
L1293Radius = ACE_CalculateHERadius( HEWeight )
📄lua/acf/shared/armor/du.lua
2 usages
L60local Radius = ACE_CalculateHERadius( HEWeight )
L89local Radius = ACE_CalculateHERadius( HEWeight )
📄lua/acf/shared/armor/era.lua
1 usage
L117local Radius = ACE_CalculateHERadius( HEWeight )
📄lua/entities/ace_mine/init.lua
1 usage
L110local Radius = ACE_CalculateHERadius( HEWeight )
📄lua/entities/acf_ammo/init.lua
1 usage
L842local HERadius = ACE_CalculateHERadius( HEWeight )