1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-17 02:42:45 +00:00

Read only, add skill spec to docs

This commit is contained in:
Zackhasacat 2023-11-01 13:21:14 -05:00
parent 371eeddf85
commit 482d174ef2
2 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,7 @@ namespace MWLua
character["factions"] = &MWBase::Environment::get().getWorld()->getStore().get<ESM::Faction>();
character["classes"] = initCoreClassBindings(context);
api["character"] = character;
api["character"] = LuaUtil::makeReadOnly(character);;
api["l10n"] = LuaUtil::initL10nLoader(lua->sol(), MWBase::Environment::get().getL10nManager());
const MWWorld::Store<ESM::GameSetting>* gmstStore
= &MWBase::Environment::get().getESMStore()->get<ESM::GameSetting>();

View File

@ -872,6 +872,7 @@
-- @field #string name Human-readable name
-- @field #string description Human-readable description
-- @field #string icon VFS path to the icon
-- @field #string specialization Skill specialization. Either combat, magic, or stealth.
-- @field #MagicSchoolData school Optional magic school
-- @type MagicSchoolData