From bd90ac2ed87b391934cb33cfa634b40375c11806 Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Mon, 23 Oct 2023 23:02:01 -0500 Subject: [PATCH] Add missing field in docs --- files/lua_api/openmw/core.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index 68e614d864..19bbb2a750 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -881,6 +881,7 @@ -- @field #list<#string> majorSkills A read-only list containing the major skills of the class. -- @field #list<#string> minorSkills A read-only list containing the minor skills of the class. -- @field #string description Class description +-- @field #boolean isPlayable True if the player can play as this class -- @field #string specialization Class specialization. Either combat, magic, or stealth.