/typeinfo/atom/movable 
Vars | |
mats | A key-value list of match property or material IDs and an amount required to construct the item
See /datum/manufacturing_requirement/match_property for match properties |
---|---|
Procs | |
can_build | Dummy proc for all /atom/movable typeinfos to be overriden and called to see if an object type can be built somewhere, before instantiating the object itself. |
Var Details
mats 
A key-value list of match property or material IDs and an amount required to construct the item
See /datum/manufacturing_requirement/match_property
for match properties
Proc Details
can_build
Dummy proc for all /atom/movable typeinfos to be overriden and called to see if an object type can be built somewhere, before instantiating the object itself.