All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:35, 17 July 2025 Theki talk contribs created page CBaseCombatWeapon/definitions (Created page with "===Serverside=== ====[https://github.com/ValveSoftware/source-sdk-2013/blob/master/src/game/shared/basecombatweapon_shared.h basecombatweapon_shared.h]==== <syntaxhighlight lang="cpp"> class CBaseCombatWeapon : public BASECOMBATWEAPON_DERIVED_FROM { public: DECLARE_CLASS( CBaseCombatWeapon, BASECOMBATWEAPON_DERIVED_FROM ); DECLARE_NETWORKCLASS(); DECLARE_PREDICTABLE(); #ifdef GAME_DLL DECLARE_ENT_SCRIPTDESC(); #endif CBaseCombatWeapon(); virtual ~CBaseCo...")