Go to the source code of this file.
|
std::vector< std::string > | MWMechanics::autoCalcNpcSpells (const int *actorSkills, const int *actorAttributes, const ESM::Race *race) |
|
std::vector< std::string > | MWMechanics::autoCalcPlayerSpells (const int *actorSkills, const int *actorAttributes, const ESM::Race *race) |
|
bool | MWMechanics::attrSkillCheck (const ESM::Spell *spell, const int *actorSkills, const int *actorAttributes) |
|
ESM::Skill::SkillEnum | MWMechanics::mapSchoolToSkill (int school) |
|
void | MWMechanics::calcWeakestSchool (const ESM::Spell *spell, const int *actorSkills, int &effectiveSchool, float &skillTerm) |
|
float | MWMechanics::calcAutoCastChance (const ESM::Spell *spell, const int *actorSkills, const int *actorAttributes, int effectiveSchool) |
|