RiotBomb Class Reference

#include <riot_bomb.h>

Inheritance diagram for RiotBomb:

Inheritance graph
[legend]
Collaboration diagram for RiotBomb:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RiotBomb ()

Protected Member Functions

WeaponProjectileGetProjectileInstance ()

Detailed Description

Definition at line 38 of file riot_bomb.h.


Constructor & Destructor Documentation

RiotBomb::RiotBomb (  ) 

Definition at line 61 of file riot_bomb.cpp.

00061                    :
00062   WeaponLauncher(WEAPON_RIOT_BOMB, "riot_bomb", new ExplosiveWeaponConfig())
00063 {
00064   m_name = _("Riot Bomb");
00065   ReloadLauncher();
00066 }

Here is the call graph for this function:


Member Function Documentation

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

Implements WeaponLauncher.

Definition at line 68 of file riot_bomb.cpp.

00069 {
00070   return dynamic_cast<WeaponProjectile *>
00071       (new RiotBombRocket(cfg(),dynamic_cast<WeaponLauncher *>(this)));
00072 }

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:14:38 2007 for Wormux by  doxygen 1.4.7