Method | 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 |
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 | |
return | bool |
public static HasRequiredIngredients ( Recipe recipe, Sim sim ) : bool | ||
recipe | Recipe | |
sim | Sim | |
return | bool |
public static UseUpIngredientsFrom ( Recipe recipe, Sim sim, List |
||
recipe | Recipe | |
sim | Sim | |
chosenIngredients | List |
|
return | bool |