Project Zomboid

Project Zomboid

Alternative Inventory Rendering
Lina 2023 年 4 月 20 日 下午 8:24
Please expose necessary functions to increase compatibility
Instead of using local variables/functions and closures, make them accessible from global (pack those in a global table) would help other mods get chance to be compatible with this mod.
For instance, if you have drawdetail/drawItemDetails accessible and overridable, I would like to try to write extra code to make my mod compatible.