code/__DEFINES/food.dm

FOOD_FLAGS | A list of food type names, in order of their flags |
---|---|
FOOD_FLAGS_IC | IC meaning (more or less) for food flags |
FOOD_IN_CONTAINER | Food is "in a container", not in a code sense, but in a literal sense (canned foods) |
FOOD_FINGER_FOOD | Finger food can be eaten while walking / running around |
CRAFTED_FOOD_BASE_REAGENT_MODIFIER | Amount of reagents you start with on crafted food excluding the used parts |
CRAFTED_FOOD_INGREDIENT_REAGENT_MODIFIER | Modifier of reagents you get when crafting food from the parts used |
FOOD_TRASH_POPABLE | Food trash flags |
FOOD_LIKED | Food preference enums |
ICE_CREAM_VANILLA | Flavour defines (also names) for GLOB.ice_cream_flavours list access. Safer from mispelling than plain text. |
Define Details
CRAFTED_FOOD_BASE_REAGENT_MODIFIER
Amount of reagents you start with on crafted food excluding the used parts
CRAFTED_FOOD_INGREDIENT_REAGENT_MODIFIER
Modifier of reagents you get when crafting food from the parts used
FOOD_FINGER_FOOD
Finger food can be eaten while walking / running around
FOOD_FLAGS
A list of food type names, in order of their flags
FOOD_FLAGS_IC
IC meaning (more or less) for food flags
FOOD_IN_CONTAINER
Food is "in a container", not in a code sense, but in a literal sense (canned foods)
FOOD_LIKED
Food preference enums
FOOD_TRASH_POPABLE
Food trash flags
ICE_CREAM_VANILLA
Flavour defines (also names) for GLOB.ice_cream_flavours list access. Safer from mispelling than plain text.