ACF_CalcBulletFlight

S

Part of _G (Global) namespace

function ACF_CalcBulletFlight( Index, Bullet, BackTraceOverride )
View on GitHub|lua/acf/server/sv_acfballistics.lua:136-192
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Indexany
Bulletany
BackTraceOverrideany

Returns

No return values documented.

Examples

No examples available.

Used In(5 locations)

📄lua/acf/server/sv_acfballistics.lua
4 usages
L56ACF_CalcBulletFlight( ACF.CurBulletIndex, ACF.Bullet[ACF.CurBulletIndex] )
L72ACF_CalcBulletFlight( Index, Bullet ) --This is the bullet entry in the table, the Index var omnipresent refers to this
L334ACF_CalcBulletFlight( Index, Bullet, true ) --Backtrace needed for world penetration effects
📄lua/entities/acf_explosive/init.lua
1 usage
L230ACF_CalcBulletFlight( Index, Bullet, true )