Project Zomboid

Project Zomboid

Alternative Inventory Rendering
Lina 20 Apr, 2023 @ 8:24pm
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.