Skip to content

Commit

Permalink
Allowed specifying Keywords in FormFilter.
Browse files Browse the repository at this point in the history
It is also a Form after all πŸ™‚
  • Loading branch information
adya committed Apr 8, 2024
1 parent c128301 commit 99ec9b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SPID/include/Cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ namespace FormType
RE::FormType::FormList,
RE::FormType::Spell,
RE::FormType::Armor,
RE::FormType::Location
RE::FormType::Location,
RE::FormType::Keyword
};

bool GetWhitelisted(RE::FormType a_type);
Expand Down

0 comments on commit 99ec9b7

Please sign in to comment.