byond - Modules - TypesVar Details - Proc Details

storage

When creating a new storage, you may use /obj/item/storage as a template which automates create_storage() on .../Initialize However, this is no longer a hard requirement, since storage is a /datum now Just make sure to pass whatever arguments you need to create_storage() which is an /atom level proc (This means that any atom can have storage :D )

Vars

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

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