Round.ConeCalc

S

Part of Round namespace

function Round.ConeCalc( ConeAngle, Radius )
View on GitHub|lua/acf/shared/rounds/roundclusterheat.lua:14-22
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
ConeAngleany
Radiusany

Returns

No return values documented.

Examples

No examples available.

Used In(21 locations)

📄lua/acf/shared/rounds/roundclusterheat.lua
2 usages
L48ConeLength, ConeArea, AirVol = Round.ConeCalc( PlayerData.Data6, Data.Caliber / 2, PlayerData.ProjLength )
L71ConeLength, ConeArea, AirVol = Round.ConeCalc(GUIData.ConeAng, Data.Caliber / 2, Data.ProjLength)
📄lua/acf/shared/rounds/roundglgm.lua
3 usages
L83function Round.ConeCalc( ConeAngle, Radius )
L114ConeLength, ConeArea, AirVol = Round.ConeCalc( PlayerData.Data6, Data.Caliber / 2, PlayerData.ProjLength )
L128ConeLength, ConeArea, AirVol = Round.ConeCalc( GUIData.ConeAng, Data.Caliber / 2, Data.ProjLength )
📄lua/acf/shared/rounds/roundheat.lua
3 usages
L23function Round.ConeCalc( ConeAngle, Radius )
L55ConeLength, ConeArea, AirVol = Round.ConeCalc( PlayerData.Data6, Data.Caliber / 2, PlayerData.ProjLength )
L71ConeLength, ConeArea, AirVol = Round.ConeCalc(GUIData.ConeAng, Data.Caliber / 2, Data.ProjLength)
📄lua/acf/shared/rounds/roundheatfs.lua
3 usages
L23function Round.ConeCalc( ConeAngle, Radius )
L58ConeLength, ConeArea, AirVol = Round.ConeCalc( PlayerData.Data6, Data.Caliber / 2, Data.ProjLength )
L73ConeLength, ConeArea, AirVol = Round.ConeCalc(GUIData.ConeAng, Data.Caliber / 2, Data.ProjLength)
📄lua/acf/shared/rounds/roundtheat.lua
5 usages
L22function Round.ConeCalc( ConeAngle, Radius )
L58ConeLength, ConeArea, AirVol = Round.ConeCalc( PlayerData.Data6, Data.Caliber / 2, PlayerData.ProjLength )
L59ConeLength2, ConeArea2, AirVol2 = Round.ConeCalc( PlayerData.Data13, Data.Caliber / 2, PlayerData.ProjLength )
📄lua/acf/shared/rounds/roundtheatfs.lua
5 usages
L22function Round.ConeCalc( ConeAngle, Radius )
L59ConeLength, ConeArea, AirVol = Round.ConeCalc(PlayerData.Data6, Data.Caliber / 2, PlayerData.ProjLength)
L60ConeLength2, ConeArea2, AirVol2 = Round.ConeCalc(PlayerData.Data13, Data.Caliber / 2, PlayerData.ProjLength)