ACE_AmmoStats

S

Part of _G (Global) namespace

function ACE_AmmoStats(RoundLenght, MaxTotalLenght, MuzzleVel, MaxPen)
View on GitHub|lua/acf/shared/rounds/ace_roundfunctions.lua:216-220
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
RoundLenghtany
MaxTotalLenghtany
MuzzleVelany
MaxPenany

Returns

No return values documented.

Examples

No examples available.

Used In(2 locations)

📄lua/acf/shared/rounds/ace_roundfunctions.lua
2 usages
L233ACE_AmmoStats( 0, 0, 0, 0 )
L240ACE_AmmoStats(Floor((Data.PropLength + Data.ProjLength + (Floor(Data.Tracer * 5) / 10)) * 100) / 100, Data.MaxTotalLength, Floor(Data.MuzzleVel * ACF.VelScale), Floor(Data.MaxPen))