1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 12:32:36 +00:00

Add hidden to faction docs

This commit is contained in:
Zackhasacat 2024-05-07 16:01:05 -05:00
parent 921ee8ffe6
commit 8cd488b91f

View File

@ -943,6 +943,7 @@
-- @field #map<#string, #number> reactions A read-only map containing reactions of other factions to this faction. -- @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> 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 #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 -- Faction rank data record