PolecatLauncher Class Reference

#include <polecat.h>

Inheritance diagram for PolecatLauncher:

Inheritance graph
[legend]
Collaboration diagram for PolecatLauncher:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PolecatLauncher ()

Protected Member Functions

WeaponProjectileGetProjectileInstance ()

Detailed Description

Definition at line 56 of file polecat.h.


Constructor & Destructor Documentation

PolecatLauncher::PolecatLauncher (  ) 

Definition at line 132 of file polecat.cpp.

00132                                  :
00133   WeaponLauncher(WEAPON_POLECAT, "polecatlauncher", new ExplosiveWeaponConfig(), VISIBLE_ONLY_WHEN_INACTIVE)
00134 {
00135   m_name = _("Polecat Launcher");
00136   ReloadLauncher();
00137 }

Here is the call graph for this function:


Member Function Documentation

WeaponProjectile * PolecatLauncher::GetProjectileInstance (  )  [protected, virtual]

Implements WeaponLauncher.

Definition at line 139 of file polecat.cpp.

00140 {
00141   return dynamic_cast<WeaponProjectile *>
00142     (new Polecat(cfg(),dynamic_cast<WeaponLauncher *>(this)));
00143 }

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Mon Jan 1 14:11:14 2007 for Wormux by  doxygen 1.4.7