ACF_BulletClient

S

Part of _G (Global) namespace

function ACF_BulletClient( Index, Bullet, Type, Hit, HitPos )
View on GitHub|lua/acf/server/sv_acfballistics.lua:538-575
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Indexany
Bulletany
Typeany
Hitany
HitPosany

Returns

No return values documented.

Examples

No examples available.

Used In(17 locations)

📄lua/acf/server/sv_acfballistics.lua
8 usages
L55ACF_BulletClient( ACF.CurBulletIndex, ACF.Bullet[ACF.CurBulletIndex], "Init" , 0 )
L322ACF_BulletClient( Index, Bullet, "Update" , 1 , FlightRes.HitPos )
L327ACF_BulletClient( Index, Bullet, "Update" , 2 , FlightRes.HitPos )
📄lua/acf/shared/rounds/roundclusterap.lua
2 usages
L242ACF_BulletClient( Index, Bullet, "Update" , 1 , Bullet.Pos ) --Ends the bullet flight on the clientside
L259ACF_BulletClient( Index, Bullet, "Update", 1, Bullet.Pos ) --Ends the bullet flight on the clientside
📄lua/acf/shared/rounds/roundclusterhe.lua
2 usages
L261ACF_BulletClient( Index, Bullet, "Update" , 1 , Bullet.Pos ) --Ends the bullet flight on the clientside
L280ACF_BulletClient( Index, Bullet, "Update" , 1 , Bullet.Pos ) --Ends the bullet flight on the clientside
📄lua/acf/shared/rounds/roundclusterheat.lua
2 usages
L331ACF_BulletClient( Index, Bullet, "Update" , 1 , Bullet.Pos ) --Ends the bullet flight on the clientside
L350ACF_BulletClient( Index, Bullet, "Update" , 1 , Bullet.Pos ) --Ends the bullet flight on the clientside
📄lua/autorun/server/sv_acf_missiles.lua
1 usage
L49ACF_BulletClient( ACF.CurBulletIndex, ACF.Bullet[ACF.CurBulletIndex], "Init" , 0 )
📄lua/entities/acf_explosive/init.lua
2 usages
L229ACF_BulletClient( Index, Bullet, "Update" , 2 , FlightRes.HitPos )
L235ACF_BulletClient( Index, Bullet, "Update" , 1 , FlightRes.HitPos )