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:
parent
371eeddf85
commit
482d174ef2
@ -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>();
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user