Difference between revisions of "Boomerang/zh-hans"

From Team Fortress Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:Boomerang}} {{beta|experimental}} {{stub}} {{Item infobox | name = | type = weapon | unused = yes | image = Unknownweapon....")
 
m
 
Line 1: Line 1:
{{DISPLAYTITLE:Boomerang}}
 
 
{{beta|experimental}}
 
{{beta|experimental}}
 
{{stub}}
 
{{stub}}

Latest revision as of 20:16, 24 April 2023

Boomerang 是一把功能不明且已被废弃的近战武器。其机制代码仅剩以下实体信息;

//=============================================================================
//
// Boomerang class.
//
class CTFBoomerang : public CTFWeaponBaseMelee
{
public:

       DECLARE_CLASS( CTFBoomerang, CTFWeaponBaseMelee );
       DECLARE_NETWORKCLASS(); 
       DECLARE_PREDICTABLE();

       CTFBoomerang();
       virtual int        GetWeaponID( void ) const        { return TF_WEAPON_BOOMERANG; }

private:

       CTFBoomerang( const CTFBoomerang & ) {}
};