StaticObject - originalfoo/Prison-Architect-API GitHub Wiki
Were you looking for
GroupStaticObjectorBlockedByStaticObject?
##Overview
The StaticObject property defines the object to be a static (something that doesn't move) and adds two new options to its info panel: "Dismantle" and "Dump".
##Syntax
This optional setting is used in materials.txt and must be within a BEGIN Object ... definition block. It can be used only once per definition block.
Properties StaticObject
##Example Mods
##Notes
When an object is dismantled, it is returned to Storage (Room).
When an object is dumped, it is converted to a Garbage object and then taken to the Garbage (Room) where it will later be collected by a truck and removed from the map.
The Properties BlockMovement setting can sometimes block workmen from dismantling/dumping an object.
##See Also
-
BlockedByStaticObject -
GroupStaticObject -
PropertiesGarbage - [
Garbage(Room)](Garbage (Room)) .Garbage

