Inventory module

The inventory module includes components and actions to implement an inventory system, as well as an extended Target for validating items.

Load it with the following:

prism.loadModule("prism/extra/inventory")

Components

Actions

Targets

  • prism.targets.InventoryTarget: Target

    A helper target equivalent to the following:

    prism.Target(...)
       :outsideLevel()
       :related(prism.relations.InventoryRelation)