#include <gnu.h>
Inheritance diagram for GnuLauncher:
Public Member Functions | |
GnuLauncher () | |
Protected Member Functions | |
WeaponProjectile * | GetProjectileInstance () |
Definition at line 50 of file gnu.h.
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:
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: