C# 클래스 ani_GroceryShopping.AniRecipe

파일 보기 프로젝트 열기: Chain-Reaction/NRaas 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ForcePushFridgeHave() 공개 정적인 메소드

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
리턴 bool

HasRequiredIngredients() 공개 정적인 메소드

public static HasRequiredIngredients ( Recipe recipe, Sim sim ) : bool
recipe Recipe
sim Sim
리턴 bool

UseUpIngredientsFrom() 공개 정적인 메소드

public static UseUpIngredientsFrom ( Recipe recipe, Sim sim, List &chosenIngredients ) : bool
recipe Recipe
sim Sim
chosenIngredients List
리턴 bool