GnuLauncher Class Reference

#include <gnu.h>

Inheritance diagram for GnuLauncher:

Inheritance graph
[legend]
Collaboration diagram for GnuLauncher:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GnuLauncher ()

Protected Member Functions

WeaponProjectileGetProjectileInstance ()

Detailed Description

Definition at line 50 of file gnu.h.


Constructor & Destructor Documentation

GnuLauncher::GnuLauncher (  ) 

Definition at line 119 of file gnu.cpp.

00119                          :
00120   WeaponLauncher(WEAPON_GNU, "gnulauncher", new ExplosiveWeaponConfig(), VISIBLE_ONLY_WHEN_INACTIVE)
00121 {
00122   m_name = _("Gnu Launcher");
00123   ReloadLauncher();
00124 }

Here is the call graph for this function:


Member Function Documentation

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

Implements WeaponLauncher.

Definition at line 126 of file gnu.cpp.

00127 {
00128   return dynamic_cast<WeaponProjectile *>
00129       (new Gnu(cfg(),dynamic_cast<WeaponLauncher *>(this)));
00130 }

Here is the call graph for this function:


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