Property | Type | Description | |
---|---|---|---|
children | List |
||
manager | |||
newCount | string | ||
outCount | int | ||
recipes | List |
||
selectedRecipe | RecipeDef | ||
target | ThingDef | ||
targetCount | int |
Method | Description | |
---|---|---|
DrawCountField ( |
||
DrawRecipeSelector ( |
||
GetRecipesFor ( Map map, ThingDef td, bool currentlyAvailable = true ) : List |
||
HasRecipe ( Map map, ThingDef thingDef ) : bool | ||
RecipeSelector ( |
||
SelectRecipe ( RecipeDef recipe ) : void |
public DrawCountField ( |
||
rect | ||
return | void |
public DrawRecipeSelector ( |
||
rect | ||
return | void |
public static GetRecipesFor ( Map map, ThingDef td, bool currentlyAvailable = true ) : List |
||
map | Map | |
td | ThingDef | |
currentlyAvailable | bool | |
return | List |
public static HasRecipe ( Map map, ThingDef thingDef ) : bool | ||
map | Map | |
thingDef | ThingDef | |
return | bool |
public RecipeSelector ( |
||
manager | ||
thingDef | ThingDef | |
count | int | |
return | System |
public SelectRecipe ( RecipeDef recipe ) : void | ||
recipe | RecipeDef | |
return | void |