ACF_SimBulletFlight

C

Part of _G (Global) namespace

function ACF_SimBulletFlight( Bullet, Index )
View on GitHub|lua/acf/client/cl_acfballistics.lua:16-56
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Bulletany
Indexany

Returns

No return values documented.

Examples

No examples available.

Used In(3 locations)

📄lua/acf/client/cl_acfballistics.lua
1 usage
L9ACF_SimBulletFlight( Bullet, Index ) --This is the bullet entry in the table, the omnipresent Index var refers to this
📄lua/effects/acf_bulleteffect/init.lua
2 usages
L75ACF_SimBulletFlight( Bullet, self.Index )
L133ACF_SimBulletFlight( ACF.BulletEffect[self.Index], self.Index )