Inventory module ================ The inventory module includes components and actions to implement an inventory system, as well as an extended :lua:class:`Target` for validating items. Load it with the following: .. code:: lua prism.loadModule("prism/extra/inventory") .. toctree:: :caption: Components :glob: :maxdepth: 1 components/* .. toctree:: :caption: Actions :glob: :maxdepth: 1 actions/* .. toctree:: :caption: Miscellaneous :maxdepth: 1 inventorytarget