C# Class FluffyManager.Dialog_CreateJobsForIngredients

Inheritance: Window
Afficher le fichier Open project: FluffierThanThou/RW_Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
ingredients List
manager Manager
targetCount int
targetRecipe RecipeDef

Méthodes publiques

Méthode Description
Dialog_CreateJobsForIngredients ( Manager manager, RecipeDef recipe, int count ) : System
DoWindowContents ( Rect inRect ) : void
HasPrerequisiteChoices ( Map map, RecipeDef recipe ) : bool

Returns true if the recipe has prerequisite ingredients, and those ingredients can currently be crafted.

Method Details

Dialog_CreateJobsForIngredients() public méthode

public Dialog_CreateJobsForIngredients ( Manager manager, RecipeDef recipe, int count ) : System
manager Manager
recipe RecipeDef
count int
Résultat System

DoWindowContents() public méthode

public DoWindowContents ( Rect inRect ) : void
inRect UnityEngine.Rect
Résultat void

HasPrerequisiteChoices() public static méthode

Returns true if the recipe has prerequisite ingredients, and those ingredients can currently be crafted.
public static HasPrerequisiteChoices ( Map map, RecipeDef recipe ) : bool
map Map
recipe RecipeDef
Résultat bool

Property Details

ingredients public_oe static_oe property

public static List ingredients
Résultat List

manager public_oe property

public Manager,FluffyManager manager
Résultat Manager

targetCount public_oe property

public int targetCount
Résultat int

targetRecipe public_oe property

public RecipeDef targetRecipe
Résultat RecipeDef