|
Pol
Rev 533
|
#include <spells.h>
Public Member Functions | |
| USpellParams () | |
| USpellParams (ConfigElem &elem) | |
Public Attributes | |
| unsigned short | delay |
| unsigned short | difficulty |
| unsigned short | manacost |
| unsigned short | pointvalue |
Definition at line 125 of file spells.cpp.
| USpellParams::USpellParams | ( | ConfigElem & | elem | ) |
Definition at line 133 of file spells.cpp.
| unsigned short USpellParams::delay |
Definition at line 42 of file spells.h.
Referenced by USpell::delay().
| unsigned short USpellParams::difficulty |
Definition at line 40 of file spells.h.
Referenced by USpell::check_skill(), and USpell::difficulty().
| unsigned short USpellParams::manacost |
Definition at line 39 of file spells.h.
Referenced by USpell::manacost().
| unsigned short USpellParams::pointvalue |
Definition at line 41 of file spells.h.
Referenced by USpell::check_skill().