Closed StonesmileGit closed 2 years ago
Adds a system to allow filters to be added to change what configs are displayed. All configs continue to exist even if they are not shown.
Hides configs in the selector GUI, but also in the part info box
Filters are attached as Func<ConfigNode, bool> added to ConfigFilters.Instance.configDisplayFilters.
Func<ConfigNode, bool>
ConfigFilters.Instance.configDisplayFilters
Adds a system to allow filters to be added to change what configs are displayed. All configs continue to exist even if they are not shown.
Hides configs in the selector GUI, but also in the part info box
Filters are attached as
Func<ConfigNode, bool>
added toConfigFilters.Instance.configDisplayFilters
.