Свойство | Type | Description | |
---|---|---|---|
Singleton | InteractionDefinition |
Méthode | Description | |
---|---|---|
ChooseRandomSnack ( Sim sim, bool lotHasCounter, bool lotHasMicrowave, Predicate |
||
ChooseRecipeRandomly ( Lot lotToCookOn, Sim sim, Recipe quantity, bool forTesting ) : Recipe | ||
Initialize ( InteractionInstanceParameters ¶meters ) : void | ||
Run ( ) : bool |
public static ChooseRandomSnack ( Sim sim, bool lotHasCounter, bool lotHasMicrowave, Predicate |
||
sim | Sim | |
lotHasCounter | bool | |
lotHasMicrowave | bool | |
condition | Predicate |
|
forTesting | bool | |
Résultat | Recipe |
public static ChooseRecipeRandomly ( Lot lotToCookOn, Sim sim, Recipe quantity, bool forTesting ) : Recipe | ||
lotToCookOn | Lot | |
sim | Sim | |
quantity | Recipe | |
forTesting | bool | |
Résultat | Recipe |
public Initialize ( InteractionInstanceParameters ¶meters ) : void | ||
parameters | InteractionInstanceParameters | |
Résultat | void |