|
|
|
@ -307,7 +307,7 @@ namespace MWLua
|
|
|
|
|
spellT["alwaysSucceedFlag"] = sol::readonly_property(
|
|
|
|
|
[](const ESM::Spell& rec) -> bool { return !!(rec.mData.mFlags & ESM::Spell::F_Always); });
|
|
|
|
|
spellT["starterSpellFlag"] = sol::readonly_property(
|
|
|
|
|
[](const ESM::Spell& rec) -> bool { return !!(rec.mData.mFlags & ESM::Spell::F_PCStart); });
|
|
|
|
|
[](const ESM::Spell& rec) -> bool { return !!(rec.mData.mFlags & ESM::Spell::F_PCStart); });
|
|
|
|
|
spellT["autocalcFlag"] = sol::readonly_property(
|
|
|
|
|
[](const ESM::Spell& rec) -> bool { return !!(rec.mData.mFlags & ESM::Spell::F_Autocalc); });
|
|
|
|
|
spellT["effects"] = sol::readonly_property(
|
|
|
|
|