From 790a9428fe71f038f03e289ee0199f3cfdc577ef Mon Sep 17 00:00:00 2001 From: GalacticMoblin <100473309+GalacticMoblin@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:04:47 +0100 Subject: [PATCH] Replace Unknown Bool from `FireWeaponBullet_Special()` (#245) Replaces `unknownBool` in `FireWeaponBullet_Special()` with what it does. --- docs/source/reference/respawn/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/respawn/entities.rst b/docs/source/reference/respawn/entities.rst index 68862e21..905b670d 100644 --- a/docs/source/reference/respawn/entities.rst +++ b/docs/source/reference/respawn/entities.rst @@ -1040,7 +1040,7 @@ Shared Add a mod to this weapon - .. cpp:function:: void FireWeaponBullet_Special(vector origin, vector direction, int numShots, int damageType, bool noAntilag, bool noSpread, bool onlyDamageEntitiesOnce, bool unknownPurpose, bool noTracers, bool activeShot, bool doTraceBrushOnly) + .. cpp:function:: void FireWeaponBullet_Special(vector origin, vector direction, int numShots, int damageType, bool noAntilag, bool noSpread, bool onlyDamageEntitiesOnce, bool noImpactFX, bool noTracers, bool activeShot, bool doTraceBrushOnly) .. cpp:function:: string GetWeaponSettingString( string setting )