fancy ![code/game/objects/items/storage/fancy.dm 16](git.png)
Vars | |
contents_tag | Used by examine to report what this thing is holding. |
---|---|
foldable_result | What material do we get when we fold this box? |
has_open_closed_states | Whether it supports open and closed state icons. |
open_status | Whether the container is open, always open, or closed |
spawn_count | How many of the things to fill this storage with. |
spawn_type | What type of thing to fill this storage with. |
Var Details
contents_tag ![code/game/objects/items/storage/fancy.dm 21](git.png)
Used by examine to report what this thing is holding.
foldable_result ![code/game/objects/items/storage/fancy.dm 29](git.png)
What material do we get when we fold this box?
has_open_closed_states ![code/game/objects/items/storage/fancy.dm 31](git.png)
Whether it supports open and closed state icons.
open_status ![code/game/objects/items/storage/fancy.dm 27](git.png)
Whether the container is open, always open, or closed
spawn_count ![code/game/objects/items/storage/fancy.dm 25](git.png)
How many of the things to fill this storage with.
spawn_type ![code/game/objects/items/storage/fancy.dm 23](git.png)
What type of thing to fill this storage with.