#include <ShieldSquareReflective.h>

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