From 8cd488b91f26e58078cf11dfe1aedd001ddb411b Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Tue, 7 May 2024 16:01:05 -0500 Subject: [PATCH] Add hidden to faction 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 3fe2a9297e..7c4c64b130 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -943,6 +943,7 @@ -- @field #map<#string, #number> reactions A read-only map containing reactions of other factions to this faction. -- @field #list<#string> attributes A read-only list containing IDs of attributes to advance ranks in the faction. -- @field #list<#string> skills A read-only list containing IDs of skills to advance ranks in the faction. +-- @field #boolean hidden If true, the faction won't show in the player's skills menu --- -- Faction rank data record