C# Class ani_GroceryShopping.OverridedFridge_Prepare.PrepareDefinition

Inheritance: OverridedFridge_Have.Definition
Afficher le fichier Open project: Chain-Reaction/NRaas

Méthodes publiques

Méthode Description
AddInteractions ( InteractionObjectPair iop, Sim sim, Fridge fridge, List results ) : void
Create ( string menuText, Recipe recipe, string menuPath, GameObject objectClickedOn, Recipe destination, Recipe quantity, Recipe repetition, bool bWasHaveSomething, int cost ) : Fridge_Have>.FoodMenuInteractionDefinition
PrepareDefinition ( ) : System
PrepareDefinition ( string menuText, Recipe recipe, string menuPath, GameObject objectClickedOn, Recipe destination, Recipe quantity, Recipe repetition, bool bWasHaveSomething, int cost ) : System
Test ( Sim a, Fridge target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool

Method Details

AddInteractions() public méthode

public AddInteractions ( InteractionObjectPair iop, Sim sim, Fridge fridge, List results ) : void
iop InteractionObjectPair
sim Sim
fridge Fridge
results List
Résultat void

Create() public méthode

public Create ( string menuText, Recipe recipe, string menuPath, GameObject objectClickedOn, Recipe destination, Recipe quantity, Recipe repetition, bool bWasHaveSomething, int cost ) : Fridge_Have>.FoodMenuInteractionDefinition
menuText string
recipe Recipe
menuPath string
objectClickedOn GameObject
destination Recipe
quantity Recipe
repetition Recipe
bWasHaveSomething bool
cost int
Résultat Fridge_Have>.FoodMenuInteractionDefinition

PrepareDefinition() public méthode

public PrepareDefinition ( ) : System
Résultat System

PrepareDefinition() public méthode

public PrepareDefinition ( string menuText, Recipe recipe, string menuPath, GameObject objectClickedOn, Recipe destination, Recipe quantity, Recipe repetition, bool bWasHaveSomething, int cost ) : System
menuText string
recipe Recipe
menuPath string
objectClickedOn GameObject
destination Recipe
quantity Recipe
repetition Recipe
bWasHaveSomething bool
cost int
Résultat System

Test() public méthode

public Test ( Sim a, Fridge target, bool isAutonomous, GreyedOutTooltipCallback &greyedOutTooltipCallback ) : bool
a Sim
target Fridge
isAutonomous bool
greyedOutTooltipCallback GreyedOutTooltipCallback
Résultat bool