byond - Modules - TypesVar Details - Proc Details

storage

Storage modules

Vars

show_storageIf TRUE it will add extra overlays for the items within.
show_storage_iconIcon for the extra storage overlays.
storage_typeDetermines what subtype of storage is on our item, see datums\storage\subtypes

Procs

PopulateContentsUse this to fill your storage with items. USE THIS INSTEAD OF NEW/INIT

Var Details

show_storage

If TRUE it will add extra overlays for the items within.

show_storage_icon

Icon for the extra storage overlays.

storage_type

Determines what subtype of storage is on our item, see datums\storage\subtypes

Proc Details

PopulateContents

Use this to fill your storage with items. USE THIS INSTEAD OF NEW/INIT