Skip to main content

B1FoodTableRow

  • Table row defining a food item, including its type, calorie type, object and interaction IDs,
    * eating time, number of servings, serving food reference, display info, and lifecycle scripts.
PropertyTypeDescriptionMetadata
FoodTypeEB1FoodTypeFood type classification (PreparedFood or ServedFood).Category: B1FoodTableRow
CalorieTypeEB1CalorieTypeCalorie type of this food item.Category: B1FoodTableRow
ObjectIdFNameObject ID of this food's in-world representation.Category: B1FoodTableRow
Foreign: Object.Id
InteractionTagsTArrayInteraction tags associated with eating this food.Category: B1FoodTableRow
Foreign: Interaction.Tags
RecipeTagsTArrayRecipe-level tags used when evaluating food preferences.Category: B1FoodTableRow
IngredientTagsTArrayIngredient-level tags used when evaluating food preferences.Category: B1FoodTableRow
TimeToEatint32Time in seconds required to eat this food.Category: B1FoodTableRow
NumServingsint8Number of servings available from this food item.Category: B1FoodTableRow
ServedFoodDtIdFNameData table ID of the served-food variant of this item.Category: B1FoodTableRow
Foreign: Food.Id
DisplayInfosTArrayDisplay info entries for rendering components of this food.Category: B1FoodTableRow
StartScriptIdsTArrayScript IDs executed when eating starts.Category: B1FoodTableRow
Foreign: Script_Book.Id
TickScriptIdsTArrayScript IDs executed each tick while eating.Category: B1FoodTableRow
Foreign: Script_Book.Id
FinishScriptIdsTArrayScript IDs executed when eating finishes.Category: B1FoodTableRow
Foreign: Script_Book.Id
StandEatAnimIdFNameAnimation ID for standing eat interaction.Category: B1FoodTableRow
Foreign: AnimCharacter_Interaction.Id
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase