#include <ShieldRoundMag.h>

Public Member Functions | |
| ShieldRoundMag () | |
| virtual | ~ShieldRoundMag () |
| virtual bool | parseXML (AccessoryCreateContext &context, XMLNode *accessoryNode) |
| virtual ShieldType | getShieldType () |
| fixed | getDeflectPower () |
| REGISTER_ACCESSORY_HEADER (ShieldRoundMag, AccessoryPart::AccessoryShield) | |
Protected Attributes | |
| fixed | deflectPower_ |
Definition at line 26 of file ShieldRoundMag.h.
| ShieldRoundMag::ShieldRoundMag | ( | ) |
Definition at line 25 of file ShieldRoundMag.cpp.
| ShieldRoundMag::~ShieldRoundMag | ( | ) | [virtual] |
Definition at line 29 of file ShieldRoundMag.cpp.
| bool ShieldRoundMag::parseXML | ( | AccessoryCreateContext & | context, | |
| XMLNode * | accessoryNode | |||
| ) | [virtual] |
Reimplemented from ShieldRound.
Definition at line 33 of file ShieldRoundMag.cpp.
References deflectPower_, XMLNode::getNamedChild(), and ShieldRound::parseXML().
| Shield::ShieldType ShieldRoundMag::getShieldType | ( | ) | [virtual] |
Reimplemented from ShieldRound.
Definition at line 43 of file ShieldRoundMag.cpp.
References Shield::ShieldTypeRoundMag.
| fixed ShieldRoundMag::getDeflectPower | ( | ) | [inline] |
Definition at line 36 of file ShieldRoundMag.h.
References deflectPower_.
Referenced by PhysicsParticleObject::checkShotCollision().
| ShieldRoundMag::REGISTER_ACCESSORY_HEADER | ( | ShieldRoundMag | , | |
| AccessoryPart::AccessoryShield | ||||
| ) |
fixed ShieldRoundMag::deflectPower_ [protected] |
1.5.3