1 #ifndef OPENMW_AUTOCALCSPELL_H
2 #define OPENMW_AUTOCALCSPELL_H
Definition: loadspel.hpp:14
ESM::Skill::SkillEnum mapSchoolToSkill(int school)
Definition: autocalcspell.cpp:243
void calcWeakestSchool(const ESM::Spell *spell, const int *actorSkills, int &effectiveSchool, float &skillTerm)
Definition: autocalcspell.cpp:256
std::vector< std::string > autoCalcNpcSpells(const int *actorSkills, const int *actorAttributes, const ESM::Race *race)
Definition: autocalcspell.cpp:24
float calcAutoCastChance(const ESM::Spell *spell, const int *actorSkills, const int *actorAttributes, int effectiveSchool)
Definition: autocalcspell.cpp:289
std::vector< std::string > autoCalcPlayerSpells(const int *actorSkills, const int *actorAttributes, const ESM::Race *race)
Definition: autocalcspell.cpp:144
Definition: loadrace.hpp:18
SkillEnum
Definition: loadskil.hpp:45
bool attrSkillCheck(const ESM::Spell *spell, const int *actorSkills, const int *actorAttributes)
Definition: autocalcspell.cpp:217