Свойство | Тип | Описание | |
---|---|---|---|
children | List |
||
manager | |||
newCount | string | ||
outCount | int | ||
recipes | List |
||
selectedRecipe | RecipeDef | ||
target | ThingDef | ||
targetCount | int |
Метод | Описание | |
---|---|---|
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 | ||
Результат | void |
public DrawRecipeSelector ( |
||
rect | ||
Результат | void |
public static GetRecipesFor ( Map map, ThingDef td, bool currentlyAvailable = true ) : List |
||
map | Map | |
td | ThingDef | |
currentlyAvailable | bool | |
Результат | List |
public static HasRecipe ( Map map, ThingDef thingDef ) : bool | ||
map | Map | |
thingDef | ThingDef | |
Результат | bool |
public RecipeSelector ( |
||
manager | ||
thingDef | ThingDef | |
count | int | |
Результат | System |
public SelectRecipe ( RecipeDef recipe ) : void | ||
recipe | RecipeDef | |
Результат | void |