2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Skills.FoodType
commentId : T:TinyLife.Skills.FoodType
id : FoodType
parent : TinyLife.Skills
children :
2024-03-09 19:49:55 +01:00
- TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.AdditionalObject
2024-03-09 19:49:55 +01:00
- TinyLife.Skills.FoodType.AllRestrictions
2023-05-26 15:16:22 +02:00
- TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
2022-06-09 20:12:10 +02:00
- TinyLife.Skills.FoodType.CanCreateFunc
2024-06-09 17:05:30 +02:00
- TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
2022-06-09 20:12:10 +02:00
- TinyLife.Skills.FoodType.CanEatFunc
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.CanHaveCandle
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.Color
2024-06-09 17:05:30 +02:00
- TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
- TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.Container
2024-03-09 19:49:55 +01:00
- TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.CustomTextureFunc
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.DisplayName
2024-08-31 11:17:42 +02:00
- TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)
2024-08-08 15:31:03 +02:00
- TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)
2024-06-09 17:05:30 +02:00
- TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
- TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
2024-03-09 19:49:55 +01:00
- TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.GetTexture(System.Int32)
2024-09-20 13:01:26 +02:00
- TinyLife.Skills.FoodType.Icon
2024-04-14 17:55:54 +02:00
- TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.Name
- TinyLife.Skills.FoodType.OnEaten
2022-01-08 12:41:09 +01:00
- TinyLife.Skills.FoodType.OnFoodEaten
2023-05-26 15:16:22 +02:00
- TinyLife.Skills.FoodType.OnGetPrice
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.Price
- TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
2022-07-04 16:50:43 +02:00
- TinyLife.Skills.FoodType.RequiredSkill
- TinyLife.Skills.FoodType.RequiredSkillLevel
2024-03-09 19:49:55 +01:00
- TinyLife.Skills.FoodType.Restrictions
2023-03-30 18:07:55 +02:00
- TinyLife.Skills.FoodType.SaturationModifier
- TinyLife.Skills.FoodType.SourceString
2024-01-07 16:53:47 +01:00
- TinyLife.Skills.FoodType.Sources
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.Types
langs :
- csharp
- vb
name : FoodType
nameWithType : FoodType
fullName : TinyLife.Skills.FoodType
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
A food type is a type of dish that can be cooked using <xref href="TinyLife.Actions.ActionType.GetIngredientsSingle" data-throw-if-not-resolved="false"></xref>.
Food types store information such as their name and texture, but also the cooking level that is required to make them.
Whether a food type has a custom <xref href="Microsoft.Xna.Framework.Graphics.Texture" data-throw-if-not-resolved="false"></xref> is based on its <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref>, but most foods use the <xref href="TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)" data-throw-if-not-resolved="false"></xref> and are loaded as as "Food<xref href="TinyLife.Skills.FoodType.Name" data-throw-if-not-resolved="false"></xref>".
Food types are registered using <xref href="TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-10-26 13:15:46 +02:00
[ JsonConverter(typeof(MigratingStaticJsonConverter<FoodType>), new object[] { typeof(FoodType), "PrivateTypes", true })]
2021-08-04 06:51:12 +02:00
2024-02-02 18:13:42 +01:00
public class FoodType : GenericDataHolder, IGenericDataHolder, IEmotionSource
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-10-26 13:15:46 +02:00
<JsonConverter(GetType(MigratingStaticJsonConverter(Of FoodType)), New Object() { GetType(FoodType), "PrivateTypes", True })>
2021-08-04 06:51:12 +02:00
2024-02-02 18:13:42 +01:00
Public Class FoodType Inherits GenericDataHolder Implements IGenericDataHolder, IEmotionSource
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
2024-02-02 18:13:42 +01:00
- MLEM.Misc.GenericDataHolder
2023-03-30 18:07:55 +02:00
implements :
2024-02-02 18:13:42 +01:00
- MLEM.Misc.IGenericDataHolder
2023-03-30 18:07:55 +02:00
- TinyLife.Emotions.IEmotionSource
2021-08-04 06:51:12 +02:00
inheritedMembers :
2024-02-02 18:13:42 +01:00
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Skills.FoodType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Skills.FoodType.Types
commentId : F:TinyLife.Skills.FoodType.Types
id : Types
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Types
nameWithType : FoodType.Types
fullName : TinyLife.Skills.FoodType.Types
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : All of the <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> instances that are registered by the game and mods
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public static readonly ReadOnlyDictionary<string, FoodType> Types
2021-08-04 06:51:12 +02:00
return :
2022-05-24 13:36:05 +02:00
type : System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.FoodType}
content.vb : Public Shared ReadOnly Types As ReadOnlyDictionary(Of String, FoodType)
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.AllRestrictions
commentId : F:TinyLife.Skills.FoodType.AllRestrictions
id : AllRestrictions
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : AllRestrictions
nameWithType : FoodType.AllRestrictions
fullName : TinyLife.Skills.FoodType.AllRestrictions
2022-06-09 20:12:10 +02:00
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-03-09 19:49:55 +01:00
summary : All of the defined <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flag values.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2024-03-09 19:49:55 +01:00
content : public static readonly FoodType.FoodRestriction[] AllRestrictions
2022-06-09 20:12:10 +02:00
return :
2024-03-09 19:49:55 +01:00
type : TinyLife.Skills.FoodType.FoodRestriction[]
content.vb : Public Shared ReadOnly AllRestrictions As FoodType.FoodRestriction()
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Skills.FoodType.OnFoodEaten
commentId : E:TinyLife.Skills.FoodType.OnFoodEaten
id : OnFoodEaten
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : OnFoodEaten
nameWithType : FoodType.OnFoodEaten
fullName : TinyLife.Skills.FoodType.OnFoodEaten
type : Event
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
An event that is invoked after a given <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>'s food type is eaten as part of the given <xref href="System.Action" data-throw-if-not-resolved="false"></xref>.
This event is invoked at the same time as <xref href="TinyLife.Skills.FoodType.OnEaten" data-throw-if-not-resolved="false"></xref>, but for any <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>.
2024-04-14 17:55:54 +02:00
This action is invoked in <xref href="TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo%2cTinyLife.Objects.FoodTypedItem)" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example : [ ]
2022-01-08 12:41:09 +01:00
syntax :
2024-04-14 17:55:54 +02:00
content : public static event Action<ActionInfo, FoodTypedItem, FoodType> OnFoodEaten
2022-01-08 12:41:09 +01:00
return :
2024-04-14 17:55:54 +02:00
type : System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType}
content.vb : Public Shared Event OnFoodEaten As Action(Of ActionInfo, FoodTypedItem, FoodType)
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.OnGetPrice
commentId : E:TinyLife.Skills.FoodType.OnGetPrice
id : OnGetPrice
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : OnGetPrice
nameWithType : FoodType.OnGetPrice
fullName : TinyLife.Skills.FoodType.OnGetPrice
type : Event
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-06-09 17:05:30 +02:00
summary : An event that is invoked in <xref href="TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike%2cSystem.Int32%2cSystem.Single%2cSystem.Single%40%2cSystem.Nullable%7bSystem.Single%7d%40)" data-throw-if-not-resolved="false"></xref>, which can be used to modify the original and final price of a food type.
2023-05-26 15:16:22 +02:00
example : [ ]
syntax :
content : public static event FoodType.GetPriceDelegate OnGetPrice
return :
type : TinyLife.Skills.FoodType.GetPriceDelegate
content.vb : Public Shared Event OnGetPrice As FoodType.GetPriceDelegate
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Name
commentId : F:TinyLife.Skills.FoodType.Name
id : Name
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Name
nameWithType : FoodType.Name
fullName : TinyLife.Skills.FoodType.Name
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : This food type's name
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public readonly string Name
return :
type : System.String
content.vb : Public ReadOnly Name As String
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.RequiredSkillLevel
commentId : F:TinyLife.Skills.FoodType.RequiredSkillLevel
id : RequiredSkillLevel
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-07-04 16:50:43 +02:00
name : RequiredSkillLevel
nameWithType : FoodType.RequiredSkillLevel
fullName : TinyLife.Skills.FoodType.RequiredSkillLevel
2021-08-04 06:51:12 +02:00
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : The level of the <xref href="TinyLife.Skills.FoodType.RequiredSkill" data-throw-if-not-resolved="false"></xref> that is required to prepare this dish
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-04 16:50:43 +02:00
content : public readonly int RequiredSkillLevel
2021-08-04 06:51:12 +02:00
return :
type : System.Int32
2022-07-04 16:50:43 +02:00
content.vb : Public ReadOnly RequiredSkillLevel As Integer
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Price
commentId : F:TinyLife.Skills.FoodType.Price
id : Price
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Price
nameWithType : FoodType.Price
fullName : TinyLife.Skills.FoodType.Price
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
The default price that creating this food type has.
2024-06-09 17:05:30 +02:00
Use <xref href="TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike%2cSystem.Int32%2cSystem.Single%2cSystem.Single%40%2cSystem.Nullable%7bSystem.Single%7d%40)" data-throw-if-not-resolved="false"></xref> to get the price for a given serving size as well as the modified, final price.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public readonly int Price
return :
type : System.Int32
content.vb : Public ReadOnly Price As Integer
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Skills.FoodType.SaturationModifier
commentId : F:TinyLife.Skills.FoodType.SaturationModifier
id : SaturationModifier
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : SaturationModifier
nameWithType : FoodType.SaturationModifier
fullName : TinyLife.Skills.FoodType.SaturationModifier
2021-08-04 06:51:12 +02:00
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
2023-04-26 14:51:19 +02:00
example : [ ]
2021-08-04 06:51:12 +02:00
syntax :
2023-03-30 18:07:55 +02:00
content : public readonly float SaturationModifier
2021-08-04 06:51:12 +02:00
return :
2023-03-30 18:07:55 +02:00
type : System.Single
content.vb : Public ReadOnly SaturationModifier As Single
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.Color
commentId : F:TinyLife.Skills.FoodType.Color
id : Color
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : Color
nameWithType : FoodType.Color
fullName : TinyLife.Skills.FoodType.Color
2021-08-04 06:51:12 +02:00
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : The color that this food type should display with.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public readonly Color Color
2021-08-04 06:51:12 +02:00
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
content.vb : Public ReadOnly Color As Color
- uid : TinyLife.Skills.FoodType.Sources
commentId : F:TinyLife.Skills.FoodType.Sources
id : Sources
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Sources
nameWithType : FoodType.Sources
fullName : TinyLife.Skills.FoodType.Sources
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : A set of <xref href="TinyLife.Skills.FoodType.IngredientSource" data-throw-if-not-resolved="false"></xref> objects that determine where this food type can be created.
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
2022-06-09 20:12:10 +02:00
content : public readonly ISet<FoodType.IngredientSource> Sources
2022-05-24 13:36:05 +02:00
return :
2022-06-09 20:12:10 +02:00
type : System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource}
content.vb : Public ReadOnly Sources As ISet(Of FoodType.IngredientSource)
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.Restrictions
commentId : F:TinyLife.Skills.FoodType.Restrictions
id : Restrictions
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : Restrictions
nameWithType : FoodType.Restrictions
fullName : TinyLife.Skills.FoodType.Restrictions
2022-06-09 20:12:10 +02:00
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-03-09 19:49:55 +01:00
summary : A set of <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2024-03-09 19:49:55 +01:00
content : public readonly FoodType.FoodRestriction Restrictions
2022-06-09 20:12:10 +02:00
return :
2024-03-09 19:49:55 +01:00
type : TinyLife.Skills.FoodType.FoodRestriction
content.vb : Public ReadOnly Restrictions As FoodType.FoodRestriction
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.RequiredSkill
commentId : P:TinyLife.Skills.FoodType.RequiredSkill
id : RequiredSkill
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-07-04 16:50:43 +02:00
name : RequiredSkill
nameWithType : FoodType.RequiredSkill
fullName : TinyLife.Skills.FoodType.RequiredSkill
2021-08-04 06:51:12 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
The <xref href="TinyLife.Skills.SkillType" data-throw-if-not-resolved="false"></xref> required for this food type, which is linked to the <xref href="TinyLife.Skills.FoodType.RequiredSkillLevel" data-throw-if-not-resolved="false"></xref>.
This value defaults to the <xref href="TinyLife.Skills.SkillType.Cooking" data-throw-if-not-resolved="false"></xref> skill.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public SkillType RequiredSkill { get; init; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2022-07-04 16:50:43 +02:00
type : TinyLife.Skills.SkillType
content.vb : Public Property RequiredSkill As SkillType
overload : TinyLife.Skills.FoodType.RequiredSkill*
- uid : TinyLife.Skills.FoodType.AdditionalObject
commentId : P:TinyLife.Skills.FoodType.AdditionalObject
id : AdditionalObject
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : AdditionalObject
nameWithType : FoodType.AdditionalObject
fullName : TinyLife.Skills.FoodType.AdditionalObject
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
An object category that dictates an additional object that is required for this food type to be created.
For default actions, the categories <xref href="TinyLife.Objects.ObjectCategory.Stove" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.ObjectCategory.Oven" data-throw-if-not-resolved="false"></xref> are supported.
If this is not set, a <xref href="TinyLife.Skills.FoodType.IngredientSource.Fridge" data-throw-if-not-resolved="false"></xref> food will not be cooked or baked.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public ObjectCategory AdditionalObject { get; init; }
2022-07-04 16:50:43 +02:00
parameters : [ ]
return :
type : TinyLife.Objects.ObjectCategory
content.vb : Public Property AdditionalObject As ObjectCategory
overload : TinyLife.Skills.FoodType.AdditionalObject*
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.Container
commentId : P:TinyLife.Skills.FoodType.Container
id : Container
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : Container
nameWithType : FoodType.Container
fullName : TinyLife.Skills.FoodType.Container
2021-08-04 06:51:12 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> that this food type should be stored in.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public FoodType.ContainerType Container { get; init; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2022-05-24 13:36:05 +02:00
type : TinyLife.Skills.FoodType.ContainerType
content.vb : Public Property Container As FoodType.ContainerType
overload : TinyLife.Skills.FoodType.Container*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.OnEaten
commentId : P:TinyLife.Skills.FoodType.OnEaten
id : OnEaten
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : OnEaten
nameWithType : FoodType.OnEaten
fullName : TinyLife.Skills.FoodType.OnEaten
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
An optional action that is invoked when this food object has been eaten.
This method is called if the underlying <xref href="System.Action" data-throw-if-not-resolved="false"></xref> is completed after a sufficient amount of time, so the food item has not necessarily been fully finished when this action is invoked.
2024-04-14 17:55:54 +02:00
This action is invoked in <xref href="TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo%2cTinyLife.Objects.FoodTypedItem)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-04-14 17:55:54 +02:00
content : public Action<ActionInfo, FoodTypedItem> OnEaten { get; init; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2024-04-14 17:55:54 +02:00
type : System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
content.vb : Public Property OnEaten As Action(Of ActionInfo, FoodTypedItem)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.OnEaten*
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.CanEatFunc
commentId : P:TinyLife.Skills.FoodType.CanEatFunc
id : CanEatFunc
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-06-09 20:12:10 +02:00
name : CanEatFunc
nameWithType : FoodType.CanEatFunc
fullName : TinyLife.Skills.FoodType.CanEatFunc
2021-08-04 06:51:12 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An optional <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-style function that allows passing additional conditions to <xref href="TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike%2cTinyLife.Objects.FoodTypedItem%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
If this is null, which is also the default value, no additional checks are done in <xref href="TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike%2cTinyLife.Objects.FoodTypedItem%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public Func<(PersonLike Person, FoodTypedItem Food, bool Automatic), CanExecuteResult> CanEatFunc { get; init; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
type : System.Func{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
content.vb : Public Property CanEatFunc As Func(Of (Person As PersonLike, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
2022-06-09 20:12:10 +02:00
overload : TinyLife.Skills.FoodType.CanEatFunc*
- uid : TinyLife.Skills.FoodType.CanCreateFunc
commentId : P:TinyLife.Skills.FoodType.CanCreateFunc
id : CanCreateFunc
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : CanCreateFunc
nameWithType : FoodType.CanCreateFunc
fullName : TinyLife.Skills.FoodType.CanCreateFunc
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
An optional <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-style function that allows passing additional conditions to <xref href="TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Int32%2cSystem.Single%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
If this is null, which is the default value, no additional checks are done in <xref href="TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Int32%2cSystem.Single%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2023-03-30 18:07:55 +02:00
content : public Func<(ActionInfo Info, bool Automatic, int ServingSize, float PriceMarkup), CanExecuteResult> CanCreateFunc { get; init; }
2022-06-09 20:12:10 +02:00
parameters : [ ]
return :
type : System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult}
2023-03-30 18:07:55 +02:00
content.vb : Public Property CanCreateFunc As Func(Of (Info As ActionInfo, Automatic As Boolean, ServingSize As Integer, PriceMarkup As Single), CanExecuteResult)
2022-06-09 20:12:10 +02:00
overload : TinyLife.Skills.FoodType.CanCreateFunc*
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.CustomTextureFunc
commentId : P:TinyLife.Skills.FoodType.CustomTextureFunc
id : CustomTextureFunc
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-07-04 16:50:43 +02:00
name : CustomTextureFunc
nameWithType : FoodType.CustomTextureFunc
fullName : TinyLife.Skills.FoodType.CustomTextureFunc
2021-08-04 06:51:12 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : A function that can optionally return a custom texture to be used for the given serving size.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public Func<int, TextureRegion> CustomTextureFunc { get; init; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2022-07-04 16:50:43 +02:00
type : System.Func{System.Int32,MLEM.Textures.TextureRegion}
content.vb : Public Property CustomTextureFunc As Func(Of Integer, TextureRegion)
overload : TinyLife.Skills.FoodType.CustomTextureFunc*
- uid : TinyLife.Skills.FoodType.CanHaveCandle
2024-09-20 13:01:26 +02:00
commentId : P:TinyLife.Skills.FoodType.CanHaveCandle
2022-07-04 16:50:43 +02:00
id : CanHaveCandle
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2022-07-04 16:50:43 +02:00
name : CanHaveCandle
nameWithType : FoodType.CanHaveCandle
fullName : TinyLife.Skills.FoodType.CanHaveCandle
2024-09-20 13:01:26 +02:00
type : Property
2022-07-04 16:50:43 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : A function that returns whether the given instance of this <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> can have a candle added to it.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
2024-09-20 13:01:26 +02:00
content : public Func<Food, bool> CanHaveCandle { get; init; }
parameters : [ ]
2022-07-04 16:50:43 +02:00
return :
type : System.Func{TinyLife.Objects.Food,System.Boolean}
2024-09-20 13:01:26 +02:00
content.vb : Public Property CanHaveCandle As Func(Of Food, Boolean)
overload : TinyLife.Skills.FoodType.CanHaveCandle*
- uid : TinyLife.Skills.FoodType.Icon
commentId : P:TinyLife.Skills.FoodType.Icon
id : Icon
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Icon
nameWithType : FoodType.Icon
fullName : TinyLife.Skills.FoodType.Icon
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-10-17 17:28:12 +02:00
summary : An icon that can optionally be displayed with the food type.
example : [ ]
2024-09-20 13:01:26 +02:00
syntax :
content : public TextureRegion Icon { get; init; }
parameters : [ ]
return :
type : MLEM.Textures.TextureRegion
content.vb : Public Property Icon As TextureRegion
overload : TinyLife.Skills.FoodType.Icon*
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.DisplayName
commentId : P:TinyLife.Skills.FoodType.DisplayName
id : DisplayName
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : DisplayName
nameWithType : FoodType.DisplayName
fullName : TinyLife.Skills.FoodType.DisplayName
2022-05-24 13:36:05 +02:00
type : Property
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : This food type's <xref href="TinyLife.Skills.FoodType.Name" data-throw-if-not-resolved="false"></xref>, but localized using <xref href="TinyLife.LnCategory.Food" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-07-04 16:50:43 +02:00
content : public string DisplayName { get; }
2022-05-24 13:36:05 +02:00
parameters : [ ]
return :
2022-07-04 16:50:43 +02:00
type : System.String
content.vb : Public ReadOnly Property DisplayName As String
overload : TinyLife.Skills.FoodType.DisplayName*
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Skills.FoodType.SourceString
commentId : P:TinyLife.Skills.FoodType.SourceString
id : SourceString
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : SourceString
nameWithType : FoodType.SourceString
fullName : TinyLife.Skills.FoodType.SourceString
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : A (localized) string that is displayed when hovering over an <xref href="TinyLife.Emotions.EmotionModifier" data-throw-if-not-resolved="false"></xref> that has this source
2023-04-26 14:51:19 +02:00
example : [ ]
2023-03-30 18:07:55 +02:00
syntax :
content : public string SourceString { get; }
parameters : [ ]
return :
type : System.String
content.vb : Public ReadOnly Property SourceString As String
overload : TinyLife.Skills.FoodType.SourceString*
implements :
- TinyLife.Emotions.IEmotionSource.SourceString
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
commentId : M:TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})
id : '#ctor(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : FoodType(string, int, int, float, FoodRestriction, IngredientSource, Color?)
nameWithType : FoodType.FoodType(string, int, int, float, FoodType.FoodRestriction, FoodType.IngredientSource, Color?)
fullName : TinyLife.Skills.FoodType.FoodType(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
2022-05-24 13:36:05 +02:00
type : Constructor
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : Creates a new food type with the given settings.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public FoodType(string name, int requiredSkillLevel, int price, float saturationModifier, FoodType.FoodRestriction restrictions, FoodType.IngredientSource source = null, Color? color = null)
2021-08-04 06:51:12 +02:00
parameters :
2022-05-24 13:36:05 +02:00
- id : name
type : System.String
2024-01-07 16:53:47 +01:00
description : The food type's name.
2022-07-04 16:50:43 +02:00
- id : requiredSkillLevel
2021-08-04 06:51:12 +02:00
type : System.Int32
2022-07-04 16:50:43 +02:00
description : The required skill level for the <xref href="TinyLife.Skills.FoodType.RequiredSkill" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
- id : price
type : System.Int32
2022-06-10 12:18:26 +02:00
description : The price to prepare this food type.
2023-03-30 18:07:55 +02:00
- id : saturationModifier
type : System.Single
2023-04-26 14:51:19 +02:00
description : A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
2024-03-09 19:49:55 +01:00
- id : restrictions
type : TinyLife.Skills.FoodType.FoodRestriction
description : A set of <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
2022-05-24 13:36:05 +02:00
- id : source
type : TinyLife.Skills.FoodType.IngredientSource
2024-07-09 18:54:47 +02:00
description : The <xref href="TinyLife.Skills.FoodType.IngredientSource" data-throw-if-not-resolved="false"></xref> that this food type can be created in, defaults to <xref href="TinyLife.Skills.FoodType.IngredientSource.Fridge" data-throw-if-not-resolved="false"></xref>. Also causes <xref href="TinyLife.Skills.FoodType.RequiredSkill" data-throw-if-not-resolved="false"></xref>a nd <xref href="TinyLife.Skills.FoodType.Container" data-throw-if-not-resolved="false"></xref> to be set.
2022-05-24 13:36:05 +02:00
- id : color
2022-09-05 14:19:42 +02:00
type : System.Nullable{Microsoft.Xna.Framework.Color}
2023-03-30 18:07:55 +02:00
description : The color that this food type should display with, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="Microsoft.Xna.Framework.Color.White" data-throw-if-not-resolved="false"></xref>.
2024-03-09 19:49:55 +01:00
content.vb : Public Sub New(name As String, requiredSkillLevel As Integer, price As Integer, saturationModifier As Single, restrictions As FoodType.FoodRestriction, source As FoodType.IngredientSource = Nothing, color As Color? = Nothing)
2022-05-24 13:36:05 +02:00
overload : TinyLife.Skills.FoodType.#ctor*
2024-03-09 19:49:55 +01:00
nameWithType.vb : FoodType.New(String, Integer, Integer, Single, FoodType.FoodRestriction, FoodType.IngredientSource, Color?)
fullName.vb : TinyLife.Skills.FoodType.New(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodRestriction, TinyLife.Skills.FoodType.IngredientSource, Microsoft.Xna.Framework.Color?)
name.vb : New(String, Integer, Integer, Single, FoodRestriction, IngredientSource, Color?)
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
commentId : M:TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
id : GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetPrice(PersonLike, int, float, out float, out float?)
nameWithType : FoodType.GetPrice(PersonLike, int, float, out float, out float?)
fullName : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike, int, float, out float, out float?)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : Returns the price of this food type, based on the amount of servings provided, as well as the <xref href="TinyLife.Skills.FoodType.OnGetPrice" data-throw-if-not-resolved="false"></xref> event.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public void GetPrice(PersonLike person, int servingSize, float markup, out float originalPrice, out float? modifiedPrice)
2021-08-04 06:51:12 +02:00
parameters :
2023-05-26 15:16:22 +02:00
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2023-05-26 15:16:22 +02:00
description : The person to get the price for.
2021-08-04 06:51:12 +02:00
- id : servingSize
type : System.Int32
description : The amount of servings to get the price for
2023-05-26 15:16:22 +02:00
- id : markup
2021-08-04 06:51:12 +02:00
type : System.Single
2023-05-26 15:16:22 +02:00
description : The price markup multiplier.
- id : originalPrice
type : System.Single
2024-01-07 16:53:47 +01:00
description : The original price that should be used if <code class="paramref">modifiedPrice</code> is unset.
2023-05-26 15:16:22 +02:00
- id : modifiedPrice
type : System.Nullable{System.Single}
2024-01-07 16:53:47 +01:00
description : The final price of the item, which is unset if the <code class="paramref">originalPrice</code> should be used.
2024-06-09 17:05:30 +02:00
content.vb : Public Sub GetPrice(person As PersonLike, servingSize As Integer, markup As Single, originalPrice As Single, modifiedPrice As Single?)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.GetPrice*
2024-06-09 17:05:30 +02:00
nameWithType.vb : FoodType.GetPrice(PersonLike, Integer, Single, Single, Single?)
fullName.vb : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike, Integer, Single, Single, Single?)
name.vb : GetPrice(PersonLike, Integer, Single, Single, Single?)
- uid : TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
commentId : M:TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
id : Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Construct(Map, Quality, TimeSpan, int, PersonLike, Guid?, bool)
nameWithType : FoodType.Construct(Map, Quality, TimeSpan, int, PersonLike, Guid?, bool)
fullName : TinyLife.Skills.FoodType.Construct(TinyLife.World.Map, TinyLife.Skills.Quality, System.TimeSpan, int, TinyLife.Objects.PersonLike, System.Guid?, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Constructs a new <xref href="TinyLife.Objects.Food" data-throw-if-not-resolved="false"></xref> furniture instance based on this food type's <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref>.
Note that the returned item won't be added to the <code class="paramref">map</code> automatically.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public Food Construct(Map map, Quality quality, TimeSpan expirationTime, int servingSize, PersonLike creator = null, Guid? id = null, bool triggerGoals = true)
2021-08-04 06:51:12 +02:00
parameters :
- id : map
type : TinyLife.World.Map
description : The map
- id : quality
type : TinyLife.Skills.Quality
description : The quality that the food should have, which also affects the <xref href="TinyLife.Objects.Food.FoodLeft" data-throw-if-not-resolved="false"></xref>
- id : expirationTime
type : System.TimeSpan
2022-07-28 14:58:38 +02:00
description : The in-game time that the resulting food should expire at. This should be based on <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
- id : servingSize
type : System.Int32
description : The serving size
- id : creator
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
description : An optional id of a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> that created this food item
2021-08-04 06:51:12 +02:00
- id : id
type : System.Nullable{System.Guid}
description : An optional id to give to the <xref href="TinyLife.Objects.Food" data-throw-if-not-resolved="false"></xref> instance returned
2021-10-14 20:30:40 +02:00
- id : triggerGoals
type : System.Boolean
2024-06-09 17:05:30 +02:00
description : Whether <xref href="TinyLife.Goals.AutoGoalInfo" data-throw-if-not-resolved="false"></xref> goals should be triggered in <xref href="TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.Objects.Food
description : A new food instance with the given settings
2024-06-09 17:05:30 +02:00
content.vb : Public Function Construct(map As Map, quality As Quality, expirationTime As TimeSpan, servingSize As Integer, creator As PersonLike = Nothing, id As Guid? = Nothing, triggerGoals As Boolean = True) As Food
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.Construct*
2024-06-09 17:05:30 +02:00
nameWithType.vb : FoodType.Construct(Map, Quality, TimeSpan, Integer, PersonLike, Guid?, Boolean)
fullName.vb : TinyLife.Skills.FoodType.Construct(TinyLife.World.Map, TinyLife.Skills.Quality, System.TimeSpan, Integer, TinyLife.Objects.PersonLike, System.Guid?, Boolean)
name.vb : Construct(Map, Quality, TimeSpan, Integer, PersonLike, Guid?, Boolean)
- uid : TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
commentId : M:TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
id : ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.PersonLike,System.Nullable{System.Guid},System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : ConstructUnfinished(FurnitureType, Map, TimeSpan, int, PersonLike, Guid?, bool)
nameWithType : FoodType.ConstructUnfinished(FurnitureType, Map, TimeSpan, int, PersonLike, Guid?, bool)
fullName : TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType, TinyLife.World.Map, System.TimeSpan, int, TinyLife.Objects.PersonLike, System.Guid?, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Constructs a new <xref href="TinyLife.Objects.FoodTypedItem" data-throw-if-not-resolved="false"></xref> furniture instance based on the passed <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref>
Note that the returned item won't be added to the <code class="paramref">map</code> automatically.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public FoodTypedItem ConstructUnfinished(FurnitureType container, Map map, TimeSpan expirationTime, int servingSize, PersonLike creator = null, Guid? id = null, bool triggerGoals = false)
2021-08-04 06:51:12 +02:00
parameters :
- id : container
type : TinyLife.Objects.FurnitureType
description : The <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> that an instance of should be returned, has to construct a <xref href="TinyLife.Objects.FoodTypedItem" data-throw-if-not-resolved="false"></xref>
- id : map
type : TinyLife.World.Map
description : The map
- id : expirationTime
type : System.TimeSpan
2022-07-28 14:58:38 +02:00
description : The in-game time that the resulting food should expire at. This should be based on <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
- id : servingSize
type : System.Int32
description : The serving size
- id : creator
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
description : An optional <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> that created this food item
2021-08-04 06:51:12 +02:00
- id : id
type : System.Nullable{System.Guid}
description : An optional id to give to the <xref href="TinyLife.Objects.Food" data-throw-if-not-resolved="false"></xref> instance returned
2021-10-14 20:30:40 +02:00
- id : triggerGoals
type : System.Boolean
2024-06-09 17:05:30 +02:00
description : Whether <xref href="TinyLife.Goals.AutoGoalInfo" data-throw-if-not-resolved="false"></xref> goals should be triggered in <xref href="TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.Objects.FoodTypedItem
description : ''
2024-06-09 17:05:30 +02:00
content.vb : Public Function ConstructUnfinished(container As FurnitureType, map As Map, expirationTime As TimeSpan, servingSize As Integer, creator As PersonLike = Nothing, id As Guid? = Nothing, triggerGoals As Boolean = False) As FoodTypedItem
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.ConstructUnfinished*
2024-06-09 17:05:30 +02:00
nameWithType.vb : FoodType.ConstructUnfinished(FurnitureType, Map, TimeSpan, Integer, PersonLike, Guid?, Boolean)
fullName.vb : TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType, TinyLife.World.Map, System.TimeSpan, Integer, TinyLife.Objects.PersonLike, System.Guid?, Boolean)
name.vb : ConstructUnfinished(FurnitureType, Map, TimeSpan, Integer, PersonLike, Guid?, Boolean)
- uid : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
id : CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CanEat(PersonLike, FoodTypedItem, bool)
nameWithType : FoodType.CanEat(PersonLike, FoodTypedItem, bool)
fullName : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike, TinyLife.Objects.FoodTypedItem, bool)
2022-06-09 20:12:10 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Returns a <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether a <xref href="TinyLife.Objects.FoodTypedItem" data-throw-if-not-resolved="false"></xref> that has this food type can currently be eaten.
2024-03-09 19:49:55 +01:00
This method also invokes <xref href="TinyLife.Skills.FoodType.CanEatFunc" data-throw-if-not-resolved="false"></xref> and checks for matching <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public CanExecuteResult CanEat(PersonLike person, FoodTypedItem food, bool automatic)
2022-06-09 20:12:10 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2022-06-10 12:18:26 +02:00
description : The person trying to eat this food item.
2022-06-09 20:12:10 +02:00
- id : food
type : TinyLife.Objects.FoodTypedItem
2022-06-10 12:18:26 +02:00
description : The food item.
2022-06-09 20:12:10 +02:00
- id : automatic
type : System.Boolean
2022-06-10 12:18:26 +02:00
description : Whether the action is invoked automatically.
2022-06-09 20:12:10 +02:00
return :
type : TinyLife.Actions.CanExecuteResult
2022-06-10 12:18:26 +02:00
description : A <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether this food item can be eaten.
2024-06-09 17:05:30 +02:00
content.vb : Public Function CanEat(person As PersonLike, food As FoodTypedItem, automatic As Boolean) As CanExecuteResult
2022-06-09 20:12:10 +02:00
overload : TinyLife.Skills.FoodType.CanEat*
2024-06-09 17:05:30 +02:00
nameWithType.vb : FoodType.CanEat(PersonLike, FoodTypedItem, Boolean)
fullName.vb : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike, TinyLife.Objects.FoodTypedItem, Boolean)
name.vb : CanEat(PersonLike, FoodTypedItem, Boolean)
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
id : CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2023-05-26 15:16:22 +02:00
name : CanCreate(ActionInfo, bool, int, float, bool)
nameWithType : FoodType.CanCreate(ActionInfo, bool, int, float, bool)
fullName : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, bool, int, float, bool)
2022-06-09 20:12:10 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Returns a <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether an item with this food type can be created in some way.
2024-06-09 17:05:30 +02:00
This method also invokes <xref href="TinyLife.Skills.FoodType.CanCreateFunc" data-throw-if-not-resolved="false"></xref>, checks against <xref href="TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike%2cSystem.Int32%2cSystem.Single%2cSystem.Single%40%2cSystem.Nullable%7bSystem.Single%7d%40)" data-throw-if-not-resolved="false"></xref> and checks for an object with the <xref href="TinyLife.Skills.FoodType.AdditionalObject" data-throw-if-not-resolved="false"></xref> category.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2023-05-26 15:16:22 +02:00
content : public CanExecuteResult CanCreate(ActionInfo info, bool automatic, int servingSize, float priceMarkup, bool onlyCheckPrice = false)
2022-06-09 20:12:10 +02:00
parameters :
- id : info
type : TinyLife.Actions.ActionInfo
2022-06-10 12:18:26 +02:00
description : The action info.
2022-06-09 20:12:10 +02:00
- id : automatic
type : System.Boolean
2022-06-10 12:18:26 +02:00
description : Whether the action is invoked automatically.
2022-06-09 20:12:10 +02:00
- id : servingSize
type : System.Int32
2022-06-10 12:18:26 +02:00
description : The serving size that is being created.
2022-06-09 20:12:10 +02:00
- id : priceMarkup
type : System.Single
2024-06-09 17:05:30 +02:00
description : A price markup that should be passed to <xref href="TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike%2cSystem.Int32%2cSystem.Single%2cSystem.Single%40%2cSystem.Nullable%7bSystem.Single%7d%40)" data-throw-if-not-resolved="false"></xref>.
2023-05-26 15:16:22 +02:00
- id : onlyCheckPrice
type : System.Boolean
description : Whether only the price should be checked and additional conditions, like the <xref href="TinyLife.Skills.FoodType.AdditionalObject" data-throw-if-not-resolved="false"></xref> should be ignored.
2022-06-09 20:12:10 +02:00
return :
type : TinyLife.Actions.CanExecuteResult
2022-06-10 12:18:26 +02:00
description : A <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> indicating whether this food item can be created.
2023-05-26 15:16:22 +02:00
content.vb : Public Function CanCreate(info As ActionInfo, automatic As Boolean, servingSize As Integer, priceMarkup As Single, onlyCheckPrice As Boolean = False) As CanExecuteResult
2022-06-09 20:12:10 +02:00
overload : TinyLife.Skills.FoodType.CanCreate*
2023-05-26 15:16:22 +02:00
nameWithType.vb : FoodType.CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
fullName.vb : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, Boolean, Integer, Single, Boolean)
name.vb : CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
commentId : M:TinyLife.Skills.FoodType.GetRestrictionsDescription(System.Boolean)
id : GetRestrictionsDescription(System.Boolean)
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : GetRestrictionsDescription(bool)
nameWithType : FoodType.GetRestrictionsDescription(bool)
fullName : TinyLife.Skills.FoodType.GetRestrictionsDescription(bool)
2022-06-09 20:12:10 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
2024-03-09 19:49:55 +01:00
Returns a set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
2024-03-09 19:49:55 +01:00
If this item has no restrictions, no strings are returned.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2024-03-09 19:49:55 +01:00
content : public IEnumerable<string> GetRestrictionsDescription(bool includeIcon = true)
2022-06-09 20:12:10 +02:00
parameters :
- id : includeIcon
type : System.Boolean
2024-03-09 19:49:55 +01:00
description : Whether the restrictions' icons should be included.
2022-06-09 20:12:10 +02:00
return :
type : System.Collections.Generic.IEnumerable{System.String}
2024-03-09 19:49:55 +01:00
description : A set of strings that describe this food item's <xref href="TinyLife.Skills.FoodType.Restrictions" data-throw-if-not-resolved="false"></xref>.
content.vb : Public Function GetRestrictionsDescription(includeIcon As Boolean = True) As IEnumerable(Of String)
overload : TinyLife.Skills.FoodType.GetRestrictionsDescription*
nameWithType.vb : FoodType.GetRestrictionsDescription(Boolean)
fullName.vb : TinyLife.Skills.FoodType.GetRestrictionsDescription(Boolean)
name.vb : GetRestrictionsDescription(Boolean)
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
commentId : M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
id : InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2022-06-09 20:12:10 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-04-14 17:55:54 +02:00
name : InvokeOnEaten(ActionInfo, FoodTypedItem)
nameWithType : FoodType.InvokeOnEaten(ActionInfo, FoodTypedItem)
fullName : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem)
2022-06-09 20:12:10 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Invokes this food type's <xref href="TinyLife.Skills.FoodType.OnEaten" data-throw-if-not-resolved="false"></xref> event, as well as this <xref href="TinyLife.Skills.FoodType.Sources" data-throw-if-not-resolved="false"></xref>' <xref href="TinyLife.Skills.FoodType.IngredientSource.OnEaten" data-throw-if-not-resolved="false"></xref> events.
This method should be called when a significant amount of this item is consumed, but is automatically called in <xref href="TinyLife.Actions.ActionType.Eat" data-throw-if-not-resolved="false"></xref>.
2022-06-10 12:18:26 +02:00
example : [ ]
2022-06-09 20:12:10 +02:00
syntax :
2024-04-14 17:55:54 +02:00
content : public void InvokeOnEaten(ActionInfo info, FoodTypedItem food)
2022-06-09 20:12:10 +02:00
parameters :
2024-04-14 17:55:54 +02:00
- id : info
type : TinyLife.Actions.ActionInfo
description : The eat action's action info.
2022-06-09 20:12:10 +02:00
- id : food
type : TinyLife.Objects.FoodTypedItem
2022-06-10 12:18:26 +02:00
description : The food item being eaten.
2024-04-14 17:55:54 +02:00
content.vb : Public Sub InvokeOnEaten(info As ActionInfo, food As FoodTypedItem)
2022-06-09 20:12:10 +02:00
overload : TinyLife.Skills.FoodType.InvokeOnEaten*
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.GetTexture(System.Int32)
commentId : M:TinyLife.Skills.FoodType.GetTexture(System.Int32)
id : GetTexture(System.Int32)
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : GetTexture(int)
nameWithType : FoodType.GetTexture(int)
fullName : TinyLife.Skills.FoodType.GetTexture(int)
2022-07-04 16:50:43 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Returns the texture region that should be drawn for the given serving size.
This method invokes the <xref href="TinyLife.Skills.FoodType.CustomTextureFunc" data-throw-if-not-resolved="false"></xref> and, by default, returns <xref href="TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public TextureRegion GetTexture(int servingSize)
parameters :
- id : servingSize
type : System.Int32
description : The serving size to return a texture region for.
return :
type : MLEM.Textures.TextureRegion
description : The texture region to draw.
content.vb : Public Function GetTexture(servingSize As Integer) As TextureRegion
overload : TinyLife.Skills.FoodType.GetTexture*
2023-03-30 18:07:55 +02:00
nameWithType.vb : FoodType.GetTexture(Integer)
fullName.vb : TinyLife.Skills.FoodType.GetTexture(Integer)
name.vb : GetTexture(Integer)
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
commentId : M:TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
id : Register(TinyLife.Skills.FoodType)
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : Register(FoodType)
nameWithType : FoodType.Register(FoodType)
fullName : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : Registers a new <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> with the given settings.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-05-26 15:16:22 +02:00
content : public static FoodType Register(FoodType type)
2021-08-04 06:51:12 +02:00
parameters :
- id : type
type : TinyLife.Skills.FoodType
2023-05-26 15:16:22 +02:00
description : The food type to register.
return :
type : TinyLife.Skills.FoodType
2024-01-07 16:53:47 +01:00
description : The passed <code class="paramref">type</code>, for chaining.
2023-05-26 15:16:22 +02:00
content.vb : Public Shared Function Register(type As FoodType) As FoodType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.Register*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
id : GetPossibleArguments(TinyLife.Objects.PersonLike,System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Single,TinyLife.Skills.SkillType,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetPossibleArguments(PersonLike, int, IngredientSource, float, SkillType, bool)
nameWithType : FoodType.GetPossibleArguments(PersonLike, int, FoodType.IngredientSource, float, SkillType, bool)
fullName : TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike, int, TinyLife.Skills.FoodType.IngredientSource, float, TinyLife.Skills.SkillType, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : Returns a set of action varieties for all <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> objects that match the given predicate
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static IEnumerable<ActionArgument> GetPossibleArguments(PersonLike person, int servingSize, FoodType.IngredientSource source, float priceMarkup = 1, SkillType requiredSkill = null, bool onlyCheckPrice = false)
2021-08-04 06:51:12 +02:00
parameters :
2023-05-26 15:16:22 +02:00
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2023-05-26 15:16:22 +02:00
description : The person executing the actions.
2021-08-04 06:51:12 +02:00
- id : servingSize
type : System.Int32
description : The serving size that should be served when using the variety
- id : source
type : TinyLife.Skills.FoodType.IngredientSource
description : The ingredient source to return actions for
2022-05-24 13:36:05 +02:00
- id : priceMarkup
type : System.Single
2024-06-09 17:05:30 +02:00
description : The amount that the <xref href="TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike%2cSystem.Int32%2cSystem.Single%2cSystem.Single%40%2cSystem.Nullable%7bSystem.Single%7d%40)" data-throw-if-not-resolved="false"></xref> should be multiplied by for display and condition checking.
2022-07-04 16:50:43 +02:00
- id : requiredSkill
type : TinyLife.Skills.SkillType
2023-03-30 18:07:55 +02:00
description : The required skill, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.Skills.SkillType.Cooking" data-throw-if-not-resolved="false"></xref>.
2023-05-26 15:16:22 +02:00
- id : onlyCheckPrice
type : System.Boolean
description : Whether only the price should be checked and additional conditions, like the <xref href="TinyLife.Skills.FoodType.AdditionalObject" data-throw-if-not-resolved="false"></xref> should be ignored.
2021-08-04 06:51:12 +02:00
return :
2023-10-11 16:05:32 +02:00
type : System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
2021-08-04 06:51:12 +02:00
description : A set of action varieties representing food types
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Function GetPossibleArguments(person As PersonLike, servingSize As Integer, source As FoodType.IngredientSource, priceMarkup As Single = 1, requiredSkill As SkillType = Nothing, onlyCheckPrice As Boolean = False) As IEnumerable(Of ActionArgument)
2023-10-11 16:05:32 +02:00
overload : TinyLife.Skills.FoodType.GetPossibleArguments*
2024-06-09 17:05:30 +02:00
nameWithType.vb : FoodType.GetPossibleArguments(PersonLike, Integer, FoodType.IngredientSource, Single, SkillType, Boolean)
fullName.vb : TinyLife.Skills.FoodType.GetPossibleArguments(TinyLife.Objects.PersonLike, Integer, TinyLife.Skills.FoodType.IngredientSource, Single, TinyLife.Skills.SkillType, Boolean)
name.vb : GetPossibleArguments(PersonLike, Integer, IngredientSource, Single, SkillType, Boolean)
2024-08-31 11:17:42 +02:00
- uid : TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.GetAllContainers(System.Boolean,System.Boolean)
id : GetAllContainers(System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-08-31 11:17:42 +02:00
name : GetAllContainers(bool, bool)
nameWithType : FoodType.GetAllContainers(bool, bool)
fullName : TinyLife.Skills.FoodType.GetAllContainers(bool, bool)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : >-
Returns all of the <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> furniture types that any registered food types will be stored in, based on the serving size.
2024-08-31 11:17:42 +02:00
This method returns a distinct collection of <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> instances representing the <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> values of all <xref href="TinyLife.Skills.FoodType.Types" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-08-31 11:17:42 +02:00
content : public static IEnumerable<FurnitureType> GetAllContainers(bool multiple, bool empty = false)
2021-08-04 06:51:12 +02:00
parameters :
2024-07-09 18:54:47 +02:00
- id : multiple
type : System.Boolean
description : Whether the container should hold multiple servings.
2024-08-31 11:17:42 +02:00
- id : empty
type : System.Boolean
description : Whether to return all empty food containers, rather than all full food containers.
2021-08-04 06:51:12 +02:00
return :
2024-07-09 18:54:47 +02:00
type : System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
2021-08-04 06:51:12 +02:00
description : All food containers for the given serving size
2024-08-31 11:17:42 +02:00
content.vb : Public Shared Function GetAllContainers(multiple As Boolean, empty As Boolean = False) As IEnumerable(Of FurnitureType)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Skills.FoodType.GetAllContainers*
2024-08-31 11:17:42 +02:00
nameWithType.vb : FoodType.GetAllContainers(Boolean, Boolean)
fullName.vb : TinyLife.Skills.FoodType.GetAllContainers(Boolean, Boolean)
name.vb : GetAllContainers(Boolean, Boolean)
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
commentId : M:TinyLife.Skills.FoodType.CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
id : CreateBaked(System.String,System.Int32,System.Int32,System.Single,TinyLife.Skills.FoodType.FoodRestriction,System.Boolean,TinyLife.Skills.FoodType.IngredientSource[])
2023-06-25 15:41:49 +02:00
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
2024-03-09 19:49:55 +01:00
name : CreateBaked(string, int, int, float, FoodRestriction, bool, params IngredientSource[])
nameWithType : FoodType.CreateBaked(string, int, int, float, FoodType.FoodRestriction, bool, params FoodType.IngredientSource[])
fullName : TinyLife.Skills.FoodType.CreateBaked(string, int, int, float, TinyLife.Skills.FoodType.FoodRestriction, bool, params TinyLife.Skills.FoodType.IngredientSource[])
2023-06-25 15:41:49 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary : Helper method that creates a simple baked <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>, which includes a set of sub-textures that are drawn when pieces or slices have been taken from it, as well as the ability to have a candle on it if it is a <code class="paramref">cake</code> and no slices have been taken yet.
2023-06-25 15:41:49 +02:00
example : [ ]
syntax :
2024-03-09 19:49:55 +01:00
content : public static FoodType CreateBaked(string name, int requiredCookingLevel, int price, float saturationModifier, FoodType.FoodRestriction restrictions, bool cake = false, params FoodType.IngredientSource[] additionalSources)
2023-06-25 15:41:49 +02:00
parameters :
- id : name
type : System.String
2024-01-07 16:53:47 +01:00
description : The food type's name.
2023-06-25 15:41:49 +02:00
- id : requiredCookingLevel
type : System.Int32
description : The required skill level for the <xref href="TinyLife.Skills.SkillType.Cooking" data-throw-if-not-resolved="false"></xref> skill.
- id : price
type : System.Int32
description : The price to prepare this food type.
- id : saturationModifier
type : System.Single
description : A factor that determines how saturating this food type should be based on the default saturation value. As a reference, Mac and Cheese has a factor of 1, whereas Fish and Chips has a factor of 1.5.
2024-03-09 19:49:55 +01:00
- id : restrictions
type : TinyLife.Skills.FoodType.FoodRestriction
description : A set of <xref href="TinyLife.Skills.FoodType.FoodRestriction" data-throw-if-not-resolved="false"></xref> flags that determine what things this food item contains that people might be intolerant to.
2023-06-25 15:41:49 +02:00
- id : cake
type : System.Boolean
description : Whether the item is a cake, which causes it to be able to have candles and slices.
- id : additionalSources
type : TinyLife.Skills.FoodType.IngredientSource[]
description : A set of additional values to add to the <xref href="TinyLife.Skills.FoodType.Sources" data-throw-if-not-resolved="false"></xref> collection.
return :
type : TinyLife.Skills.FoodType
2024-03-09 19:49:55 +01:00
content.vb : Public Shared Function CreateBaked(name As String, requiredCookingLevel As Integer, price As Integer, saturationModifier As Single, restrictions As FoodType.FoodRestriction, cake As Boolean = False, ParamArray additionalSources As FoodType.IngredientSource()) As FoodType
2023-06-25 15:41:49 +02:00
overload : TinyLife.Skills.FoodType.CreateBaked*
2024-03-09 19:49:55 +01:00
nameWithType.vb : FoodType.CreateBaked(String, Integer, Integer, Single, FoodType.FoodRestriction, Boolean, ParamArray FoodType.IngredientSource())
fullName.vb : TinyLife.Skills.FoodType.CreateBaked(String, Integer, Integer, Single, TinyLife.Skills.FoodType.FoodRestriction, Boolean, ParamArray TinyLife.Skills.FoodType.IngredientSource())
name.vb : CreateBaked(String, Integer, Integer, Single, FoodRestriction, Boolean, ParamArray IngredientSource())
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)
commentId : M:TinyLife.Skills.FoodType.GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)
id : GetBuyableVariations(System.Int32,TinyLife.Skills.FoodType.ContainerType)
parent : TinyLife.Skills.FoodType
langs :
- csharp
- vb
name : GetBuyableVariations(int, ContainerType)
nameWithType : FoodType.GetBuyableVariations(int, FoodType.ContainerType)
fullName : TinyLife.Skills.FoodType.GetBuyableVariations(int, TinyLife.Skills.FoodType.ContainerType)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Skills
summary : Returns a set of buyable variations for the given <code class="paramref">servingSize</code> and <code class="paramref">container</code>, which can be used by furniture through the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations" data-throw-if-not-resolved="false"></xref> field.
example : [ ]
syntax :
content : public static Action<Furniture>[] GetBuyableVariations(int servingSize, FoodType.ContainerType container)
parameters :
- id : servingSize
type : System.Int32
description : The serving size the buyable variations should be assigned.
- id : container
type : TinyLife.Skills.FoodType.ContainerType
description : The container that buyable variations should be returned for.
return :
type : System.Action{TinyLife.Objects.Furniture}[]
description : The buyable variations of the given container.
content.vb : Public Shared Function GetBuyableVariations(servingSize As Integer, container As FoodType.ContainerType) As Action(Of Furniture)()
overload : TinyLife.Skills.FoodType.GetBuyableVariations*
nameWithType.vb : FoodType.GetBuyableVariations(Integer, FoodType.ContainerType)
fullName.vb : TinyLife.Skills.FoodType.GetBuyableVariations(Integer, TinyLife.Skills.FoodType.ContainerType)
name.vb : GetBuyableVariations(Integer, ContainerType)
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Actions.ActionType.GetIngredientsSingle
commentId : F:TinyLife.Actions.ActionType.GetIngredientsSingle
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetIngredientsSingle
2023-03-30 18:07:55 +02:00
name : GetIngredientsSingle
nameWithType : ActionType.GetIngredientsSingle
fullName : TinyLife.Actions.ActionType.GetIngredientsSingle
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.Texture
commentId : T:Microsoft.Xna.Framework.Graphics.Texture
isExternal : true
2023-03-30 18:07:55 +02:00
name : Texture
nameWithType : Texture
fullName : Microsoft.Xna.Framework.Graphics.Texture
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.ContainerType
commentId : T:TinyLife.Skills.FoodType.ContainerType
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2022-05-24 13:36:05 +02:00
name : FoodType.ContainerType
nameWithType : FoodType.ContainerType
fullName : TinyLife.Skills.FoodType.ContainerType
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.ContainerType
name : ContainerType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.ContainerType.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.ContainerType
name : ContainerType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.ContainerType.html
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
commentId : M:TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
2024-01-07 16:53:47 +01:00
href : TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
2023-03-30 18:07:55 +02:00
name : GetCustomFurnitureTextures(ModInfo)
nameWithType : Mod.GetCustomFurnitureTextures(ModInfo)
fullName : TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
spec.csharp :
- uid : TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
name : GetCustomFurnitureTextures
2024-01-07 16:53:47 +01:00
href : TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Mods.ModInfo
name : ModInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Mods.ModInfo.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo)
name : GetCustomFurnitureTextures
2024-01-07 16:53:47 +01:00
href : TinyLife.Mods.Mod.html#TinyLife_Mods_Mod_GetCustomFurnitureTextures_TinyLife_Mods_ModInfo_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Mods.ModInfo
name : ModInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Mods.ModInfo.html
2023-03-30 18:07:55 +02:00
- name : )
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.Name
commentId : F:TinyLife.Skills.FoodType.Name
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Name
2023-03-30 18:07:55 +02:00
name : Name
nameWithType : FoodType.Name
fullName : TinyLife.Skills.FoodType.Name
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
commentId : M:TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Register_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
name : Register(FoodType)
nameWithType : FoodType.Register(FoodType)
fullName : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
spec.csharp :
- uid : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
name : Register
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Register_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)
name : Register
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Register_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills
commentId : N : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Skills
nameWithType : TinyLife.Skills
fullName : TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills
name : Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.html
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2024-02-02 18:13:42 +01:00
- uid : MLEM.Misc.GenericDataHolder
commentId : T:MLEM.Misc.GenericDataHolder
parent : MLEM.Misc
isExternal : true
name : GenericDataHolder
nameWithType : GenericDataHolder
fullName : MLEM.Misc.GenericDataHolder
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Emotions.IEmotionSource
commentId : T:TinyLife.Emotions.IEmotionSource
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2023-03-30 18:07:55 +02:00
name : IEmotionSource
nameWithType : IEmotionSource
fullName : TinyLife.Emotions.IEmotionSource
2024-02-02 18:13:42 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Misc.GenericDataHolder
definition : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
- name : <
- name : T
- name : '>'
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
- name : )
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : GenericDataHolder.GetData<T>(string)
fullName : MLEM.Misc.GenericDataHolder.GetData<T>(string)
nameWithType.vb : GenericDataHolder.GetData(Of T)(String)
fullName.vb : MLEM.Misc.GenericDataHolder.GetData(Of T)(String)
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
name : GetData
isExternal : true
- name : <
- name : T
- name : '>'
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
name : GetData
isExternal : true
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
commentId : M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : GenericDataHolder.GetDataKeys()
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Skills.FoodType.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<FoodType>(FoodType)
nameWithType : Extensions.JsonCopy<FoodType>(FoodType)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType>(TinyLife.Skills.FoodType)
nameWithType.vb : Extensions.JsonCopy(Of FoodType)(FoodType)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType)(TinyLife.Skills.FoodType)
name.vb : JsonCopy(Of FoodType)(FoodType)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
2024-02-02 18:13:42 +01:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Emotions
commentId : N : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
name : TinyLife.Emotions
nameWithType : TinyLife.Emotions
fullName : TinyLife.Emotions
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2024-02-02 18:13:42 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
- name : <
- name : T
- name : '>'
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType
commentId : T:TinyLife.Skills.FoodType
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
name : FoodType
nameWithType : FoodType
fullName : TinyLife.Skills.FoodType
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.FoodType}
commentId : T:System.Collections.ObjectModel.ReadOnlyDictionary{System.String,TinyLife.Skills.FoodType}
parent : System.Collections.ObjectModel
definition : System.Collections.ObjectModel.ReadOnlyDictionary`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
name : ReadOnlyDictionary<string, FoodType>
nameWithType : ReadOnlyDictionary<string, FoodType>
fullName : System.Collections.ObjectModel.ReadOnlyDictionary<string, TinyLife.Skills.FoodType>
2022-05-24 13:36:05 +02:00
nameWithType.vb : ReadOnlyDictionary(Of String, FoodType)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Collections.ObjectModel.ReadOnlyDictionary(Of String, TinyLife.Skills.FoodType)
2022-05-24 13:36:05 +02:00
name.vb : ReadOnlyDictionary(Of String, FoodType)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary`2
name : ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary`2
name : ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
- name : )
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary`2
commentId : T:System.Collections.ObjectModel.ReadOnlyDictionary`2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2022-05-24 13:36:05 +02:00
name : ReadOnlyDictionary<TKey, TValue>
nameWithType : ReadOnlyDictionary<TKey, TValue>
fullName : System.Collections.ObjectModel.ReadOnlyDictionary<TKey, TValue>
nameWithType.vb : ReadOnlyDictionary(Of TKey, TValue)
fullName.vb : System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue)
name.vb : ReadOnlyDictionary(Of TKey, TValue)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary`2
name : ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
2021-08-04 06:51:12 +02:00
- name : <
- name : TKey
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- name : TValue
- name : '>'
spec.vb :
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel.ReadOnlyDictionary`2
name : ReadOnlyDictionary
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.readonlydictionary-2
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : TKey
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- name : TValue
- name : )
2022-05-24 13:36:05 +02:00
- uid : System.Collections.ObjectModel
commentId : N : System.Collections.ObjectModel
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name : System.Collections.ObjectModel
nameWithType : System.Collections.ObjectModel
fullName : System.Collections.ObjectModel
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.ObjectModel
name : ObjectModel
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
spec.vb :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.ObjectModel
name : ObjectModel
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.objectmodel
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.FoodRestriction
commentId : T:TinyLife.Skills.FoodType.FoodRestriction
2022-06-10 12:18:26 +02:00
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2024-03-09 19:49:55 +01:00
name : FoodType.FoodRestriction
nameWithType : FoodType.FoodRestriction
fullName : TinyLife.Skills.FoodType.FoodRestriction
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.FoodRestriction
name : FoodRestriction
href : TinyLife.Skills.FoodType.FoodRestriction.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.FoodRestriction
name : FoodRestriction
href : TinyLife.Skills.FoodType.FoodRestriction.html
- uid : TinyLife.Skills.FoodType.FoodRestriction[]
2022-06-09 20:12:10 +02:00
isExternal : true
2024-03-09 19:49:55 +01:00
href : TinyLife.Skills.FoodType.FoodRestriction.html
name : FoodRestriction[]
nameWithType : FoodType.FoodRestriction[]
fullName : TinyLife.Skills.FoodType.FoodRestriction[]
nameWithType.vb : FoodType.FoodRestriction()
fullName.vb : TinyLife.Skills.FoodType.FoodRestriction()
name.vb : FoodRestriction()
2022-06-09 20:12:10 +02:00
spec.csharp :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.FoodRestriction
name : FoodRestriction
href : TinyLife.Skills.FoodType.FoodRestriction.html
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2022-06-09 20:12:10 +02:00
spec.vb :
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.FoodRestriction
name : FoodRestriction
href : TinyLife.Skills.FoodType.FoodRestriction.html
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2022-11-12 13:53:28 +01:00
- uid : System.Action
commentId : T:System.Action
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
2022-03-09 16:13:05 +01:00
name : Action
nameWithType : Action
2022-11-12 13:53:28 +01:00
fullName : System.Action
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Skills.FoodType.OnEaten
commentId : P:TinyLife.Skills.FoodType.OnEaten
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_OnEaten
2023-03-30 18:07:55 +02:00
name : OnEaten
nameWithType : FoodType.OnEaten
fullName : TinyLife.Skills.FoodType.OnEaten
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
commentId : M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
name : InvokeOnEaten(ActionInfo, FoodTypedItem)
nameWithType : FoodType.InvokeOnEaten(ActionInfo, FoodTypedItem)
fullName : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
name : InvokeOnEaten
2024-04-14 17:55:54 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
2023-03-30 18:07:55 +02:00
- name : (
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
name : InvokeOnEaten
2024-04-14 17:55:54 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
2023-03-30 18:07:55 +02:00
- name : (
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : )
2024-04-14 17:55:54 +02:00
- uid : System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType}
commentId : T:System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem,TinyLife.Skills.FoodType}
2022-01-08 12:41:09 +01:00
parent : System
2022-06-09 20:12:10 +02:00
definition : System.Action`3
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
2024-04-14 17:55:54 +02:00
name : Action<ActionInfo, FoodTypedItem, FoodType>
nameWithType : Action<ActionInfo, FoodTypedItem, FoodType>
fullName : System.Action<TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem, TinyLife.Skills.FoodType>
nameWithType.vb : Action(Of ActionInfo, FoodTypedItem, FoodType)
fullName.vb : System.Action(Of TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem, TinyLife.Skills.FoodType)
name.vb : Action(Of ActionInfo, FoodTypedItem, FoodType)
2022-01-08 12:41:09 +01:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Action`3
2022-01-08 12:41:09 +01:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
2022-01-08 12:41:09 +01:00
- name : <
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2022-01-08 12:41:09 +01:00
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Action`3
2022-01-08 12:41:09 +01:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2022-01-08 12:41:09 +01:00
- name : )
2022-06-09 20:12:10 +02:00
- uid : System.Action`3
commentId : T:System.Action`3
2022-01-08 12:41:09 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
2022-06-09 20:12:10 +02:00
name : Action<T1, T2, T3>
nameWithType : Action<T1, T2, T3>
fullName : System.Action<T1, T2, T3>
nameWithType.vb : Action(Of T1, T2, T3)
fullName.vb : System.Action(Of T1, T2, T3)
name.vb : Action(Of T1, T2, T3)
2022-01-08 12:41:09 +01:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Action`3
2022-01-08 12:41:09 +01:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
2022-01-08 12:41:09 +01:00
- name : <
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : T2
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : T3
2022-01-08 12:41:09 +01:00
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Action`3
2022-01-08 12:41:09 +01:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
2022-01-08 12:41:09 +01:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-08 12:41:09 +01:00
- name : T2
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : T3
2022-01-08 12:41:09 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
commentId : M:TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
2023-05-26 15:16:22 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetPrice_TinyLife_Objects_PersonLike_System_Int32_System_Single_System_Single__System_Nullable_System_Single___
name : GetPrice(PersonLike, int, float, out float, out float?)
nameWithType : FoodType.GetPrice(PersonLike, int, float, out float, out float?)
fullName : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike, int, float, out float, out float?)
nameWithType.vb : FoodType.GetPrice(PersonLike, Integer, Single, Single, Single?)
fullName.vb : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike, Integer, Single, Single, Single?)
name.vb : GetPrice(PersonLike, Integer, Single, Single, Single?)
2023-05-26 15:16:22 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
2023-05-26 15:16:22 +02:00
name : GetPrice
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetPrice_TinyLife_Objects_PersonLike_System_Int32_System_Single_System_Single__System_Nullable_System_Single___
2023-05-26 15:16:22 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- name : out
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- name : out
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.GetPrice(TinyLife.Objects.PersonLike,System.Int32,System.Single,System.Single@,System.Nullable{System.Single}@)
2023-05-26 15:16:22 +02:00
name : GetPrice
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetPrice_TinyLife_Objects_PersonLike_System_Int32_System_Single_System_Single__System_Nullable_System_Single___
2023-05-26 15:16:22 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : )
- uid : TinyLife.Skills.FoodType.GetPriceDelegate
commentId : T:TinyLife.Skills.FoodType.GetPriceDelegate
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-05-26 15:16:22 +02:00
name : FoodType.GetPriceDelegate
nameWithType : FoodType.GetPriceDelegate
fullName : TinyLife.Skills.FoodType.GetPriceDelegate
spec.csharp :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-05-26 15:16:22 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.GetPriceDelegate
name : GetPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.GetPriceDelegate.html
2023-05-26 15:16:22 +02:00
spec.vb :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-05-26 15:16:22 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.GetPriceDelegate
name : GetPriceDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.GetPriceDelegate.html
2021-08-04 06:51:12 +02:00
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : string
nameWithType : string
fullName : string
nameWithType.vb : String
fullName.vb : String
name.vb : String
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Skills.FoodType.RequiredSkill
commentId : P:TinyLife.Skills.FoodType.RequiredSkill
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_RequiredSkill
2023-06-25 15:41:49 +02:00
name : RequiredSkill
nameWithType : FoodType.RequiredSkill
fullName : TinyLife.Skills.FoodType.RequiredSkill
2021-08-04 06:51:12 +02:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
- uid : System.Single
commentId : T:System.Single
parent : System
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
commentId : T:Microsoft.Xna.Framework.Color
parent : Microsoft.Xna.Framework
2022-05-24 13:36:05 +02:00
isExternal : true
name : Color
nameWithType : Color
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Color
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.IngredientSource
commentId : T:TinyLife.Skills.FoodType.IngredientSource
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
name : FoodType.IngredientSource
nameWithType : FoodType.IngredientSource
fullName : TinyLife.Skills.FoodType.IngredientSource
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.IngredientSource
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Skills.FoodType.IngredientSource
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource}
commentId : T:System.Collections.Generic.ISet{TinyLife.Skills.FoodType.IngredientSource}
2022-05-24 13:36:05 +02:00
parent : System.Collections.Generic
2022-06-09 20:12:10 +02:00
definition : System.Collections.Generic.ISet`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
2022-06-09 20:12:10 +02:00
name : ISet<FoodType.IngredientSource>
nameWithType : ISet<FoodType.IngredientSource>
fullName : System.Collections.Generic.ISet<TinyLife.Skills.FoodType.IngredientSource>
nameWithType.vb : ISet(Of FoodType.IngredientSource)
fullName.vb : System.Collections.Generic.ISet(Of TinyLife.Skills.FoodType.IngredientSource)
name.vb : ISet(Of FoodType.IngredientSource)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet`1
name : ISet
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
2022-05-24 13:36:05 +02:00
- name : <
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.IngredientSource
2023-03-30 18:07:55 +02:00
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2022-05-24 13:36:05 +02:00
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet`1
name : ISet
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : .
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.IngredientSource
2023-03-30 18:07:55 +02:00
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2022-05-24 13:36:05 +02:00
- name : )
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet`1
commentId : T:System.Collections.Generic.ISet`1
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
2022-06-09 20:12:10 +02:00
name : ISet<T>
nameWithType : ISet<T>
fullName : System.Collections.Generic.ISet<T>
nameWithType.vb : ISet(Of T)
fullName.vb : System.Collections.Generic.ISet(Of T)
name.vb : ISet(Of T)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet`1
name : ISet
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
2022-05-24 13:36:05 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.ISet`1
name : ISet
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.iset-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.SkillType
commentId : T:TinyLife.Skills.SkillType
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.SkillType.html
2022-07-04 16:50:43 +02:00
name : SkillType
nameWithType : SkillType
fullName : TinyLife.Skills.SkillType
- uid : TinyLife.Skills.FoodType.RequiredSkillLevel
commentId : F:TinyLife.Skills.FoodType.RequiredSkillLevel
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_RequiredSkillLevel
2023-03-30 18:07:55 +02:00
name : RequiredSkillLevel
nameWithType : FoodType.RequiredSkillLevel
fullName : TinyLife.Skills.FoodType.RequiredSkillLevel
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Skills.SkillType.Cooking
commentId : F:TinyLife.Skills.SkillType.Cooking
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_Cooking
2023-06-25 15:41:49 +02:00
name : Cooking
nameWithType : SkillType.Cooking
fullName : TinyLife.Skills.SkillType.Cooking
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.RequiredSkill*
commentId : Overload:TinyLife.Skills.FoodType.RequiredSkill
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_RequiredSkill
2022-07-04 16:50:43 +02:00
name : RequiredSkill
nameWithType : FoodType.RequiredSkill
fullName : TinyLife.Skills.FoodType.RequiredSkill
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.ObjectCategory.Stove
commentId : F:TinyLife.Objects.ObjectCategory.Stove
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_Stove
2023-03-30 18:07:55 +02:00
name : Stove
nameWithType : ObjectCategory.Stove
fullName : TinyLife.Objects.ObjectCategory.Stove
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.ObjectCategory.Oven
commentId : F:TinyLife.Objects.ObjectCategory.Oven
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_Oven
2023-03-30 18:07:55 +02:00
name : Oven
nameWithType : ObjectCategory.Oven
fullName : TinyLife.Objects.ObjectCategory.Oven
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.IngredientSource.Fridge
commentId : F:TinyLife.Skills.FoodType.IngredientSource.Fridge
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_Fridge
2023-03-30 18:07:55 +02:00
name : Fridge
nameWithType : FoodType.IngredientSource.Fridge
fullName : TinyLife.Skills.FoodType.IngredientSource.Fridge
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.AdditionalObject*
commentId : Overload:TinyLife.Skills.FoodType.AdditionalObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_AdditionalObject
2022-07-04 16:50:43 +02:00
name : AdditionalObject
nameWithType : FoodType.AdditionalObject
fullName : TinyLife.Skills.FoodType.AdditionalObject
- uid : TinyLife.Objects.ObjectCategory
commentId : T:TinyLife.Objects.ObjectCategory
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html
2022-07-04 16:50:43 +02:00
name : ObjectCategory
nameWithType : ObjectCategory
fullName : TinyLife.Objects.ObjectCategory
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.FoodType.Container*
commentId : Overload:TinyLife.Skills.FoodType.Container
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Container
2022-05-24 13:36:05 +02:00
name : Container
nameWithType : FoodType.Container
fullName : TinyLife.Skills.FoodType.Container
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.OnEaten*
commentId : Overload:TinyLife.Skills.FoodType.OnEaten
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_OnEaten
2021-08-04 06:51:12 +02:00
name : OnEaten
nameWithType : FoodType.OnEaten
fullName : TinyLife.Skills.FoodType.OnEaten
2024-04-14 17:55:54 +02:00
- uid : System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
commentId : T:System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
2021-08-04 06:51:12 +02:00
parent : System
2022-06-09 20:12:10 +02:00
definition : System.Action`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2024-04-14 17:55:54 +02:00
name : Action<ActionInfo, FoodTypedItem>
nameWithType : Action<ActionInfo, FoodTypedItem>
fullName : System.Action<TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem>
nameWithType.vb : Action(Of ActionInfo, FoodTypedItem)
fullName.vb : System.Action(Of TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem)
name.vb : Action(Of ActionInfo, FoodTypedItem)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name : <
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2024-04-14 17:55:54 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
- name : )
2022-06-09 20:12:10 +02:00
- uid : System.Action`2
commentId : T:System.Action`2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-06-09 20:12:10 +02:00
name : Action<T1, T2>
nameWithType : Action<T1, T2>
fullName : System.Action<T1, T2>
nameWithType.vb : Action(Of T1, T2)
fullName.vb : System.Action(Of T1, T2)
name.vb : Action(Of T1, T2)
2021-08-04 06:51:12 +02:00
spec.csharp :
2022-06-09 20:12:10 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name : <
2022-06-09 20:12:10 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2022-06-09 20:12:10 +02:00
- uid : System.Action`2
2021-08-04 06:51:12 +02:00
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-06-09 20:12:10 +02:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : T2
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Actions.ActionType.CanExecuteDelegate
commentId : T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
name : ActionType.CanExecuteDelegate
nameWithType : ActionType.CanExecuteDelegate
fullName : TinyLife.Actions.ActionType.CanExecuteDelegate
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions.ActionType.CanExecuteDelegate
name : CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.CanExecuteDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions.ActionType.CanExecuteDelegate
name : CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.CanExecuteDelegate.html
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
2022-06-09 20:12:10 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_PersonLike_TinyLife_Objects_FoodTypedItem_System_Boolean_
name : CanEat(PersonLike, FoodTypedItem, bool)
nameWithType : FoodType.CanEat(PersonLike, FoodTypedItem, bool)
fullName : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike, TinyLife.Objects.FoodTypedItem, bool)
nameWithType.vb : FoodType.CanEat(PersonLike, FoodTypedItem, Boolean)
fullName.vb : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike, TinyLife.Objects.FoodTypedItem, Boolean)
name.vb : CanEat(PersonLike, FoodTypedItem, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
2023-03-30 18:07:55 +02:00
name : CanEat
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_PersonLike_TinyLife_Objects_FoodTypedItem_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean)
2023-03-30 18:07:55 +02:00
name : CanEat
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_PersonLike_TinyLife_Objects_FoodTypedItem_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.CanEatFunc*
commentId : Overload:TinyLife.Skills.FoodType.CanEatFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEatFunc
2022-06-09 20:12:10 +02:00
name : CanEatFunc
nameWithType : FoodType.CanEatFunc
fullName : TinyLife.Skills.FoodType.CanEatFunc
2024-06-09 17:05:30 +02:00
- uid : System.Func{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
commentId : T:System.Func{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
2022-06-09 20:12:10 +02:00
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2024-06-09 17:05:30 +02:00
name : Func<(PersonLike Person, FoodTypedItem Food, bool Automatic), CanExecuteResult>
nameWithType : Func<(PersonLike Person, FoodTypedItem Food, bool Automatic), CanExecuteResult>
fullName : System.Func<(TinyLife.Objects.PersonLike Person, TinyLife.Objects.FoodTypedItem Food, bool Automatic), TinyLife.Actions.CanExecuteResult>
nameWithType.vb : Func(Of (Person As PersonLike, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
fullName.vb : System.Func(Of (Person As TinyLife.Objects.PersonLike, Food As TinyLife.Objects.FoodTypedItem, Automatic As Boolean), TinyLife.Actions.CanExecuteResult)
name.vb : Func(Of (Person As PersonLike, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
2022-06-09 20:12:10 +02:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-06-09 20:12:10 +02:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Food
2023-03-30 18:07:55 +02:00
name : Food
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.food
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-06-09 20:12:10 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Automatic
2023-03-30 18:07:55 +02:00
name : Automatic
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.automatic
2023-03-30 18:07:55 +02:00
- name : )
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-06-09 20:12:10 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.person
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Food
2023-03-30 18:07:55 +02:00
name : Food
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.food
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Objects.FoodTypedItem
name : FoodTypedItem
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.FoodTypedItem,System.Boolean}.Automatic
2023-03-30 18:07:55 +02:00
name : Automatic
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.foodtypeditem,system.boolean-.automatic
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-06-09 20:12:10 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-06-09 20:12:10 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-11-12 13:53:28 +01:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2022-06-09 20:12:10 +02:00
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-06-09 20:12:10 +02:00
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-06-09 20:12:10 +02:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-06-09 20:12:10 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- name : TResult
- name : )
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
commentId : M:TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
2022-06-10 12:18:26 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreate_TinyLife_Actions_ActionInfo_System_Boolean_System_Int32_System_Single_System_Boolean_
2023-05-26 15:16:22 +02:00
name : CanCreate(ActionInfo, bool, int, float, bool)
nameWithType : FoodType.CanCreate(ActionInfo, bool, int, float, bool)
fullName : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, bool, int, float, bool)
nameWithType.vb : FoodType.CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
fullName.vb : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo, Boolean, Integer, Single, Boolean)
name.vb : CanCreate(ActionInfo, Boolean, Integer, Single, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
2023-03-30 18:07:55 +02:00
name : CanCreate
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreate_TinyLife_Actions_ActionInfo_System_Boolean_System_Int32_System_Single_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single,System.Boolean)
2023-03-30 18:07:55 +02:00
name : CanCreate
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreate_TinyLife_Actions_ActionInfo_System_Boolean_System_Int32_System_Single_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.CanCreateFunc*
commentId : Overload:TinyLife.Skills.FoodType.CanCreateFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreateFunc
2022-06-09 20:12:10 +02:00
name : CanCreateFunc
nameWithType : FoodType.CanCreateFunc
fullName : TinyLife.Skills.FoodType.CanCreateFunc
- uid : System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult}
commentId : T:System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single},TinyLife.Actions.CanExecuteResult}
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<(ActionInfo Info, bool Automatic, int ServingSize, float PriceMarkup), CanExecuteResult>
nameWithType : Func<(ActionInfo Info, bool Automatic, int ServingSize, float PriceMarkup), CanExecuteResult>
fullName : System.Func<(TinyLife.Actions.ActionInfo Info, bool Automatic, int ServingSize, float PriceMarkup), TinyLife.Actions.CanExecuteResult>
nameWithType.vb : Func(Of (Info As ActionInfo, Automatic As Boolean, ServingSize As Integer, PriceMarkup As Single), CanExecuteResult)
fullName.vb : System.Func(Of (Info As TinyLife.Actions.ActionInfo, Automatic As Boolean, ServingSize As Integer, PriceMarkup As Single), TinyLife.Actions.CanExecuteResult)
name.vb : Func(Of (Info As ActionInfo, Automatic As Boolean, ServingSize As Integer, PriceMarkup As Single), CanExecuteResult)
2022-06-09 20:12:10 +02:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-06-09 20:12:10 +02:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.Info
name : Info
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.info
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.Automatic
name : Automatic
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.automatic
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.ServingSize
name : ServingSize
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.servingsize
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-06-09 20:12:10 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.PriceMarkup
name : PriceMarkup
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.pricemarkup
- name : )
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-06-09 20:12:10 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : (
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.Info
name : Info
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.info
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.Automatic
name : Automatic
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.automatic
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.ServingSize
name : ServingSize
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.servingsize
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single}.PriceMarkup
name : PriceMarkup
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,system.int32,system.single-.pricemarkup
- name : " "
- name : As
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-06-09 20:12:10 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-06-09 20:12:10 +02:00
- name : )
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.CustomTextureFunc*
commentId : Overload:TinyLife.Skills.FoodType.CustomTextureFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CustomTextureFunc
2022-07-04 16:50:43 +02:00
name : CustomTextureFunc
nameWithType : FoodType.CustomTextureFunc
fullName : TinyLife.Skills.FoodType.CustomTextureFunc
- uid : System.Func{System.Int32,MLEM.Textures.TextureRegion}
commentId : T:System.Func{System.Int32,MLEM.Textures.TextureRegion}
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<int, TextureRegion>
nameWithType : Func<int, TextureRegion>
fullName : System.Func<int, MLEM.Textures.TextureRegion>
nameWithType.vb : Func(Of Integer, TextureRegion)
fullName.vb : System.Func(Of Integer, MLEM.Textures.TextureRegion)
name.vb : Func(Of Integer, TextureRegion)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-04 16:50:43 +02:00
- name : <
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : )
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Skills.FoodType.CanHaveCandle*
commentId : Overload:TinyLife.Skills.FoodType.CanHaveCandle
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanHaveCandle
name : CanHaveCandle
nameWithType : FoodType.CanHaveCandle
fullName : TinyLife.Skills.FoodType.CanHaveCandle
2022-07-04 16:50:43 +02:00
- uid : System.Func{TinyLife.Objects.Food,System.Boolean}
commentId : T:System.Func{TinyLife.Objects.Food,System.Boolean}
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<Food, bool>
nameWithType : Func<Food, bool>
fullName : System.Func<TinyLife.Objects.Food, bool>
2022-07-04 16:50:43 +02:00
nameWithType.vb : Func(Of Food, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Func(Of TinyLife.Objects.Food, Boolean)
2022-07-04 16:50:43 +02:00
name.vb : Func(Of Food, Boolean)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-04 16:50:43 +02:00
- name : <
- uid : TinyLife.Objects.Food
name : Food
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Food.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Food
name : Food
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Food.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : )
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Skills.FoodType.Icon*
commentId : Overload:TinyLife.Skills.FoodType.Icon
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Icon
name : Icon
nameWithType : FoodType.Icon
fullName : TinyLife.Skills.FoodType.Icon
- uid : MLEM.Textures.TextureRegion
commentId : T:MLEM.Textures.TextureRegion
parent : MLEM.Textures
isExternal : true
name : TextureRegion
nameWithType : TextureRegion
fullName : MLEM.Textures.TextureRegion
- uid : MLEM.Textures
commentId : N : MLEM.Textures
isExternal : true
name : MLEM.Textures
nameWithType : MLEM.Textures
fullName : MLEM.Textures
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.LnCategory.Food
commentId : F:TinyLife.LnCategory.Food
2024-01-07 16:53:47 +01:00
href : TinyLife.LnCategory.html#TinyLife_LnCategory_Food
2023-03-30 18:07:55 +02:00
name : Food
nameWithType : LnCategory.Food
fullName : TinyLife.LnCategory.Food
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.DisplayName*
commentId : Overload:TinyLife.Skills.FoodType.DisplayName
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_DisplayName
2021-08-04 06:51:12 +02:00
name : DisplayName
nameWithType : FoodType.DisplayName
fullName : TinyLife.Skills.FoodType.DisplayName
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Emotions.EmotionModifier
commentId : T:TinyLife.Emotions.EmotionModifier
parent : TinyLife.Emotions
href : TinyLife.Emotions.EmotionModifier.html
name : EmotionModifier
nameWithType : EmotionModifier
fullName : TinyLife.Emotions.EmotionModifier
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Skills.FoodType.SourceString*
commentId : Overload:TinyLife.Skills.FoodType.SourceString
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_SourceString
2023-03-30 18:07:55 +02:00
name : SourceString
nameWithType : FoodType.SourceString
fullName : TinyLife.Skills.FoodType.SourceString
- uid : TinyLife.Emotions.IEmotionSource.SourceString
commentId : P:TinyLife.Emotions.IEmotionSource.SourceString
parent : TinyLife.Emotions.IEmotionSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html#TinyLife_Emotions_IEmotionSource_SourceString
2023-03-30 18:07:55 +02:00
name : SourceString
nameWithType : IEmotionSource.SourceString
fullName : TinyLife.Emotions.IEmotionSource.SourceString
2024-07-09 18:54:47 +02:00
- uid : TinyLife.Skills.FoodType.Container
commentId : P:TinyLife.Skills.FoodType.Container
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Container
name : Container
nameWithType : FoodType.Container
fullName : TinyLife.Skills.FoodType.Container
2022-05-24 13:36:05 +02:00
- uid : Microsoft.Xna.Framework.Color.White
commentId : P:Microsoft.Xna.Framework.Color.White
isExternal : true
2023-03-30 18:07:55 +02:00
name : White
nameWithType : Color.White
fullName : Microsoft.Xna.Framework.Color.White
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.#ctor*
commentId : Overload:TinyLife.Skills.FoodType.#ctor
2024-03-09 19:49:55 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType__ctor_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodRestriction_TinyLife_Skills_FoodType_IngredientSource_System_Nullable_Microsoft_Xna_Framework_Color__
2021-08-04 06:51:12 +02:00
name : FoodType
nameWithType : FoodType.FoodType
fullName : TinyLife.Skills.FoodType.FoodType
2023-03-30 18:07:55 +02:00
nameWithType.vb : FoodType.New
fullName.vb : TinyLife.Skills.FoodType.New
name.vb : New
2022-09-05 14:19:42 +02:00
- uid : System.Nullable{Microsoft.Xna.Framework.Color}
commentId : T:System.Nullable{Microsoft.Xna.Framework.Color}
2022-05-24 13:36:05 +02:00
parent : System
definition : System.Nullable`1
2023-03-30 18:07:55 +02:00
name : Color?
nameWithType : Color?
fullName : Microsoft.Xna.Framework.Color?
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-05-24 13:36:05 +02:00
spec.vb :
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
name : Color
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-05-24 13:36:05 +02:00
- uid : System.Nullable`1
commentId : T:System.Nullable`1
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-05-24 13:36:05 +02:00
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
2022-05-24 13:36:05 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- name : T
- name : )
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Skills.FoodType.OnGetPrice
commentId : E:TinyLife.Skills.FoodType.OnGetPrice
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_OnGetPrice
2023-05-26 15:16:22 +02:00
name : OnGetPrice
nameWithType : FoodType.OnGetPrice
fullName : TinyLife.Skills.FoodType.OnGetPrice
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.GetPrice*
commentId : Overload:TinyLife.Skills.FoodType.GetPrice
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetPrice_TinyLife_Objects_PersonLike_System_Int32_System_Single_System_Single__System_Nullable_System_Single___
2021-08-04 06:51:12 +02:00
name : GetPrice
nameWithType : FoodType.GetPrice
fullName : TinyLife.Skills.FoodType.GetPrice
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
2023-05-26 15:16:22 +02:00
parent : TinyLife.Objects
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
2023-05-26 15:16:22 +02:00
- uid : System.Nullable{System.Single}
commentId : T:System.Nullable{System.Single}
parent : System
definition : System.Nullable`1
href : https://learn.microsoft.com/dotnet/api/system.single
name : float?
nameWithType : float?
fullName : float?
nameWithType.vb : Single?
fullName.vb : Single?
name.vb : Single?
spec.csharp :
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
spec.vb :
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Food
commentId : T:TinyLife.Objects.Food
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Food.html
2022-05-24 13:36:05 +02:00
name : Food
nameWithType : Food
fullName : TinyLife.Objects.Food
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.Food.FoodLeft
commentId : F:TinyLife.Objects.Food.FoodLeft
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Food.html#TinyLife_Objects_Food_FoodLeft
2023-03-30 18:07:55 +02:00
name : FoodLeft
nameWithType : Food.FoodLeft
fullName : TinyLife.Objects.Food.FoodLeft
2022-07-28 14:58:38 +02:00
- uid : TinyLife.World.Map.Time
commentId : P:TinyLife.World.Map.Time
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html#TinyLife_World_Map_Time
2023-03-30 18:07:55 +02:00
name : Time
nameWithType : Map.Time
fullName : TinyLife.World.Map.Time
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.AutoGoalInfo
commentId : T:TinyLife.Goals.AutoGoalInfo
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.AutoGoalInfo.html
2021-10-14 20:30:40 +02:00
name : AutoGoalInfo
nameWithType : AutoGoalInfo
fullName : TinyLife.Goals.AutoGoalInfo
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
commentId : M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
parent : TinyLife.Objects.Furniture
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
name : SetCreator(PersonLike, bool)
nameWithType : Furniture.SetCreator(PersonLike, bool)
fullName : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike, bool)
nameWithType.vb : Furniture.SetCreator(PersonLike, Boolean)
fullName.vb : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike, Boolean)
name.vb : SetCreator(PersonLike, Boolean)
2021-10-14 20:30:40 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
name : SetCreator
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
2021-10-14 20:30:40 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.PersonLike,System.Boolean)
2021-10-14 20:30:40 +02:00
name : SetCreator
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.Furniture.html#TinyLife_Objects_Furniture_SetCreator_TinyLife_Objects_PersonLike_System_Boolean_
2021-10-14 20:30:40 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Construct*
commentId : Overload:TinyLife.Skills.FoodType.Construct
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Construct_TinyLife_World_Map_TinyLife_Skills_Quality_System_TimeSpan_System_Int32_TinyLife_Objects_PersonLike_System_Nullable_System_Guid__System_Boolean_
2021-08-04 06:51:12 +02:00
name : Construct
nameWithType : FoodType.Construct
fullName : TinyLife.Skills.FoodType.Construct
- uid : TinyLife.World.Map
commentId : T:TinyLife.World.Map
parent : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
name : Map
nameWithType : Map
fullName : TinyLife.World.Map
- uid : TinyLife.Skills.Quality
commentId : T:TinyLife.Skills.Quality
parent : TinyLife.Skills
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.Quality.html
2021-08-04 06:51:12 +02:00
name : Quality
nameWithType : Quality
fullName : TinyLife.Skills.Quality
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
- uid : System.Nullable{System.Guid}
commentId : T:System.Nullable{System.Guid}
parent : System
definition : System.Nullable`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
name : Guid?
nameWithType : Guid?
fullName : System.Guid?
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Guid
name : Guid
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2021-08-04 06:51:12 +02:00
spec.vb :
- uid : System.Guid
name : Guid
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-10-14 20:30:40 +02:00
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Furniture
commentId : T:TinyLife.Objects.Furniture
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Furniture.html
2021-10-14 20:30:40 +02:00
name : Furniture
nameWithType : Furniture
fullName : TinyLife.Objects.Furniture
2021-08-04 06:51:12 +02:00
- uid : TinyLife.World
commentId : N : TinyLife.World
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.World
name : World
2024-01-07 16:53:47 +01:00
href : TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FoodTypedItem
commentId : T:TinyLife.Objects.FoodTypedItem
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FoodTypedItem.html
2021-08-04 06:51:12 +02:00
name : FoodTypedItem
nameWithType : FoodTypedItem
fullName : TinyLife.Objects.FoodTypedItem
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.FurnitureType
commentId : T:TinyLife.Objects.FurnitureType
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2022-05-24 13:36:05 +02:00
name : FurnitureType
nameWithType : FurnitureType
fullName : TinyLife.Objects.FurnitureType
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.ConstructUnfinished*
commentId : Overload:TinyLife.Skills.FoodType.ConstructUnfinished
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_ConstructUnfinished_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_TimeSpan_System_Int32_TinyLife_Objects_PersonLike_System_Nullable_System_Guid__System_Boolean_
2021-08-04 06:51:12 +02:00
name : ConstructUnfinished
nameWithType : FoodType.ConstructUnfinished
fullName : TinyLife.Skills.FoodType.ConstructUnfinished
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Actions.CanExecuteResult
commentId : T:TinyLife.Actions.CanExecuteResult
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2022-06-09 20:12:10 +02:00
name : CanExecuteResult
nameWithType : CanExecuteResult
fullName : TinyLife.Actions.CanExecuteResult
2022-06-10 12:18:26 +02:00
- uid : TinyLife.Skills.FoodType.CanEatFunc
commentId : P:TinyLife.Skills.FoodType.CanEatFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEatFunc
2023-03-30 18:07:55 +02:00
name : CanEatFunc
nameWithType : FoodType.CanEatFunc
fullName : TinyLife.Skills.FoodType.CanEatFunc
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.Restrictions
commentId : F:TinyLife.Skills.FoodType.Restrictions
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Restrictions
name : Restrictions
nameWithType : FoodType.Restrictions
fullName : TinyLife.Skills.FoodType.Restrictions
2022-06-10 12:18:26 +02:00
- uid : TinyLife.Skills.FoodType.CanEat*
commentId : Overload:TinyLife.Skills.FoodType.CanEat
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanEat_TinyLife_Objects_PersonLike_TinyLife_Objects_FoodTypedItem_System_Boolean_
2022-06-10 12:18:26 +02:00
name : CanEat
nameWithType : FoodType.CanEat
fullName : TinyLife.Skills.FoodType.CanEat
- uid : TinyLife.Skills.FoodType.CanCreateFunc
commentId : P:TinyLife.Skills.FoodType.CanCreateFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreateFunc
2023-03-30 18:07:55 +02:00
name : CanCreateFunc
nameWithType : FoodType.CanCreateFunc
fullName : TinyLife.Skills.FoodType.CanCreateFunc
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.AdditionalObject
commentId : P:TinyLife.Skills.FoodType.AdditionalObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_AdditionalObject
2023-03-30 18:07:55 +02:00
name : AdditionalObject
nameWithType : FoodType.AdditionalObject
fullName : TinyLife.Skills.FoodType.AdditionalObject
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.CanCreate*
commentId : Overload:TinyLife.Skills.FoodType.CanCreate
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CanCreate_TinyLife_Actions_ActionInfo_System_Boolean_System_Int32_System_Single_System_Boolean_
2022-06-09 20:12:10 +02:00
name : CanCreate
nameWithType : FoodType.CanCreate
fullName : TinyLife.Skills.FoodType.CanCreate
- uid : TinyLife.Actions.ActionInfo
commentId : T:TinyLife.Actions.ActionInfo
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2022-06-09 20:12:10 +02:00
name : ActionInfo
nameWithType : ActionInfo
fullName : TinyLife.Actions.ActionInfo
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Skills.FoodType.GetRestrictionsDescription*
commentId : Overload:TinyLife.Skills.FoodType.GetRestrictionsDescription
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetRestrictionsDescription_System_Boolean_
name : GetRestrictionsDescription
nameWithType : FoodType.GetRestrictionsDescription
fullName : TinyLife.Skills.FoodType.GetRestrictionsDescription
2022-06-09 20:12:10 +02:00
- uid : System.Collections.Generic.IEnumerable{System.String}
commentId : T:System.Collections.Generic.IEnumerable{System.String}
2021-08-04 06:51:12 +02:00
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : IEnumerable<string>
nameWithType : IEnumerable<string>
fullName : System.Collections.Generic.IEnumerable<string>
2022-06-09 20:12:10 +02:00
nameWithType.vb : IEnumerable(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Collections.Generic.IEnumerable(Of String)
2022-06-09 20:12:10 +02:00
name.vb : IEnumerable(Of String)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name : <
2022-06-09 20:12:10 +02:00
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-06-09 20:12:10 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2022-06-09 20:12:10 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
2022-06-10 12:18:26 +02:00
- uid : TinyLife.Skills.FoodType.Sources
commentId : F:TinyLife.Skills.FoodType.Sources
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Sources
2023-03-30 18:07:55 +02:00
name : Sources
nameWithType : FoodType.Sources
fullName : TinyLife.Skills.FoodType.Sources
2022-06-10 12:18:26 +02:00
- uid : TinyLife.Skills.FoodType.IngredientSource.OnEaten
commentId : P:TinyLife.Skills.FoodType.IngredientSource.OnEaten
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_OnEaten
2023-03-30 18:07:55 +02:00
name : OnEaten
nameWithType : FoodType.IngredientSource.OnEaten
fullName : TinyLife.Skills.FoodType.IngredientSource.OnEaten
2022-06-10 12:18:26 +02:00
- uid : TinyLife.Actions.ActionType.Eat
commentId : F:TinyLife.Actions.ActionType.Eat
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_Eat
2023-03-30 18:07:55 +02:00
name : Eat
nameWithType : ActionType.Eat
fullName : TinyLife.Actions.ActionType.Eat
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.InvokeOnEaten*
commentId : Overload:TinyLife.Skills.FoodType.InvokeOnEaten
2024-04-14 17:55:54 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
2022-06-09 20:12:10 +02:00
name : InvokeOnEaten
nameWithType : FoodType.InvokeOnEaten
fullName : TinyLife.Skills.FoodType.InvokeOnEaten
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.CustomTextureFunc
commentId : P:TinyLife.Skills.FoodType.CustomTextureFunc
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CustomTextureFunc
2023-03-30 18:07:55 +02:00
name : CustomTextureFunc
nameWithType : FoodType.CustomTextureFunc
fullName : TinyLife.Skills.FoodType.CustomTextureFunc
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
commentId : M:TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetDefaultTexture_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
name : GetDefaultTexture(FoodType)
nameWithType : FoodType.ContainerType.GetDefaultTexture(FoodType)
fullName : TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
spec.csharp :
- uid : TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
name : GetDefaultTexture
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetDefaultTexture_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)
name : GetDefaultTexture
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.ContainerType.html#TinyLife_Skills_FoodType_ContainerType_GetDefaultTexture_TinyLife_Skills_FoodType_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Skills.FoodType
name : FoodType
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name : )
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Skills.FoodType.GetTexture*
commentId : Overload:TinyLife.Skills.FoodType.GetTexture
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetTexture_System_Int32_
2022-07-04 16:50:43 +02:00
name : GetTexture
nameWithType : FoodType.GetTexture
fullName : TinyLife.Skills.FoodType.GetTexture
2022-06-09 20:12:10 +02:00
- uid : TinyLife.Skills.FoodType.Register*
commentId : Overload:TinyLife.Skills.FoodType.Register
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Register_TinyLife_Skills_FoodType_
2022-06-09 20:12:10 +02:00
name : Register
nameWithType : FoodType.Register
fullName : TinyLife.Skills.FoodType.Register
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Skills.FoodType.GetPossibleArguments*
commentId : Overload:TinyLife.Skills.FoodType.GetPossibleArguments
2024-06-09 17:05:30 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetPossibleArguments_TinyLife_Objects_PersonLike_System_Int32_TinyLife_Skills_FoodType_IngredientSource_System_Single_TinyLife_Skills_SkillType_System_Boolean_
2023-10-11 16:05:32 +02:00
name : GetPossibleArguments
nameWithType : FoodType.GetPossibleArguments
fullName : TinyLife.Skills.FoodType.GetPossibleArguments
- uid : System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
commentId : T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
2022-06-09 20:12:10 +02:00
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2023-10-11 16:05:32 +02:00
name : IEnumerable<ActionArgument>
nameWithType : IEnumerable<ActionArgument>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionArgument>
nameWithType.vb : IEnumerable(Of ActionArgument)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionArgument)
name.vb : IEnumerable(Of ActionArgument)
2022-06-09 20:12:10 +02:00
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-06-09 20:12:10 +02:00
- name : <
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Actions.ActionArgument
name : ActionArgument
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionArgument.html
2022-06-09 20:12:10 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2023-10-11 16:05:32 +02:00
- uid : TinyLife.Actions.ActionArgument
name : ActionArgument
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionArgument.html
2022-06-09 20:12:10 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.Types
commentId : F:TinyLife.Skills.FoodType.Types
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_Types
2023-03-30 18:07:55 +02:00
name : Types
nameWithType : FoodType.Types
fullName : TinyLife.Skills.FoodType.Types
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.FoodType.GetAllContainers*
commentId : Overload:TinyLife.Skills.FoodType.GetAllContainers
2024-08-31 11:17:42 +02:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetAllContainers_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
name : GetAllContainers
nameWithType : FoodType.GetAllContainers
fullName : TinyLife.Skills.FoodType.GetAllContainers
2024-07-09 18:54:47 +02:00
- uid : System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
commentId : T:System.Collections.Generic.IEnumerable{TinyLife.Objects.FurnitureType}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : IEnumerable<FurnitureType>
nameWithType : IEnumerable<FurnitureType>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Objects.FurnitureType>
nameWithType.vb : IEnumerable(Of FurnitureType)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Objects.FurnitureType)
name.vb : IEnumerable(Of FurnitureType)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-07-09 18:54:47 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2024-07-09 18:54:47 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
spec.vb :
2024-07-09 18:54:47 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : )
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Skills.FoodType.CreateBaked*
commentId : Overload:TinyLife.Skills.FoodType.CreateBaked
2024-03-09 19:49:55 +01:00
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_CreateBaked_System_String_System_Int32_System_Int32_System_Single_TinyLife_Skills_FoodType_FoodRestriction_System_Boolean_TinyLife_Skills_FoodType_IngredientSource___
2023-06-25 15:41:49 +02:00
name : CreateBaked
nameWithType : FoodType.CreateBaked
fullName : TinyLife.Skills.FoodType.CreateBaked
- uid : TinyLife.Skills.FoodType.IngredientSource[]
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2023-06-25 15:41:49 +02:00
name : IngredientSource[]
nameWithType : FoodType.IngredientSource[]
fullName : TinyLife.Skills.FoodType.IngredientSource[]
nameWithType.vb : FoodType.IngredientSource()
fullName.vb : TinyLife.Skills.FoodType.IngredientSource()
name.vb : IngredientSource()
spec.csharp :
- uid : TinyLife.Skills.FoodType.IngredientSource
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2023-06-25 15:41:49 +02:00
- name : '['
- name : ']'
spec.vb :
- uid : TinyLife.Skills.FoodType.IngredientSource
name : IngredientSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Skills.FoodType.IngredientSource.html
2023-06-25 15:41:49 +02:00
- name : (
- name : )
2024-08-08 15:31:03 +02:00
- uid : TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_BuyableVariations
name : BuyableVariations
nameWithType : FurnitureType.TypeSettings.BuyableVariations
fullName : TinyLife.Objects.FurnitureType.TypeSettings.BuyableVariations
- uid : TinyLife.Skills.FoodType.GetBuyableVariations*
commentId : Overload:TinyLife.Skills.FoodType.GetBuyableVariations
href : TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_GetBuyableVariations_System_Int32_TinyLife_Skills_FoodType_ContainerType_
name : GetBuyableVariations
nameWithType : FoodType.GetBuyableVariations
fullName : TinyLife.Skills.FoodType.GetBuyableVariations
- uid : System.Action{TinyLife.Objects.Furniture}[]
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
name : Action<Furniture>[]
nameWithType : Action<Furniture>[]
fullName : System.Action<TinyLife.Objects.Furniture>[]
nameWithType.vb : Action(Of Furniture)()
fullName.vb : System.Action(Of TinyLife.Objects.Furniture)()
name.vb : Action(Of Furniture)()
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
href : TinyLife.Objects.Furniture.html
- name : '>'
- name : '['
- name : ']'
spec.vb :
- uid : System.Action`1
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.Furniture
name : Furniture
href : TinyLife.Objects.Furniture.html
- name : )
- name : (
- name : )