Riwmorld
|
Public Member Functions | |
override int | GetHashCode () |
override void | PostLoad () |
![]() | |
virtual void | ClearCachedData () |
override IEnumerable< string > | ConfigErrors () |
override int | GetHashCode () |
virtual IEnumerable< StatDrawEntry > | SpecialDisplayStats () |
override string | ToString () |
![]() | |
virtual void | ResolveReferences () |
Static Public Member Functions | |
static ThingCategoryDef | Named (string defName) |
Public Attributes | |
ThingCategoryDef | parent |
string | iconPath |
bool | resourceReadoutRoot |
TreeNode_ThingCategory | treeNode |
List< ThingCategoryDef > | childCategories = new List<ThingCategoryDef>() |
List< ThingDef > | childThingDefs = new List<ThingDef>() |
List< SpecialThingFilterDef > | childSpecialFilters = new List<SpecialThingFilterDef>() |
Texture2D | icon = BaseContent.BadTex |
![]() | |
const string | DefaultDefName = "UnnamedDef" |
string | defName = "UnnamedDef" |
string | label |
string | description |
ushort | shortHash |
ushort | index = 65535 |
ushort | debugRandomId = (ushort)Rand.RangeInclusive(0, 65535) |
Properties | |
IEnumerable< SpecialThingFilterDef > | DescendantSpecialThingFilterDefs [get] |
IEnumerable< ThingDef > | DescendantThingDefs [get] |
IEnumerable< ThingCategoryDef > | Parents [get] |
IEnumerable< SpecialThingFilterDef > | ParentsSpecialThingFilterDefs [get] |
IEnumerable< ThingCategoryDef > | ThisAndChildCategoryDefs [get] |
![]() | |
string | LabelCap [get] |