#include <riot_bomb.h>
Inheritance diagram for RiotBomb:


| Public Member Functions | |
| RiotBomb () | |
| Protected Member Functions | |
| WeaponProjectile * | GetProjectileInstance () | 
Definition at line 38 of file riot_bomb.h.
| 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:

| 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:

 1.4.7
 1.4.7