game_doc/code/hidden_modifications.lua
ExeVirus 311e4285b1 add_entries complete
Unhidden version of formspecs complete
Many new settings added
2021-10-09 22:22:46 -04:00

14 lines
881 B
Lua

--------------------------------------------------------------
-- hidden_modifications.lua --
--------------------------------------------------------------
-- --
-- This file provides the 4 public modder-facing functions --
-- for hidden entries and categories. These are: --
-- --
-- <> game_doc.hide_category() --
-- <> game_doc.show_category() --
-- <> game_doc.hide_entry() --
-- <> game_doc.show_entry() --
-- --
-- Use the above functions to edit hidden-ness of game_doc. --
--------------------------------------------------------------