|
Planeshift
|
This class holds the various cached database information relating to the weapon skills of a an item_stat. More...
#include <psitemstats.h>
Public Member Functions | |
| float | AttributeBonusMax (int index) |
| PSITEMSTATS_STAT | AttributeBonusType (int index) |
| float | CounterBlockValue () |
| float | Damage (PSITEMSTATS_DAMAGETYPE dmgtype) |
| float | ExtraDamagePercent (PSITEMSTATS_DAMAGETYPE dmgtype) |
| float | Latency () |
| float | Penetration () |
| psItemWeaponStats () | |
| void | ReadStats (iResultRow &row) |
| Read the weapon related details from the database. More... | |
| PSSKILL | Skill (PSITEMSTATS_WEAPONSKILL_INDEX index) |
| float | TargetedBlockValue () |
| psWeaponType * | Type () |
| float | UntargetedBlockValue () |
This class holds the various cached database information relating to the weapon skills of a an item_stat.
Definition at line 271 of file psitemstats.h.
| psItemWeaponStats::psItemWeaponStats | ( | ) |
| PSITEMSTATS_STAT psItemWeaponStats::AttributeBonusType | ( | int | index | ) |
|
inline |
Definition at line 306 of file psitemstats.h.
| float psItemWeaponStats::Damage | ( | PSITEMSTATS_DAMAGETYPE | dmgtype | ) |
| float psItemWeaponStats::ExtraDamagePercent | ( | PSITEMSTATS_DAMAGETYPE | dmgtype | ) |
|
inline |
Definition at line 287 of file psitemstats.h.
|
inline |
Definition at line 294 of file psitemstats.h.
| void psItemWeaponStats::ReadStats | ( | iResultRow & | row | ) |
Read the weapon related details from the database.
| PSSKILL psItemWeaponStats::Skill | ( | PSITEMSTATS_WEAPONSKILL_INDEX | index | ) |
|
inline |
Definition at line 302 of file psitemstats.h.
|
inline |
Definition at line 283 of file psitemstats.h.
|
inline |
Definition at line 298 of file psitemstats.h.