Planeshift
|
This class stores an items various armour related information. More...
#include <psitemstats.h>
Public Member Functions | |
char | Class () |
float | Hardness () |
float | Protection (PSITEMSTATS_DAMAGETYPE dmgtype) |
psItemArmorStats () | |
void | ReadStats (iResultRow &row) |
Read the armour related details from the database. | |
PSITEMSTATS_ARMORTYPE | Type () |
This class stores an items various armour related information.
Definition at line 237 of file psitemstats.h.
psItemArmorStats::psItemArmorStats | ( | ) |
char psItemArmorStats::Class | ( | ) | [inline] |
Definition at line 250 of file psitemstats.h.
float psItemArmorStats::Hardness | ( | ) | [inline] |
Definition at line 255 of file psitemstats.h.
float psItemArmorStats::Protection | ( | PSITEMSTATS_DAMAGETYPE | dmgtype | ) |
void psItemArmorStats::ReadStats | ( | iResultRow & | row | ) |
Read the armour related details from the database.
PSITEMSTATS_ARMORTYPE psItemArmorStats::Type | ( | ) | [inline] |
Definition at line 246 of file psitemstats.h.