Package scripts :: Package objects :: Script composed
[hide private]
[frames] | no frames]

Module composed

source code

Composite game object classes are kept here

Classes [hide private]
  ImmovableContainer
Composite class that can be used for crates, chests, etc.
  SingleItemContainer
Container that can only store a single item.
  CarryableItem
Composite class that will be used for all carryable items
  CarryableContainer
Composite class that will be used for backpack, pouches, etc.
  CarryableSingleItemContainer
Container that can only store a single item.
  Door
Composite class that can be used to create doors on a map.