C# Class ani_GroceryShopping.AniRecipe

Afficher le fichier Open project: Chain-Reaction/NRaas Class Usage Examples

Méthodes publiques

Méthode Description
ForcePushFridgeHave ( Sim sim, GameObject objectToFindFridgeRelativeTo, Recipe chosenRecipe, Recipe destination, Recipe quantity, Recipe repetition ) : bool
HasRequiredIngredients ( Recipe recipe, Sim sim ) : bool
UseUpIngredientsFrom ( Recipe recipe, Sim sim, List &chosenIngredients ) : bool

Method Details

ForcePushFridgeHave() public static méthode

public static ForcePushFridgeHave ( Sim sim, GameObject objectToFindFridgeRelativeTo, Recipe chosenRecipe, Recipe destination, Recipe quantity, Recipe repetition ) : bool
sim Sim
objectToFindFridgeRelativeTo GameObject
chosenRecipe Recipe
destination Recipe
quantity Recipe
repetition Recipe
Résultat bool

HasRequiredIngredients() public static méthode

public static HasRequiredIngredients ( Recipe recipe, Sim sim ) : bool
recipe Recipe
sim Sim
Résultat bool

UseUpIngredientsFrom() public static méthode

public static UseUpIngredientsFrom ( Recipe recipe, Sim sim, List &chosenIngredients ) : bool
recipe Recipe
sim Sim
chosenIngredients List
Résultat bool