|
ESM::Skill::SkillEnum | MWMechanics::spellSchoolToSkill (int school) |
|
float | MWMechanics::getSpellSuccessChance (const ESM::Spell *spell, const MWWorld::Ptr &actor, int *effectiveSchool, bool cap) |
|
float | MWMechanics::getSpellSuccessChance (const std::string &spellId, const MWWorld::Ptr &actor, int *effectiveSchool, bool cap) |
|
int | MWMechanics::getSpellSchool (const std::string &spellId, const MWWorld::Ptr &actor) |
|
int | MWMechanics::getSpellSchool (const ESM::Spell *spell, const MWWorld::Ptr &actor) |
|
bool | MWMechanics::spellIncreasesSkill (const ESM::Spell *spell) |
| Get whether or not the given spell contributes to skill progress. More...
|
|
bool | MWMechanics::spellIncreasesSkill (const std::string &spellId) |
|
float | MWMechanics::getEffectResistanceAttribute (short effectId, const MagicEffects *actorEffects) |
|
float | MWMechanics::getEffectResistance (short effectId, const MWWorld::Ptr &actor, const MWWorld::Ptr &caster, const ESM::Spell *spell, const MagicEffects *effects) |
|
float | MWMechanics::getEffectMultiplier (short effectId, const MWWorld::Ptr &actor, const MWWorld::Ptr &caster, const ESM::Spell *spell, const MagicEffects *effects) |
|
bool | MWMechanics::checkEffectTarget (int effectId, const MWWorld::Ptr &target, const MWWorld::Ptr &caster, bool castByPlayer) |
| Check if the given effect can be applied to the target. If castByPlayer, emits a message box on failure. More...
|
|
int | MWMechanics::getEffectiveEnchantmentCastCost (float castCost, const MWWorld::Ptr &actor) |
|
bool | MWMechanics::isSummoningEffect (int effectId) |
|
bool | MWMechanics::disintegrateSlot (MWWorld::Ptr ptr, int slot, float disintegrate) |
|
void | MWMechanics::adjustDynamicStat (CreatureStats &creatureStats, int index, float magnitude) |
|
bool | MWMechanics::effectTick (CreatureStats &creatureStats, const MWWorld::Ptr &actor, const EffectKey &effectKey, float magnitude) |
|