function ACF_BulletClient( Index, Bullet, Type, Hit, HitPos )
👁️ 0 viewsUpdated 2 hours ago
⚠️Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|
Index | any | |
Bullet | any | |
Type | any | |
Hit | any | |
HitPos | any | |
Returns
No return values documented.
Examples
No examples available.
Used In(17 locations)
📄lua/acf/server/sv_acfballistics.lua
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
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
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
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
L49ACF_BulletClient( ACF.CurBulletIndex, ACF.Bullet[ACF.CurBulletIndex], "Init" , 0 ) 📄lua/entities/acf_explosive/init.lua
L229ACF_BulletClient( Index, Bullet, "Update" , 2 , FlightRes.HitPos ) L235ACF_BulletClient( Index, Bullet, "Update" , 1 , FlightRes.HitPos )