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