/datum/manufacturing_requirement/match_property
Vars | |
property_id | Material property to match by its string identifier |
---|---|
property_threshold | What threshold our property has to match or exceed in order to pass. |
Procs | |
match_property | Returns whether the material property meets the threshold. Overwrite to have behavior other than >= |
Var Details
property_id
Material property to match by its string identifier
property_threshold
What threshold our property has to match or exceed in order to pass.
Proc Details
match_property
Returns whether the material property meets the threshold. Overwrite to have behavior other than >=