material_property 
Singleton datums used to hold material property info
Vars | |
| id | Associated property ID |
|---|---|
| inherited | Should this property be inherited by child materials? |
Procs | |
| attach_to | Called whenever a material with this property initializes. Mostly used for behavior tracking on optional properties |
| get_descriptor | Returns a string to display to sci glasses wearers when the material is examined |
Var Details
id 
Associated property ID
inherited 
Should this property be inherited by child materials?
Proc Details
attach_to
Called whenever a material with this property initializes. Mostly used for behavior tracking on optional properties
get_descriptor
Returns a string to display to sci glasses wearers when the material is examined