ACF_RoundShellCapacity

S

Part of _G (Global) namespace

function ACF_RoundShellCapacity( Momentum, FrArea, Caliber, ProjLength )
View on GitHub|lua/acf/shared/rounds/ace_roundfunctions.lua:46-54
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Momentumany
FrAreaany
Caliberany
ProjLengthany

Returns

No return values documented.

Examples

No examples available.

Used In(16 locations)

📄lua/acf/shared/rounds/roundaphe.lua
1 usage
L43local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundchaff.lua
1 usage
L65local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundclusterhe.lua
1 usage
L39local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundclusterheat.lua
1 usage
L59MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundflare.lua
1 usage
L64local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundglgm.lua
1 usage
L123MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundglgmhe.lua
1 usage
L103local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundhe.lua
1 usage
L43local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundheat.lua
1 usage
L65MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundheatfs.lua
1 usage
L68MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundhefs.lua
1 usage
L43local MaxVol = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundhesh.lua
1 usage
L42local MaxVol = ACF_RoundShellCapacity(Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength)
📄lua/acf/shared/rounds/roundhp.lua
1 usage
L37local MaxVol = ACF_RoundShellCapacity(Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength)
📄lua/acf/shared/rounds/roundsmoke.lua
1 usage
L45local MaxVol = ACF_RoundShellCapacity(Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength)
📄lua/acf/shared/rounds/roundtheat.lua
1 usage
L69MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )
📄lua/acf/shared/rounds/roundtheatfs.lua
1 usage
L68MaxVol, MaxLength, MaxRadius = ACF_RoundShellCapacity( Energy.Momentum, Data.FrArea, Data.Caliber, Data.ProjLength )