Round.ConeCalc
SPart 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
| Name | Type | Description |
|---|
ConeAngle | any | |
Radius | any | |
Returns
No return values documented.
Examples
No examples available.
Used In(21 locations)
📄lua/acf/shared/rounds/roundclusterheat.lua
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
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
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
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
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
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)