Show / Hide Table of Contents

Class StomachTooltipLibrary

Inheritance
System.Object
StomachTooltipLibrary
Namespace: Eco.Gameplay.Systems.NewTooltip.TooltipLibraryFiles
Assembly: Eco.Gameplay.dll
Syntax
[TooltipLibrary]
public static class StomachTooltipLibrary : Object

Fields

NutritionInfoPosition

Declaration
public const int NutritionInfoPosition = 25
Field Value
Type Description
System.Int32

Properties

StomachTooltipSubtitle

Declaration
[NewTooltip]
public static LocString StomachTooltipSubtitle { get; }
Property Value
Type Description
LocString

StomachTooltipTitle

Declaration
[NewTooltipTitle]
public static LocString StomachTooltipTitle { get; }
Property Value
Type Description
LocString

Methods

FoodNutrientTooltip(Type)

Declaration
[NewTooltip]
public static LocString FoodNutrientTooltip(Type foodType)
Parameters
Type Name Description
System.Type foodType
Returns
Type Description
LocString

FoodStatus(Stomach)

Declaration
[NewTooltip]
public static LocString FoodStatus(this Stomach stomach)
Parameters
Type Name Description
Stomach stomach
Returns
Type Description
LocString

FoodTasteTooltip(Type, User)

Declaration
[NewTooltip]
public static LocString FoodTasteTooltip(Type type, User user)
Parameters
Type Name Description
System.Type type
User user
Returns
Type Description
LocString

Initialize()

Declaration
public static void Initialize()

StomachContentsToltip(Stomach)

Declaration
[NewTooltip]
public static LocString StomachContentsToltip(this Stomach stomach)
Parameters
Type Name Description
Stomach stomach
Returns
Type Description
LocString

StomachNutritionTooltip(Stomach)

Declaration
[NewTooltip]
public static LocString StomachNutritionTooltip(this Stomach stomach)
Parameters
Type Name Description
Stomach stomach
Returns
Type Description
LocString
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾