Enum FoodType.FoodIntolerance
A flag enumeration that represents a set of food intolerances for a FoodType, which determines what food can be eaten by a Person based on their PersonalityType. See GetPersonality(FoodType.FoodIntolerance, Person) to retrieve matching personalities.
Namespace: TinyLife.Skills
Assembly: Tiny Life.dll
Syntax
[Flags]
public enum FoodIntolerance
Fields
Name | Description |
---|---|
None | No food intolerance. |
NotPescetarian | A food intolerance representing a food item that is not pescetarian, which also includes the NotVegetarian (and thus, NotVegan) flag. |
NotVegan | A food intolerance representing a food item that is not vegan. |
NotVegetarian | A food intolerance representing a food item that is not vegetarian, which also includes the NotVegan flag. |