This commit is contained in:
Ell 2023-04-27 18:53:16 +02:00
parent 69f687dfec
commit dab581ce18
81 changed files with 5275 additions and 5047 deletions

View file

@ -1,3 +1,14 @@
# 0.31.4
*April 27, 2023*
Improvements
- Prioritize the cooking action when asking an adult for food
Fixes
- Fixed objects out of bounds being able to crash the game
- Fixed a rare exception when spawning an item from a bookshelf or toy box
- Fixed Tinies being kind of addicted to getting jobs on their own
# 0.31.3 # 0.31.3
*April 26, 2023* *April 26, 2023*

View file

@ -11,7 +11,7 @@
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CanStartNow": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanStartNow": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.ElapsedTime": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ElapsedTime": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
@ -125,6 +125,7 @@
"TinyLife.Actions.ActionType.AskWhy": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskWhy": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.Babble": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Babble": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BatheBaby": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml",
@ -539,12 +540,6 @@
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml", "TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance": "TinyLife.Actions.ChoicePromptInfo.Option.yml", "TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Options": "TinyLife.Actions.ChoicePromptInfo.yml", "TinyLife.Actions.ChoicePromptInfo.Options": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.CleanUpBabyAction": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CleanUpBabyAction.CreateFirstActions": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CleanUpBabyAction.IsHoldingParty": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.CleanUpBabyAction.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
@ -868,6 +863,7 @@
"TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.CreateFirstActions": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Debug": "TinyLife.Debug.yml", "TinyLife.Debug": "TinyLife.Debug.yml",
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml", "TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
@ -1570,11 +1566,15 @@
"TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.ActionSpot.SinkSpots(System.Single)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml",
"TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.Bathtub": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.Bathtub.HasWater": "TinyLife.Objects.Bathtub.yml",
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
@ -1771,6 +1771,7 @@
"TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BabyBathtub": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BabyBook": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BabyBook": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml",
@ -2098,6 +2099,7 @@
"TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.BabyBathtub": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.BabySittable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BabySittable": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml",
"TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml",
@ -2422,7 +2424,7 @@
"TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml", "TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml",
"TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml", "TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonAi.yml", "TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)": "TinyLife.Objects.PersonAi.yml",
"TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml", "TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml",
"TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml", "TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml",
"TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml", "TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml",

View file

@ -14,7 +14,7 @@ items:
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Action.CanStartNow - TinyLife.Actions.Action.CanStartNow
- TinyLife.Actions.Action.CausesExtremelyFastSpeed - TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1493,16 +1493,16 @@ items:
description: Whether it was possible to face in the partner's direction. description: Whether it was possible to face in the partner's direction.
content.vb: Public Function FacePartner(partner As Person) As Boolean content.vb: Public Function FacePartner(partner As Person) As Boolean
overload: TinyLife.Actions.Action.FacePartner* overload: TinyLife.Actions.Action.FacePartner*
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
id: CompleteIfNeedFull(TinyLife.NeedType) id: CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
langs: langs:
- csharp - csharp
- vb - vb
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
type: Method type: Method
source: source:
remote: remote:
@ -1511,22 +1511,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull id: CompleteIfNeedFull
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 456 startLine: 457
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA helper method that returns <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> if the given <xref href=\"TinyLife.Need\" data-throw-if-not-resolved=\"false\"></xref>&apos;s value is at <xref href=\"TinyLife.Need.Max\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA helper method that returns <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> if the given <xref href=\"TinyLife.Need\" data-throw-if-not-resolved=\"false\"></xref>&apos;s value is at <xref href=\"TinyLife.Need.Max\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public CompletionType CompleteIfNeedFull(NeedType type) content: public CompletionType CompleteIfNeedFull(NeedType type, Person person = null)
parameters: parameters:
- id: type - id: type
type: TinyLife.NeedType type: TinyLife.NeedType
description: The need that should be completed description: The need that should be completed
- id: person
type: TinyLife.Objects.Person
description: The <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> whose need needs to be full, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use this action&apos;s <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref>.
return: return:
type: TinyLife.Actions.CompletionType type: TinyLife.Actions.CompletionType
description: The appropriate completion type description: The appropriate completion type
content.vb: Public Function CompleteIfNeedFull(type As NeedType) As CompletionType content.vb: Public Function CompleteIfNeedFull(type As NeedType, person As Person = Nothing) As CompletionType
overload: TinyLife.Actions.Action.CompleteIfNeedFull* overload: TinyLife.Actions.Action.CompleteIfNeedFull*
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@ -1546,7 +1549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfTimeUp id: CompleteIfTimeUp
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 470 startLine: 471
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1596,7 +1599,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelIfEmotional id: CancelIfEmotional
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 484 startLine: 485
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1638,7 +1641,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit id: Sit
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 500 startLine: 501
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1682,7 +1685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren id: GetChildren
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 516 startLine: 517
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1720,7 +1723,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChild id: GetChild
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 533 startLine: 534
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1764,7 +1767,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 575 startLine: 576
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1811,7 +1814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpAndGoTo id: PickUpAndGoTo
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 588 startLine: 589
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1858,7 +1861,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair id: GetFreeChair
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 625 startLine: 626
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1896,7 +1899,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs id: GetFreeChairs
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 642 startLine: 643
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1940,7 +1943,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeatCategory id: GetSeatCategory
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 662 startLine: 663
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1975,7 +1978,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople id: FindAllFreePeople
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 678 startLine: 679
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2034,7 +2037,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture id: FindAllFreeFurniture
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 703 startLine: 704
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2093,7 +2096,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls id: FindAllFreeWalls
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 721 startLine: 722
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2140,7 +2143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround id: FindAllFreeGround
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 736 startLine: 737
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2187,7 +2190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture id: FindFreeFurniture
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 754 startLine: 755
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2240,7 +2243,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllActionObjects id: FindAllActionObjects
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 767 startLine: 768
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2281,7 +2284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindValidActionObjects id: FindValidActionObjects
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 805 startLine: 806
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2334,7 +2337,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGetRandomValidVariety id: TryGetRandomValidVariety
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 823 startLine: 825
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2351,6 +2354,7 @@ items:
description: The action info. description: The action info.
- id: automatic - id: automatic
type: System.Boolean type: System.Boolean
description: Whether variety should be selected automatically.
- id: variety - id: variety
type: TinyLife.Actions.ActionVariety type: TinyLife.Actions.ActionVariety
description: The variety found, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if no variety was found or the action has no varieties. description: The variety found, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if no variety was found or the action has no varieties.
@ -2380,7 +2384,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomValidVariety id: GetRandomValidVariety
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 842 startLine: 844
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2421,7 +2425,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot id: GetTableSpot
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 857 startLine: 859
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2459,7 +2463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth id: InvokeForBoth
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 870 startLine: 872
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2500,7 +2504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: ../TinyLife/Actions/Action.cs path: ../TinyLife/Actions/Action.cs
startLine: 882 startLine: 884
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -715,21 +715,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
startLine: 309 startLine: 316
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nReturns a new <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> basd on the given object&apos;s <xref href=\"TinyLife.Objects.MapObject.Id\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.MapObject.Position\" data-throw-if-not-resolved=\"false\"></xref>, but no object spot.\n"
example: []
syntax: syntax:
content: public static ActionInfo FromObjectGeneric(Person person, Guid objectId, Vector2 objectPosition) content: public static ActionInfo FromObjectGeneric(Person person, Guid objectId, Vector2 objectPosition)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
description: The person that this action info should be related to.
- id: objectId - id: objectId
type: System.Guid type: System.Guid
description: The <xref href="TinyLife.Objects.MapObject.Id" data-throw-if-not-resolved="false"></xref> of the object that this action info should have.
- id: objectPosition - id: objectPosition
type: Microsoft.Xna.Framework.Vector2 type: Microsoft.Xna.Framework.Vector2
description: The <xref href="TinyLife.Objects.MapObject.Position" data-throw-if-not-resolved="false"></xref> of the object that this action info should have.
return: return:
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
description: A new action info with the given data.
content.vb: Public Shared Function FromObjectGeneric(person As Person, objectId As Guid, objectPosition As Vector2) As ActionInfo content.vb: Public Shared Function FromObjectGeneric(person As Person, objectId As Guid, objectPosition As Vector2) As ActionInfo
overload: TinyLife.Actions.ActionInfo.FromObjectGeneric* overload: TinyLife.Actions.ActionInfo.FromObjectGeneric*
- uid: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject) - uid: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)
@ -750,7 +756,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric id: FromObjectGeneric
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
startLine: 319 startLine: 326
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -788,7 +794,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf id: FromSelf
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
startLine: 328 startLine: 335
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -823,7 +829,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromActionInfo id: FromActionInfo
path: ../TinyLife/Actions/ActionInfo.cs path: ../TinyLife/Actions/ActionInfo.cs
startLine: 339 startLine: 346
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -2341,6 +2347,18 @@ references:
name: Vector2 name: Vector2
isExternal: true isExternal: true
- name: ) - name: )
- uid: TinyLife.Objects.MapObject.Id
commentId: P:TinyLife.Objects.MapObject.Id
parent: TinyLife.Objects.MapObject
name: Id
nameWithType: MapObject.Id
fullName: TinyLife.Objects.MapObject.Id
- uid: TinyLife.Objects.MapObject.Position
commentId: P:TinyLife.Objects.MapObject.Position
parent: TinyLife.Objects.MapObject
name: Position
nameWithType: MapObject.Position
fullName: TinyLife.Objects.MapObject.Position
- uid: TinyLife.Actions.ActionInfo.FromObjectGeneric* - uid: TinyLife.Actions.ActionInfo.FromObjectGeneric*
commentId: Overload:TinyLife.Actions.ActionInfo.FromObjectGeneric commentId: Overload:TinyLife.Actions.ActionInfo.FromObjectGeneric
name: FromObjectGeneric name: FromObjectGeneric

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings id: AiSettings
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 378 startLine: 379
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -62,7 +62,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds id: SolvedNeeds
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 386 startLine: 387
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 394 startLine: 395
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 401 startLine: 402
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -149,7 +149,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 408 startLine: 409
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 414 startLine: 415
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -207,7 +207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreAiDisabled id: IgnoreAiDisabled
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 418 startLine: 419
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -236,7 +236,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 423 startLine: 424
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate id: CanExecuteDelegate
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 207 startLine: 208
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -46,7 +46,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings id: TypeSettings
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 212 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 217 startLine: 218
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -113,7 +113,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory id: NameWithoutCategory
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 222 startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 227 startLine: 228
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -175,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 232 startLine: 233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 237 startLine: 238
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,7 +233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 243 startLine: 244
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -262,7 +262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 248 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -291,7 +291,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments id: ConstructorArguments
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 253 startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -320,7 +320,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties id: Varieties
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 261 startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -349,7 +349,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmptyVarietiesResult id: EmptyVarietiesResult
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 266 startLine: 267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -378,7 +378,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai id: Ai
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 271 startLine: 272
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -407,7 +407,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere id: IsInappropriateElsewhere
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 276 startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -436,7 +436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName id: IconName
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 282 startLine: 283
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -465,7 +465,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 288 startLine: 289
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -494,7 +494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 294 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -523,7 +523,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 298 startLine: 299
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -552,7 +552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 303 startLine: 304
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -581,7 +581,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 308 startLine: 309
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -610,7 +610,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreObjectConditions id: IgnoreObjectConditions
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 314 startLine: 315
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -639,7 +639,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment id: RequiredPartnerEmployment
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 320 startLine: 321
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -668,7 +668,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges id: RequiredPartnerAges
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 325 startLine: 326
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -697,7 +697,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob id: RequiredJob
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 330 startLine: 331
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -726,7 +726,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 340 startLine: 341
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -767,7 +767,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 353 startLine: 354
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -804,7 +804,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 358 startLine: 359
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -843,7 +843,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 364 startLine: 365
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -882,7 +882,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: ../TinyLife/Actions/ActionType.cs path: ../TinyLife/Actions/ActionType.cs
startLine: 369 startLine: 370
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

File diff suppressed because it is too large Load diff

View file

@ -503,7 +503,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople id: FreePeople
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 124 startLine: 125
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -517,6 +517,7 @@ items:
description: The action info. description: The action info.
- id: automatic - id: automatic
type: System.Boolean type: System.Boolean
description: Whether the action variety was selected automatically.
- id: canExecute - id: canExecute
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult} type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a given person should be included. description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a given person should be included.
@ -546,7 +547,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture id: StoredFurniture
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 142 startLine: 143
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -587,7 +588,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout id: ImageLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 163 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -631,7 +632,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout id: PortraitLayout
path: ../TinyLife/Actions/ActionVariety.cs path: ../TinyLife/Actions/ActionVariety.cs
startLine: 182 startLine: 183
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -90,7 +90,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1494,25 +1494,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -88,7 +88,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1602,25 +1602,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

File diff suppressed because it is too large Load diff

View file

@ -73,7 +73,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1320,25 +1320,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -74,7 +74,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1394,25 +1394,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -73,7 +73,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -233,7 +233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 37 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -265,7 +265,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 42 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -301,7 +301,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 47 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -340,7 +340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 52 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -382,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 89 startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -414,7 +414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 94 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -447,7 +447,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue id: Enqueue
path: ../TinyLife/Actions/DieAction.cs path: ../TinyLife/Actions/DieAction.cs
startLine: 106 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1380,25 +1380,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -86,7 +86,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1514,25 +1514,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -110,7 +110,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -2294,25 +2294,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -41,8 +41,6 @@ items:
- TinyLife.Actions.Action - TinyLife.Actions.Action
- TinyLife.Actions.MultiAction - TinyLife.Actions.MultiAction
- TinyLife.Actions.SocialAction - TinyLife.Actions.SocialAction
derivedClasses:
- TinyLife.Actions.CleanUpBabyAction
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
@ -106,7 +104,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1963,25 +1961,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -94,7 +94,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1735,25 +1735,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -106,7 +106,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -2022,25 +2022,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction id: OutOfTownAction
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 16 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -87,7 +87,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -141,7 +141,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf id: NeedsToTakeCareOf
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 23 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -170,7 +170,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 36 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -214,7 +214,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 42 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -246,7 +246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 49 startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -275,7 +275,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 55 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -317,7 +317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 77 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -353,7 +353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 84 startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -392,7 +392,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: ../TinyLife/Actions/OutOfTownAction.cs path: ../TinyLife/Actions/OutOfTownAction.cs
startLine: 89 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1488,25 +1488,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -79,7 +79,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1414,25 +1414,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -75,7 +75,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1374,25 +1374,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -84,7 +84,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1427,25 +1427,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -85,7 +85,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1475,25 +1475,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -84,7 +84,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1436,25 +1436,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -71,7 +71,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1179,25 +1179,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -107,7 +107,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -2211,25 +2211,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -84,7 +84,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1448,25 +1448,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -110,7 +110,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -2242,25 +2242,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -73,7 +73,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1282,25 +1282,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -72,7 +72,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1250,25 +1250,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction id: WalkAction
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 13 startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -79,7 +79,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -133,7 +133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy id: DrainEnergy
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 20 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 23 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -210,7 +210,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath id: FindPath
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 26 startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -249,7 +249,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed id: GetSpeed
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 31 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Actions/WalkAction.cs path: ../TinyLife/Actions/WalkAction.cs
startLine: 36 startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1307,25 +1307,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -87,7 +87,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -1722,25 +1722,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)

View file

@ -10,6 +10,7 @@ items:
- TinyLife.Actions.WorkAction.AndThenIsCompleted - TinyLife.Actions.WorkAction.AndThenIsCompleted
- TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.WorkAction.CreateFirstActions
- TinyLife.Actions.WorkAction.PreInitialize - TinyLife.Actions.WorkAction.PreInitialize
langs: langs:
- csharp - csharp
@ -25,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction id: WorkAction
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 16 startLine: 17
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -44,7 +45,6 @@ items:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf - TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed - TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
@ -86,7 +86,7 @@ items:
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 23 startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -157,6 +157,38 @@ items:
nameWithType.vb: WorkAction.New(ActionType, ActionInfo) nameWithType.vb: WorkAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.Actions.WorkAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) fullName.vb: TinyLife.Actions.WorkAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo) name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.Actions.WorkAction.CreateFirstActions
commentId: M:TinyLife.Actions.WorkAction.CreateFirstActions
id: CreateFirstActions
parent: TinyLife.Actions.WorkAction
langs:
- csharp
- vb
name: CreateFirstActions()
nameWithType: WorkAction.CreateFirstActions()
fullName: TinyLife.Actions.WorkAction.CreateFirstActions()
type: Method
source:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/WorkAction.cs
startLine: 28
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action&apos;s invocation.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> items, no first actions will be executed.\n"
example: []
syntax:
content: protected override IEnumerable<Action> CreateFirstActions()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
description: A set of actions that should run before this action
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
overridden: TinyLife.Actions.OutOfTownAction.CreateFirstActions
overload: TinyLife.Actions.WorkAction.CreateFirstActions*
- uid: TinyLife.Actions.WorkAction.PreInitialize - uid: TinyLife.Actions.WorkAction.PreInitialize
commentId: M:TinyLife.Actions.WorkAction.PreInitialize commentId: M:TinyLife.Actions.WorkAction.PreInitialize
id: PreInitialize id: PreInitialize
@ -175,7 +207,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize id: PreInitialize
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 27 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -204,7 +236,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 33 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -233,7 +265,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 39 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -275,7 +307,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 63 startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -307,7 +339,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: ../TinyLife/Actions/WorkAction.cs path: ../TinyLife/Actions/WorkAction.cs
startLine: 70 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -395,22 +427,6 @@ references:
name: NeedsToTakeCareOf name: NeedsToTakeCareOf
nameWithType: OutOfTownAction.NeedsToTakeCareOf nameWithType: OutOfTownAction.NeedsToTakeCareOf
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
parent: TinyLife.Actions.OutOfTownAction
name: CreateFirstActions()
nameWithType: OutOfTownAction.CreateFirstActions()
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
spec.csharp:
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
name: CreateFirstActions
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
name: CreateFirstActions
- name: (
- name: )
- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) - uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.OutOfTownAction parent: TinyLife.Actions.OutOfTownAction
@ -1444,25 +1460,33 @@ references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
name: Person name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
name: CompleteIfNeedFull(NeedType) name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType) nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
spec.csharp: spec.csharp:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
spec.vb: spec.vb:
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
name: CompleteIfNeedFull name: CompleteIfNeedFull
- name: ( - name: (
- uid: TinyLife.NeedType - uid: TinyLife.NeedType
name: NeedType name: NeedType
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- name: ) - name: )
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@ -3312,6 +3336,123 @@ references:
name: ActionInfo name: ActionInfo
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
parent: TinyLife.Actions.OutOfTownAction
name: CreateFirstActions()
nameWithType: OutOfTownAction.CreateFirstActions()
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
spec.csharp:
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
name: CreateFirstActions
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
name: CreateFirstActions
- name: (
- name: )
- uid: TinyLife.Actions.WorkAction.CreateFirstActions*
commentId: Overload:TinyLife.Actions.WorkAction.CreateFirstActions
name: CreateFirstActions
nameWithType: WorkAction.CreateFirstActions
fullName: TinyLife.Actions.WorkAction.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<Action>
nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of Action)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: TinyLife.Actions.Action
name: Action
- name: '>'
spec.vb:
- 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: " "
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
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
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- 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: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
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
- uid: TinyLife.Actions.MultiAction.PreInitialize - uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction

View file

@ -17,7 +17,6 @@ items:
- TinyLife.Actions.CanExecuteResult.ResultType - TinyLife.Actions.CanExecuteResult.ResultType
- TinyLife.Actions.ChoicePromptInfo - TinyLife.Actions.ChoicePromptInfo
- TinyLife.Actions.ChoicePromptInfo.Option - TinyLife.Actions.ChoicePromptInfo.Option
- TinyLife.Actions.CleanUpBabyAction
- TinyLife.Actions.CompletionType - TinyLife.Actions.CompletionType
- TinyLife.Actions.DebugAction - TinyLife.Actions.DebugAction
- TinyLife.Actions.DeferredAction - TinyLife.Actions.DeferredAction
@ -211,11 +210,6 @@ references:
- name: . - name: .
- uid: TinyLife.Actions.ChoicePromptInfo.Option - uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option name: Option
- uid: TinyLife.Actions.CleanUpBabyAction
commentId: T:TinyLife.Actions.CleanUpBabyAction
name: CleanUpBabyAction
nameWithType: CleanUpBabyAction
fullName: TinyLife.Actions.CleanUpBabyAction
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions parent: TinyLife.Actions
@ -261,7 +255,6 @@ references:
fullName: TinyLife.Actions.HelpAction fullName: TinyLife.Actions.HelpAction
- uid: TinyLife.Actions.HoldingPersonAction - uid: TinyLife.Actions.HoldingPersonAction
commentId: T:TinyLife.Actions.HoldingPersonAction commentId: T:TinyLife.Actions.HoldingPersonAction
parent: TinyLife.Actions
name: HoldingPersonAction name: HoldingPersonAction
nameWithType: HoldingPersonAction nameWithType: HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction fullName: TinyLife.Actions.HoldingPersonAction

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 495 startLine: 523
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -61,7 +61,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated id: Unrelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 500 startLine: 528
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent id: Parent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 504 startLine: 532
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -117,7 +117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 508 startLine: 536
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -145,7 +145,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling id: Sibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 512 startLine: 540
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling id: Nibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 516 startLine: 544
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling id: Pibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 520 startLine: 548
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent id: Grandparent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 524 startLine: 552
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -257,7 +257,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild id: Grandchild
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 528 startLine: 556
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -285,7 +285,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin id: Cousin
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 532 startLine: 560
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -313,7 +313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated id: DistantlyRelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 536 startLine: 564
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -38,7 +38,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger id: GoalTrigger
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 16 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -77,7 +77,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate id: PersonUpdate
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 21 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -106,7 +106,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated id: FurnitureCreated
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 26 startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -135,7 +135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted id: ActionCompleted
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 30 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -164,7 +164,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionEnded id: ActionEnded
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 34 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -193,7 +193,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 38 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -222,7 +222,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney id: EarnMoney
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 43 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -251,7 +251,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionGained id: EmotionGained
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 47 startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -280,7 +280,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionLost id: EmotionLost
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 51 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -309,7 +309,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodEaten id: FoodEaten
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 55 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -338,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectCompleted id: ProjectCompleted
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 59 startLine: 57
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -367,7 +367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 64 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -396,7 +396,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidObjects id: ValidObjects
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 68 startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -425,7 +425,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidValues id: ValidValues
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 72 startLine: 70
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -454,7 +454,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 80 startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -495,7 +495,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsObjectCompatible id: IsObjectCompatible
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 103 startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -530,7 +530,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsValueCompatible id: IsValueCompatible
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 117 startLine: 115
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -565,7 +565,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 126 startLine: 124
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -599,7 +599,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Equals id: Equals
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 131 startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -635,7 +635,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHashCode id: GetHashCode
path: ../TinyLife/Goals/GoalTrigger.cs path: ../TinyLife/Goals/GoalTrigger.cs
startLine: 136 startLine: 134
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IGoalTriggerable id: IGoalTriggerable
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 10 startLine: 9
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryTrigger id: TryTrigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 20 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -95,7 +95,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 32 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -142,7 +142,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: ../TinyLife/Goals/IGoalTriggerable.cs path: ../TinyLife/Goals/IGoalTriggerable.cs
startLine: 56 startLine: 55
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -585,7 +585,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 69 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -623,7 +623,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 81 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -670,7 +670,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 96 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory id: LnCategory
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 167 startLine: 166
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui id: Ui
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 170 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 172 startLine: 171
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode id: BuildMode
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 174 startLine: 173
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -148,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 176 startLine: 175
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 178 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities id: Personalities
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 180 startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills id: Skills
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 182 startLine: 181
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs id: Jobs
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 184 startLine: 183
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -288,7 +288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions id: Emotions
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 186 startLine: 185
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -316,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints id: Hints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 188 startLine: 187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -344,7 +344,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints id: InGameHints
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 190 startLine: 189
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -372,7 +372,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 192 startLine: 191
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -400,7 +400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 194 startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -428,7 +428,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChoicePrompts id: ChoicePrompts
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 196 startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -456,7 +456,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements id: Achievements
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 198 startLine: 197
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -484,7 +484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Overrides id: Overrides
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 200 startLine: 199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization id: Localization
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 22 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames id: LanguageNames
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 27 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 32 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage id: SetLanguage
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 48 startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -156,7 +156,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reload id: Reload
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 59 startLine: 58
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -184,7 +184,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 84 startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -225,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 103 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -269,7 +269,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys id: GetKeys
path: ../TinyLife/Localization.cs path: ../TinyLife/Localization.cs
startLine: 112 startLine: 111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -18,7 +18,7 @@ items:
- TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean) - TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)
- TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture) - TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)
- TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point) - TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.ActionSpot.SinkSpots(System.Single) - TinyLife.Objects.ActionSpot.SinkSpots
langs: langs:
- csharp - csharp
- vb - vb
@ -364,17 +364,21 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CribSpots id: CribSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 124 startLine: 129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at the locations that they have to be for a crib for babies to sleep in.\n"
example: []
syntax: syntax:
content: public static ActionSpot[] CribSpots(float drawLayer = 3) content: public static ActionSpot[] CribSpots(float drawLayer = 3)
parameters: parameters:
- id: drawLayer - id: drawLayer
type: System.Single type: System.Single
description: The layer that people in the crib should be drawn on.
return: return:
type: TinyLife.Objects.ActionSpot[] type: TinyLife.Objects.ActionSpot[]
description: A set of action spots for the crib.
content.vb: Public Shared Function CribSpots(drawLayer As Single = 3) As ActionSpot() content.vb: Public Shared Function CribSpots(drawLayer As Single = 3) As ActionSpot()
overload: TinyLife.Objects.ActionSpot.CribSpots* overload: TinyLife.Objects.ActionSpot.CribSpots*
nameWithType.vb: ActionSpot.CribSpots(Single) nameWithType.vb: ActionSpot.CribSpots(Single)
@ -398,7 +402,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots id: BenchSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 140 startLine: 145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -439,7 +443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChairSpots id: ChairSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 160 startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -477,7 +481,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots id: PicnicTableSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 170 startLine: 175
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -494,16 +498,16 @@ items:
description: An array of action spots for picnic tables description: An array of action spots for picnic tables
content.vb: Public Shared Function PicnicTableSpots(size As Point) As ActionSpot() content.vb: Public Shared Function PicnicTableSpots(size As Point) As ActionSpot()
overload: TinyLife.Objects.ActionSpot.PicnicTableSpots* overload: TinyLife.Objects.ActionSpot.PicnicTableSpots*
- uid: TinyLife.Objects.ActionSpot.SinkSpots(System.Single) - uid: TinyLife.Objects.ActionSpot.SinkSpots
commentId: M:TinyLife.Objects.ActionSpot.SinkSpots(System.Single) commentId: M:TinyLife.Objects.ActionSpot.SinkSpots
id: SinkSpots(System.Single) id: SinkSpots
parent: TinyLife.Objects.ActionSpot parent: TinyLife.Objects.ActionSpot
langs: langs:
- csharp - csharp
- vb - vb
name: SinkSpots(float) name: SinkSpots()
nameWithType: ActionSpot.SinkSpots(float) nameWithType: ActionSpot.SinkSpots()
fullName: TinyLife.Objects.ActionSpot.SinkSpots(float) fullName: TinyLife.Objects.ActionSpot.SinkSpots()
type: Method type: Method
source: source:
remote: remote:
@ -512,22 +516,19 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkSpots id: SinkSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 186 startLine: 195
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at locations relevant for kitchen and bathroom sinks.\n"
example: []
syntax: syntax:
content: public static ActionSpot[] SinkSpots(float drawLayer = 0) content: public static ActionSpot[] SinkSpots()
parameters:
- id: drawLayer
type: System.Single
return: return:
type: TinyLife.Objects.ActionSpot[] type: TinyLife.Objects.ActionSpot[]
content.vb: Public Shared Function SinkSpots(drawLayer As Single = 0) As ActionSpot() description: An array of action spots for sinks.
content.vb: Public Shared Function SinkSpots() As ActionSpot()
overload: TinyLife.Objects.ActionSpot.SinkSpots* overload: TinyLife.Objects.ActionSpot.SinkSpots*
nameWithType.vb: ActionSpot.SinkSpots(Single)
fullName.vb: TinyLife.Objects.ActionSpot.SinkSpots(Single)
name.vb: SinkSpots(Single)
- uid: TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) - uid: TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
id: AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) id: AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
@ -546,7 +547,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots id: AllSpots
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 199 startLine: 208
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -584,7 +585,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer id: GetPicnicBenchDrawLayer
path: ../TinyLife/Objects/ActionSpot.cs path: ../TinyLife/Objects/ActionSpot.cs
startLine: 214 startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup id: AgeGroup
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3179 startLine: 3180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby id: Baby
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3186 startLine: 3187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3192 startLine: 3193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -119,7 +119,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult id: Adult
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3198 startLine: 3199
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason id: DeathReason
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3151 startLine: 3152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation id: Starvation
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3157 startLine: 3158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons id: InexplicableReasons
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3162 startLine: 3163
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution id: Electrocution
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3167 startLine: 3168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein id: TooMuchProtein
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3171 startLine: 3172
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 16 startLine: 14
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -170,7 +170,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft id: FoodLeft
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 22 startLine: 20
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCandle id: HasCandle
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 28 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -252,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 31 startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -299,7 +299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 34 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -371,7 +371,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 53 startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -413,7 +413,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Food.cs path: ../TinyLife/Objects/Food.cs
startLine: 68 startLine: 66
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodTypedItem id: FoodTypedItem
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 14 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -169,7 +169,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType id: FoodType
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 20 startLine: 19
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -208,7 +208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpirationTime id: ExpirationTime
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 26 startLine: 25
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -247,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ServingSize id: ServingSize
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 32 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -286,7 +286,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired id: Expired
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 37 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -317,7 +317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 40 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -364,7 +364,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 44 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -396,7 +396,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 49 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -435,7 +435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Objects/FoodTypedItem.cs path: ../TinyLife/Objects/FoodTypedItem.cs
startLine: 60 startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -104,6 +104,7 @@ items:
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder - MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- TinyLife.Objects.MapObject - TinyLife.Objects.MapObject
derivedClasses: derivedClasses:
- TinyLife.Objects.Bathtub
- TinyLife.Objects.BreakableFurniture - TinyLife.Objects.BreakableFurniture
- TinyLife.Objects.Chimney - TinyLife.Objects.Chimney
- TinyLife.Objects.CornerFurniture - TinyLife.Objects.CornerFurniture

View file

@ -5,6 +5,7 @@ items:
id: FurnitureType id: FurnitureType
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.FurnitureType.BabyBathtub
- TinyLife.Objects.FurnitureType.BabyBook - TinyLife.Objects.FurnitureType.BabyBook
- TinyLife.Objects.FurnitureType.BaristaCoffeeMachine - TinyLife.Objects.FurnitureType.BaristaCoffeeMachine
- TinyLife.Objects.FurnitureType.BigBush - TinyLife.Objects.FurnitureType.BigBush
@ -2272,7 +2273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDesk id: SimpleDesk
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 12 startLine: 11
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2299,7 +2300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LongDinnerTable id: LongDinnerTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 16 startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2326,7 +2327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquareDinnerTable id: SquareDinnerTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 19 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2353,7 +2354,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GlassDinnerTable id: GlassDinnerTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 22 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2380,7 +2381,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinyDinnerTable id: TinyDinnerTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 25 startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2407,7 +2408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GlassSingleTable id: GlassSingleTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 28 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2434,7 +2435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleChair id: SimpleChair
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 31 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2461,7 +2462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernChair id: ModernChair
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 36 startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2488,7 +2489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenStool id: WoodenStool
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 42 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2515,7 +2516,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StorageBoxSeat id: StorageBoxSeat
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 45 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2542,7 +2543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleToilet id: SimpleToilet
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 49 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2569,7 +2570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernBed id: ModernBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 57 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2596,7 +2597,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernSingleBed id: ModernSingleBed
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 63 startLine: 62
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2623,7 +2624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernFridge id: ModernFridge
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 69 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2650,7 +2651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleShower id: SimpleShower
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 75 startLine: 74
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2677,7 +2678,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleOpenShower id: SimpleOpenShower
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 83 startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2704,7 +2705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleCounter id: SimpleCounter
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 92 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2731,7 +2732,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBar id: SimpleBar
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 98 startLine: 97
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2758,7 +2759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernStove id: ModernStove
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 103 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2785,7 +2786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernComputer id: ModernComputer
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 111 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2812,7 +2813,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OldComputer id: OldComputer
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 119 startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2839,7 +2840,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernSink id: ModernSink
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 129 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2866,7 +2867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox id: Mailbox
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 136 startLine: 135
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2893,7 +2894,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDrawer id: SimpleDrawer
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 141 startLine: 140
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2920,7 +2921,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleEasel id: SimpleEasel
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 147 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2947,7 +2948,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBench id: SimpleBench
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 158 startLine: 157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2974,7 +2975,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallMirror id: SmallMirror
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 164 startLine: 163
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3001,7 +3002,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBookshelf id: SimpleBookshelf
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 169 startLine: 168
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3028,7 +3029,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDoubleSidedBookshelf id: SimpleDoubleSidedBookshelf
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 178 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3055,7 +3056,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernTv id: ModernTv
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 187 startLine: 186
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3082,7 +3083,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixologyKit id: MixologyKit
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 194 startLine: 193
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3109,7 +3110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleSofa id: SimpleSofa
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 198 startLine: 197
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3136,7 +3137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleLowTable id: SimpleLowTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 205 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3163,7 +3164,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleWallSink id: SimpleWallSink
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 210 startLine: 209
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3190,7 +3191,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBarbecue id: SmallBarbecue
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 217 startLine: 216
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3217,7 +3218,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimplePicnicTable id: SimplePicnicTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 223 startLine: 222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3244,7 +3245,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallPicnicTable id: SmallPicnicTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 228 startLine: 227
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3271,7 +3272,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParkTrashCan id: ParkTrashCan
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 233 startLine: 232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3298,7 +3299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenToyBox id: WoodenToyBox
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 237 startLine: 236
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3325,7 +3326,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove id: ChildStove
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 240 startLine: 239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3352,7 +3353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sandbox id: Sandbox
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 250 startLine: 249
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3379,7 +3380,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle id: Puzzle
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 258 startLine: 257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3406,7 +3407,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaristaCoffeeMachine id: BaristaCoffeeMachine
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 262 startLine: 261
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3433,7 +3434,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingCoatRack id: StandingCoatRack
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 268 startLine: 267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3460,7 +3461,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase id: CafeDisplayCase
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 272 startLine: 271
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3487,7 +3488,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlainCoffeeTable id: PlainCoffeeTable
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 276 startLine: 275
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3514,7 +3515,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernTvStand id: ModernTvStand
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 281 startLine: 280
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3541,7 +3542,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallOpenShelf id: SmallOpenShelf
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 287 startLine: 286
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3568,7 +3569,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BookCart id: BookCart
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 296 startLine: 295
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3595,7 +3596,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquareIndoorTrashCan id: SquareIndoorTrashCan
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 300 startLine: 299
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3622,7 +3623,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WheelieBin id: WheelieBin
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 304 startLine: 303
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3649,7 +3650,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleNightstand id: SimpleNightstand
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 308 startLine: 307
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3676,7 +3677,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallJungleGym id: SmallJungleGym
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 312 startLine: 311
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3703,7 +3704,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColoringBook id: ColoringBook
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 321 startLine: 320
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3730,7 +3731,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TeaKit id: TeaKit
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 325 startLine: 324
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3757,7 +3758,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimplePotty id: SimplePotty
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 331 startLine: 330
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3784,7 +3785,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleChangingStation id: SimpleChangingStation
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 337 startLine: 336
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3811,7 +3812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernCrib id: ModernCrib
path: ../TinyLife/Objects/FurnitureType.Misc.cs path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 343 startLine: 342
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -3820,6 +3821,33 @@ items:
return: return:
type: TinyLife.Objects.FurnitureType type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly ModernCrib As FurnitureType content.vb: Public Shared ReadOnly ModernCrib As FurnitureType
- uid: TinyLife.Objects.FurnitureType.BabyBathtub
commentId: F:TinyLife.Objects.FurnitureType.BabyBathtub
id: BabyBathtub
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: BabyBathtub
nameWithType: FurnitureType.BabyBathtub
fullName: TinyLife.Objects.FurnitureType.BabyBathtub
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBathtub
path: ../TinyLife/Objects/FurnitureType.Misc.cs
startLine: 347
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType BabyBathtub
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly BabyBathtub As FurnitureType
- uid: TinyLife.Objects.FurnitureType.EmptyPlate - uid: TinyLife.Objects.FurnitureType.EmptyPlate
commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate
id: EmptyPlate id: EmptyPlate

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone id: Gravestone
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 10 startLine: 9
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeadPerson id: DeadPerson
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 16 startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -194,7 +194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason id: Reason
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 24 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -233,7 +233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 29 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -280,7 +280,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 33 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -319,7 +319,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPathCostModifier id: GetPathCostModifier
path: ../TinyLife/Objects/Gravestone.cs path: ../TinyLife/Objects/Gravestone.cs
startLine: 40 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan id: LifeSpan
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3206 startLine: 3207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort id: VeryShort
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3209 startLine: 3210
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -82,7 +82,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short id: Short
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3210 startLine: 3211
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal id: Normal
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3211 startLine: 3212
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -134,7 +134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long id: Long
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3212 startLine: 3213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong id: VeryLong
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3213 startLine: 3214
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -186,7 +186,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite id: Infinite
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3214 startLine: 3215
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Newspaper id: Newspaper
path: ../TinyLife/Objects/Newspaper.cs path: ../TinyLife/Objects/Newspaper.cs
startLine: 13 startLine: 12
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -162,7 +162,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Day id: Day
path: ../TinyLife/Objects/Newspaper.cs path: ../TinyLife/Objects/Newspaper.cs
startLine: 19 startLine: 18
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -201,7 +201,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsExpired id: IsExpired
path: ../TinyLife/Objects/Newspaper.cs path: ../TinyLife/Objects/Newspaper.cs
startLine: 24 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Newspaper.cs path: ../TinyLife/Objects/Newspaper.cs
startLine: 30 startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -7,6 +7,7 @@ items:
children: children:
- TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) - TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
- TinyLife.Objects.ObjectCategory.AllowedOnWater - TinyLife.Objects.ObjectCategory.AllowedOnWater
- TinyLife.Objects.ObjectCategory.BabyBathtub
- TinyLife.Objects.ObjectCategory.BabySittable - TinyLife.Objects.ObjectCategory.BabySittable
- TinyLife.Objects.ObjectCategory.Barbecue - TinyLife.Objects.ObjectCategory.Barbecue
- TinyLife.Objects.ObjectCategory.BartendingObject - TinyLife.Objects.ObjectCategory.BartendingObject
@ -2230,6 +2231,35 @@ items:
return: return:
type: TinyLife.Objects.ObjectCategory type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly Crib As ObjectCategory content.vb: Public Shared ReadOnly Crib As ObjectCategory
- uid: TinyLife.Objects.ObjectCategory.BabyBathtub
commentId: F:TinyLife.Objects.ObjectCategory.BabyBathtub
id: BabyBathtub
parent: TinyLife.Objects.ObjectCategory
langs:
- csharp
- vb
name: BabyBathtub
nameWithType: ObjectCategory.BabyBathtub
fullName: TinyLife.Objects.ObjectCategory.BabyBathtub
type: Field
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BabyBathtub
path: ../TinyLife/Objects/MapObject.cs
startLine: 682
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: An object category that represents objects where a baby can be bathed.
example: []
syntax:
content: public static readonly ObjectCategory BabyBathtub
return:
type: TinyLife.Objects.ObjectCategory
content.vb: Public Shared ReadOnly BabyBathtub As ObjectCategory
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) - uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
id: '#ctor(System.String,System.Numerics.BigInteger)' id: '#ctor(System.String,System.Numerics.BigInteger)'
@ -2248,7 +2278,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 684 startLine: 686
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2283,7 +2313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 687 startLine: 689
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2318,7 +2348,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit id: op_Implicit
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 692 startLine: 694
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2353,7 +2383,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseOr id: op_BitwiseOr
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 697 startLine: 699
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2390,7 +2420,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseAnd id: op_BitwiseAnd
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 702 startLine: 704
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2427,7 +2457,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_ExclusiveOr id: op_ExclusiveOr
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 707 startLine: 709
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -2464,7 +2494,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_OnesComplement id: op_OnesComplement
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 712 startLine: 714
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Painting id: Painting
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 17 startLine: 16
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -164,7 +164,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintingType id: PaintingType
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 23 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -203,7 +203,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress id: Progress
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 29 startLine: 28
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -242,7 +242,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmitsCreativeEmotion id: EmitsCreativeEmotion
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 35 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 39 startLine: 38
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -328,7 +328,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 45 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -400,7 +400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 60 startLine: 59
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -432,7 +432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 65 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Objects/Painting.cs path: ../TinyLife/Objects/Painting.cs
startLine: 70 startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentInfo id: ParentInfo
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 747 startLine: 749
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -62,7 +62,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAttached id: IsAttached
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 752 startLine: 754
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LayerDepth id: LayerDepth
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 757 startLine: 759
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -124,7 +124,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldDraw id: ShouldDraw
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 761 startLine: 763
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -155,7 +155,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 773 startLine: 775
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -190,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 782 startLine: 784
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -228,7 +228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 791 startLine: 793
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -263,7 +263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 799 startLine: 801
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdateDelegate id: ActionUpdateDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3056 startLine: 3057
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate id: EfficiencyModifierDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3041 startLine: 3042
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiersChangedDelegate id: EmotionModifiersChangedDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3066 startLine: 3067
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate id: PassiveActionPriorityDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3051 startLine: 3052
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipChangeDelegate id: RelationshipChangeDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3071 startLine: 3072
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate id: RestoreNeedDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3061 startLine: 3062
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate id: WalkSpeedDelegate
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3046 startLine: 3047
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -907,7 +907,7 @@ items:
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA set of <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this person currently has or tracks.\nTo edit and query this collection easily, <xref href=\"TinyLife.Objects.Person.AddMemory%60%601(TinyLife.Goals.MemoryType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref>/>, <xref href=\"TinyLife.Objects.Person.GetMemories%60%601(TinyLife.Goals.MemoryType)\" data-throw-if-not-resolved=\"false\"></xref> and <see cref=\"!:GetTimeSinceMemory(TinyLife.Goals.MemoryType)\"></see> can be used.\n" summary: "\nA set of <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this person currently has or tracks.\nTo edit and query this collection easily, <xref href=\"TinyLife.Objects.Person.AddMemory%60%601(TinyLife.Goals.MemoryType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref>/>, <xref href=\"TinyLife.Objects.Person.GetMemories%60%601(TinyLife.Goals.MemoryType)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.GetTimeSinceMemory%60%601(TinyLife.Goals.MemoryType%2cSystem.Func%7b%60%600%2cSystem.Boolean%7d)\" data-throw-if-not-resolved=\"false\"></xref> can be used.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -4167,14 +4167,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyActionSpot id: OccupyActionSpot
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1449 startLine: 1450
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the <xref href=\"TinyLife.Objects.Person.VisualPosition\" data-throw-if-not-resolved=\"false\"></xref> can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> call.\n" summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the <xref href=\"TinyLife.Objects.Person.VisualPosition\" data-throw-if-not-resolved=\"false\"></xref> can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> call if <code data-dev-comment-type=\"paramref\" class=\"paramref\">stayOccupied</code> is <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">false</a>.\nTo exit an action spot that was marked as <code data-dev-comment-type=\"paramref\" class=\"paramref\">stayOccupied</code>, this method can be called with <code data-dev-comment-type=\"paramref\" class=\"paramref\">furniture</code> and/or <code data-dev-comment-type=\"paramref\" class=\"paramref\">spot</code> set to <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a>.\n"
example: [] example: []
syntax: syntax:
content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual, Direction2? rotation = null, bool stayOccupied = false) content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual = false, Direction2? rotation = null, bool stayOccupied = false)
parameters: parameters:
- id: furniture - id: furniture
type: TinyLife.Objects.Furniture type: TinyLife.Objects.Furniture
@ -4184,14 +4184,14 @@ items:
description: The action spot to occupy on the furniture. description: The action spot to occupy on the furniture.
- id: visual - id: visual
type: System.Boolean type: System.Boolean
description: Whether or not the visual position should be updated to enter the spot, causing <xref href="TinyLife.Objects.Person.VisuallyOccupiedSpot" data-throw-if-not-resolved="false"></xref> to return the given <code data-dev-comment-type="paramref" class="paramref">furniture</code> and <code data-dev-comment-type="paramref" class="paramref">spot</code>. description: Whether or not the visual position should be updated to enter the spot, causing <xref href="TinyLife.Objects.Person.VisuallyOccupiedSpot" data-throw-if-not-resolved="false"></xref> to contain the given <code data-dev-comment-type="paramref" class="paramref">furniture</code> and <code data-dev-comment-type="paramref" class="paramref">spot</code>. Note that, when <code data-dev-comment-type="paramref" class="paramref">furniture</code> or <code data-dev-comment-type="paramref" class="paramref">spot</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, this value has no effect.
- id: rotation - id: rotation
type: System.Nullable{MLEM.Misc.Direction2} type: System.Nullable{MLEM.Misc.Direction2}
description: The rotation that this person should get, or null to use the spot&apos;s default rotation. description: The rotation that this person should get, or null to use the spot&apos;s default rotation.
- id: stayOccupied - id: stayOccupied
type: System.Boolean type: System.Boolean
description: Whether this person should continue to occupy this action spot after the current update frame is over. description: Whether this person should continue to occupy this action spot after the current update frame is over.
content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean, rotation As Direction2? = Nothing, stayOccupied As Boolean = False) content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean = False, rotation As Direction2? = Nothing, stayOccupied As Boolean = False)
overload: TinyLife.Objects.Person.OccupyActionSpot* overload: TinyLife.Objects.Person.OccupyActionSpot*
nameWithType.vb: Person.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean) nameWithType.vb: Person.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean)
fullName.vb: TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean) fullName.vb: TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean)
@ -4214,7 +4214,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot id: OccupyFreeActionSpot
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1483 startLine: 1481
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4264,7 +4264,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot id: OccupyFreeActionSpot
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1501 startLine: 1499
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4314,7 +4314,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCloseForTalking id: IsCloseForTalking
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1512 startLine: 1510
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4349,7 +4349,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeed id: GetNeed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1524 startLine: 1522
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4384,7 +4384,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeedPercentage id: GetNeedPercentage
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1533 startLine: 1531
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4419,7 +4419,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeed id: RestoreNeed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1545 startLine: 1543
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4463,7 +4463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeed id: RestoreNeed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1581 startLine: 1579
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4510,7 +4510,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkill id: GetSkill
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1592 startLine: 1590
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4551,7 +4551,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillTotalPercentage id: GetSkillTotalPercentage
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1611 startLine: 1609
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4586,7 +4586,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillPointPercentage id: GetSkillPointPercentage
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1621 startLine: 1619
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4621,7 +4621,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillLevel id: GetSkillLevel
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1631 startLine: 1629
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4656,7 +4656,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSkillLevel id: HasSkillLevel
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1641 startLine: 1639
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4697,7 +4697,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkill id: GainSkill
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1653 startLine: 1651
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4743,7 +4743,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepleteNeed id: DepleteNeed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1673 startLine: 1671
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4784,7 +4784,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasPersonality id: HasPersonality
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1684 startLine: 1682
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4819,7 +4819,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueueAction id: EnqueueAction
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1698 startLine: 1696
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4874,7 +4874,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelAction id: CancelAction
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1726 startLine: 1724
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4918,7 +4918,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPathAsync id: FindPathAsync
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1745 startLine: 1743
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -4962,7 +4962,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldObject id: GetHeldObject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1758 startLine: 1756
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5002,7 +5002,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject id: SetHeldObject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1776 startLine: 1774
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5052,7 +5052,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject id: SetHeldObject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1789 startLine: 1787
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5090,7 +5090,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveHeldObject id: RemoveHeldObject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1802 startLine: 1800
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5127,7 +5127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldActionInfo id: GetHeldActionInfo
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1816 startLine: 1814
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5158,7 +5158,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToCreatedByString id: ToCreatedByString
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1825 startLine: 1823
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5189,7 +5189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Die id: Die
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1835 startLine: 1833
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5227,7 +5227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddEmotion id: AddEmotion
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1934 startLine: 1932
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5277,7 +5277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveEmotion id: RemoveEmotion
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1957 startLine: 1955
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5312,7 +5312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotion id: LowerEmotion
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1978 startLine: 1976
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5356,7 +5356,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotionModifier id: LowerEmotionModifier
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 1997 startLine: 1995
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5400,7 +5400,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasEmotionModifier id: HasEmotionModifier
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2013 startLine: 2011
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5435,7 +5435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalkSpeed id: GetWalkSpeed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2022 startLine: 2020
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5466,7 +5466,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier id: GetEfficiencyModifier
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2059 startLine: 2057
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5513,7 +5513,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember id: HasHouseholdMember
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2113 startLine: 2111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5548,7 +5548,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember id: HasHouseholdMember
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2118 startLine: 2116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5582,7 +5582,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProjects id: GetProjects
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2128 startLine: 2126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5620,7 +5620,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProject id: GetProject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2138 startLine: 2136
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5661,7 +5661,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartProject id: StartProject
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2147 startLine: 2145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5696,7 +5696,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveActionPriority id: GetPassiveActionPriority
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2159 startLine: 2157
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5731,7 +5731,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomOutfit id: GetRandomOutfit
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2181 startLine: 2179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5766,7 +5766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit id: SetCurrentOutfit
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2193 startLine: 2191
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5801,7 +5801,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit id: SetCurrentOutfit
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2209 startLine: 2207
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5836,7 +5836,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId id: SetNewId
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2224 startLine: 2222
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5877,7 +5877,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch id: IsIdMatch
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2278 startLine: 2276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5912,7 +5912,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch id: IsIdMatch
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2288 startLine: 2286
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5947,7 +5947,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPersonalitySkillBoost id: GetPersonalitySkillBoost
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2298 startLine: 2296
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -5982,7 +5982,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentGoals id: GetCurrentGoals
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2318 startLine: 2316
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6013,7 +6013,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney id: EarnMoney
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2342 startLine: 2340
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6051,7 +6051,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory id: AddMemory
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2354 startLine: 2353
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6068,6 +6068,7 @@ items:
description: The action info to attach to this memory, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref>. description: The action info to attach to this memory, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref>.
- id: replace - id: replace
type: System.Boolean type: System.Boolean
description: Whether existing instances of the given <code data-dev-comment-type="paramref" class="paramref">type</code> should be replaced by this memory.
- id: timeOccured - id: timeOccured
type: System.Nullable{System.TimeSpan} type: System.Nullable{System.TimeSpan}
description: The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>. description: The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
@ -6099,7 +6100,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories id: GetMemories
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2367 startLine: 2366
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6153,6 +6154,7 @@ items:
description: The memory type to match. description: The memory type to match.
- id: condition - id: condition
type: System.Func{{T},System.Boolean} type: System.Func{{T},System.Boolean}
description: An additional condition to determine whether memories should be included in the search.
typeParameters: typeParameters:
- id: T - id: T
return: return:
@ -6181,7 +6183,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory id: GetTimeSinceMemory
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2386 startLine: 2387
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6195,6 +6197,7 @@ items:
description: The memory type to query. description: The memory type to query.
- id: condition - id: condition
type: System.Func{{T},System.Boolean} type: System.Func{{T},System.Boolean}
description: An additional condition to determine whether memories should be included in the search.
typeParameters: typeParameters:
- id: T - id: T
return: return:
@ -6223,7 +6226,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory id: GetTimeSinceMemory
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2405 startLine: 2406
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6263,7 +6266,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToExitRoad id: GoToExitRoad
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2418 startLine: 2419
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6291,7 +6294,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAction id: GetAction
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2430 startLine: 2431
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6335,7 +6338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPregnancyStatus id: SetPregnancyStatus
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2450 startLine: 2451
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6376,7 +6379,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomSpeakSound id: GetRandomSpeakSound
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2891 startLine: 2892
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -6423,7 +6426,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create id: Create
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 2919 startLine: 2920
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -9747,6 +9750,70 @@ references:
- uid: TinyLife.Goals.MemoryType - uid: TinyLife.Goals.MemoryType
name: MemoryType name: MemoryType
- name: ) - name: )
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
commentId: M:TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
nameWithType: Person.GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
fullName: TinyLife.Objects.Person.GetTimeSinceMemory<T>(TinyLife.Goals.MemoryType, System.Func<T, bool>)
nameWithType.vb: Person.GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean))
fullName.vb: TinyLife.Objects.Person.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, System.Func(Of T, Boolean))
name.vb: GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean))
spec.csharp:
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
name: GetTimeSinceMemory
- name: <
- name: T
- name: '>'
- name: (
- uid: TinyLife.Goals.MemoryType
name: MemoryType
- name: ','
- name: " "
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '>'
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
name: GetTimeSinceMemory
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: TinyLife.Goals.MemoryType
name: MemoryType
- name: ','
- name: " "
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: T
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- name: )
- uid: System.Collections.Generic.List{TinyLife.Goals.Memory} - uid: System.Collections.Generic.List{TinyLife.Goals.Memory}
commentId: T:System.Collections.Generic.List{TinyLife.Goals.Memory} commentId: T:System.Collections.Generic.List{TinyLife.Goals.Memory}
parent: System.Collections.Generic parent: System.Collections.Generic

View file

@ -5,7 +5,7 @@ items:
id: PersonAi id: PersonAi
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
langs: langs:
- csharp - csharp
- vb - vb
@ -41,16 +41,16 @@ items:
- System.Object.ToString - System.Object.ToString
extensionMethods: extensionMethods:
- TinyLife.Objects.PersonAi.TinyLife.Utilities.Extensions.JsonCopy``1 - TinyLife.Objects.PersonAi.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
parent: TinyLife.Objects.PersonAi parent: TinyLife.Objects.PersonAi
langs: langs:
- csharp - csharp
- vb - vb
name: StartAutomatically(Person, ActionType) name: StartAutomatically(Person, ActionType, bool)
nameWithType: PersonAi.StartAutomatically(Person, ActionType) nameWithType: PersonAi.StartAutomatically(Person, ActionType, bool)
fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType) fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool)
type: Method type: Method
source: source:
remote: remote:
@ -59,14 +59,14 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartAutomatically id: StartAutomatically
path: ../TinyLife/Objects/PersonAi.cs path: ../TinyLife/Objects/PersonAi.cs
startLine: 118 startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCauses a person to start the given action automatically with the same behavior that it would have if started by the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nCauses a person to start the given action automatically with the same behavior that it would have if started by the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public static bool StartAutomatically(Person person, ActionType type) content: public static bool StartAutomatically(Person person, ActionType type, bool priority = false)
parameters: parameters:
- id: person - id: person
type: TinyLife.Objects.Person type: TinyLife.Objects.Person
@ -74,11 +74,17 @@ items:
- id: type - id: type
type: TinyLife.Actions.ActionType type: TinyLife.Actions.ActionType
description: The action to start description: The action to start
- id: priority
type: System.Boolean
description: Whether to add this action to the start of the action queue rather than the end
return: return:
type: System.Boolean type: System.Boolean
description: Whether the action was successfully started description: Whether the action was successfully started
content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType) As Boolean content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType, priority As Boolean = False) As Boolean
overload: TinyLife.Objects.PersonAi.StartAutomatically* overload: TinyLife.Objects.PersonAi.StartAutomatically*
nameWithType.vb: PersonAi.StartAutomatically(Person, ActionType, Boolean)
fullName.vb: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean)
name.vb: StartAutomatically(Person, ActionType, Boolean)
references: references:
- uid: TinyLife.Objects.Person - uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose id: Pose
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3097 startLine: 3098
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing id: Standing
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3102 startLine: 3103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking id: Walking
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3106 startLine: 3107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting id: Sitting
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3110 startLine: 3111
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying id: Laying
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3115 startLine: 3116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround id: SittingGround
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3120 startLine: 3121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding id: WorkingStanding
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3124 startLine: 3125
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -228,7 +228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting id: WorkingSitting
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3128 startLine: 3129
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround id: WorkingSittingGround
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3132 startLine: 3133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -284,7 +284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running id: Running
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3136 startLine: 3137
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -312,7 +312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut id: StandingArmsOut
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3140 startLine: 3141
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -340,7 +340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkingArmsOut id: WalkingArmsOut
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3144 startLine: 3145
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyAbility id: PregnancyAbility
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3268 startLine: 3269
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neither id: Neither
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3273 startLine: 3274
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOthersPregnant id: GetOthersPregnant
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3277 startLine: 3278
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPregnant id: GetPregnant
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3281 startLine: 3282
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle id: SpeakStyle
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3224 startLine: 3225
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -74,7 +74,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative id: Affirmative
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3228 startLine: 3229
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -100,7 +100,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry id: Angry
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3229 startLine: 3230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed id: Annoyed
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3230 startLine: 3231
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored id: Bored
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3231 startLine: 3232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish id: Childish
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3232 startLine: 3233
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident id: Confident
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3233 startLine: 3234
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused id: Confused
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3234 startLine: 3235
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing id: Disagreeing
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3235 startLine: 3236
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -282,7 +282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited id: Excited
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3236 startLine: 3237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy id: Happy
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3237 startLine: 3238
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral id: Neutral
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3238 startLine: 3239
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -360,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning id: Questioning
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3239 startLine: 3240
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -386,7 +386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad id: Sad
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3240 startLine: 3241
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -412,7 +412,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared id: Scared
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3241 startLine: 3242
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -438,7 +438,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked id: Shocked
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3242 startLine: 3243
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking id: Thinking
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3243 startLine: 3244
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility id: Visibility
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 721 startLine: 723
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisible id: WhenVisible
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 726 startLine: 728
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisibleExt id: WhenVisibleExt
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 730 startLine: 732
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideZoomedOut id: HideZoomedOut
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 734 startLine: 736
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Static id: Static
path: ../TinyLife/Objects/MapObject.cs path: ../TinyLife/Objects/MapObject.cs
startLine: 739 startLine: 741
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle id: VoiceStyle
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3252 startLine: 3253
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low id: Low
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3255 startLine: 3256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -78,7 +78,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High id: High
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3256 startLine: 3257
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3257 startLine: 3258
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -130,7 +130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby id: Baby
path: ../TinyLife/Objects/Person.cs path: ../TinyLife/Objects/Person.cs
startLine: 3259 startLine: 3260
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -7,6 +7,7 @@ items:
- TinyLife.Objects.AbstractSpot - TinyLife.Objects.AbstractSpot
- TinyLife.Objects.ActionSpot - TinyLife.Objects.ActionSpot
- TinyLife.Objects.AgeGroup - TinyLife.Objects.AgeGroup
- TinyLife.Objects.Bathtub
- TinyLife.Objects.BreakableFurniture - TinyLife.Objects.BreakableFurniture
- TinyLife.Objects.BreakableFurniture.BrokenBehavior - TinyLife.Objects.BreakableFurniture.BrokenBehavior
- TinyLife.Objects.Chimney - TinyLife.Objects.Chimney
@ -82,6 +83,11 @@ references:
name: ActionSpot name: ActionSpot
nameWithType: ActionSpot nameWithType: ActionSpot
fullName: TinyLife.Objects.ActionSpot fullName: TinyLife.Objects.ActionSpot
- uid: TinyLife.Objects.Bathtub
commentId: T:TinyLife.Objects.Bathtub
name: Bathtub
nameWithType: Bathtub
fullName: TinyLife.Objects.Bathtub
- uid: TinyLife.Objects.BreakableFurniture - uid: TinyLife.Objects.BreakableFurniture
commentId: T:TinyLife.Objects.BreakableFurniture commentId: T:TinyLife.Objects.BreakableFurniture
parent: TinyLife.Objects parent: TinyLife.Objects

View file

@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationship id: Relationship
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 25 startLine: 24
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipPanel id: OnRelationshipPanel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 32 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -138,7 +138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRelationshipTooltip id: OnRelationshipTooltip
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 37 startLine: 36
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max id: Max
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 42 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveFriendReduction id: PassiveFriendReduction
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 46 startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -225,7 +225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveRomanceReduction id: PassiveRomanceReduction
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 50 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -254,7 +254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRecentSocialsAmount id: MaxRecentSocialsAmount
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 55 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -283,7 +283,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownPersonalityTypes id: KnownPersonalityTypes
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 62 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -322,7 +322,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OtherPerson id: OtherPerson
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 68 startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -363,7 +363,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner id: Partner
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 74 startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -394,7 +394,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendLevel id: FriendLevel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 80 startLine: 79
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -425,7 +425,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceLevel id: RomanceLevel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 90 startLine: 89
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -456,7 +456,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendPercentage id: FriendPercentage
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 103 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -487,7 +487,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomancePercentage id: RomancePercentage
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 107 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -518,7 +518,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 111 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -549,7 +549,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType id: RomanceType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 131 startLine: 130
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -580,7 +580,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDisplayString id: FriendDisplayString
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 149 startLine: 148
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -611,7 +611,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceDisplayString id: RomanceDisplayString
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 153 startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -642,7 +642,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Genealogy id: Genealogy
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 159 startLine: 158
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -683,7 +683,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating id: Dating
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 165 startLine: 164
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -722,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadFirstKiss id: HadFirstKiss
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 170 startLine: 169
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -770,7 +770,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownJobType id: KnownJobType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 175 startLine: 174
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -809,7 +809,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryingForBaby id: TryingForBaby
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 181 startLine: 180
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -852,7 +852,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSocialEffectiveness id: GetSocialEffectiveness
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 204 startLine: 203
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -887,7 +887,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecentSocialAmount id: GetRecentSocialAmount
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 214 startLine: 213
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -922,7 +922,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRecentSocial id: AddRecentSocial
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 224 startLine: 223
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -954,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 235 startLine: 234
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -986,7 +986,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic id: ResetToStatic
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 255 startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1024,7 +1024,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy id: SetGenealogy
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 285 startLine: 284
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1062,25 +1062,32 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory id: AddMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 315 startLine: 322
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nAdds a <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> to this relationship&apos;s person&apos;s and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.Memories\" data-throw-if-not-resolved=\"false\"></xref> list of this person.\n"
example: []
syntax: syntax:
content: 'public T AddMemory<T>(MemoryType type, bool addToBoth, bool replace = false, TimeSpan? timeOccured = null) where T : Memory' content: 'public T AddMemory<T>(MemoryType type, bool addToBoth, bool replace = false, TimeSpan? timeOccured = null) where T : Memory'
parameters: parameters:
- id: type - id: type
type: TinyLife.Goals.MemoryType type: TinyLife.Goals.MemoryType
description: The type of memory to add.
- id: addToBoth - id: addToBoth
type: System.Boolean type: System.Boolean
description: Whether the memory should be added to the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> as well.
- id: replace - id: replace
type: System.Boolean type: System.Boolean
description: Whether existing instances of the given <code data-dev-comment-type="paramref" class="paramref">type</code> should be replaced by this memory.
- id: timeOccured - id: timeOccured
type: System.Nullable{System.TimeSpan} type: System.Nullable{System.TimeSpan}
description: The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
typeParameters: typeParameters:
- id: T - id: T
return: return:
type: '{T}' type: '{T}'
description: The added memory.
content.vb: Public Function AddMemory(Of T As Memory)(type As MemoryType, addToBoth As Boolean, replace As Boolean = False, timeOccured As TimeSpan? = Nothing) As T content.vb: Public Function AddMemory(Of T As Memory)(type As MemoryType, addToBoth As Boolean, replace As Boolean = False, timeOccured As TimeSpan? = Nothing) As T
overload: TinyLife.Relationship.AddMemory* overload: TinyLife.Relationship.AddMemory*
nameWithType.vb: Relationship.AddMemory(Of T)(MemoryType, Boolean, Boolean, TimeSpan?) nameWithType.vb: Relationship.AddMemory(Of T)(MemoryType, Boolean, Boolean, TimeSpan?)
@ -1104,21 +1111,26 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories id: GetMemories
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 321 startLine: 334
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nReturns all <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this relationship&apos;s person and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref> currently track that match the given <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax: syntax:
content: 'public IEnumerable<T> GetMemories<T>(MemoryType type, bool returnBoth) where T : Memory' content: 'public IEnumerable<T> GetMemories<T>(MemoryType type, bool returnBoth) where T : Memory'
parameters: parameters:
- id: type - id: type
type: TinyLife.Goals.MemoryType type: TinyLife.Goals.MemoryType
description: The memory type to match.
- id: returnBoth - id: returnBoth
type: System.Boolean type: System.Boolean
description: Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>&apos;s memories should also be returned.
typeParameters: typeParameters:
- id: T - id: T
return: return:
type: System.Collections.Generic.IEnumerable{{T}} type: System.Collections.Generic.IEnumerable{{T}}
description: The memories of the given type.
content.vb: Public Function GetMemories(Of T As Memory)(type As MemoryType, returnBoth As Boolean) As IEnumerable(Of T) content.vb: Public Function GetMemories(Of T As Memory)(type As MemoryType, returnBoth As Boolean) As IEnumerable(Of T)
overload: TinyLife.Relationship.GetMemories* overload: TinyLife.Relationship.GetMemories*
nameWithType.vb: Relationship.GetMemories(Of T)(MemoryType, Boolean) nameWithType.vb: Relationship.GetMemories(Of T)(MemoryType, Boolean)
@ -1142,23 +1154,29 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMemory id: RemoveMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 328 startLine: 348
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nRemoves all <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances of the given type <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code> and <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref> from this relationship&apos;s person&apos;s and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.Memories\" data-throw-if-not-resolved=\"false\"></xref> collections, and returns the amount of memories removed.\n"
example: []
syntax: syntax:
content: 'public int RemoveMemory<T>(MemoryType type, bool removeFromBoth, Func<T, bool> condition = null) where T : Memory' content: 'public int RemoveMemory<T>(MemoryType type, bool removeFromBoth, Func<T, bool> condition = null) where T : Memory'
parameters: parameters:
- id: type - id: type
type: TinyLife.Goals.MemoryType type: TinyLife.Goals.MemoryType
description: The memory type to match.
- id: removeFromBoth - id: removeFromBoth
type: System.Boolean type: System.Boolean
description: Wether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>&apos;s memories should also be removed.
- id: condition - id: condition
type: System.Func{{T},System.Boolean} type: System.Func{{T},System.Boolean}
description: An additional condition to determine whether memories should be included in the search.
typeParameters: typeParameters:
- id: T - id: T
return: return:
type: System.Int32 type: System.Int32
description: How many memories were removed.
content.vb: Public Function RemoveMemory(Of T As Memory)(type As MemoryType, removeFromBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As Integer content.vb: Public Function RemoveMemory(Of T As Memory)(type As MemoryType, removeFromBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As Integer
overload: TinyLife.Relationship.RemoveMemory* overload: TinyLife.Relationship.RemoveMemory*
nameWithType.vb: Relationship.RemoveMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean)) nameWithType.vb: Relationship.RemoveMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
@ -1182,23 +1200,29 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory id: GetTimeSinceMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 335 startLine: 363
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
summary: "\nReturns the time since a memory of the given <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref> has occured in this relationship&apos;s main person or <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are multiple memories of the given type, the minimum time is returned. If there is no memory of the given type, <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> is returned.\n"
example: []
syntax: syntax:
content: 'public TimeSpan? GetTimeSinceMemory<T>(MemoryType type, bool includeBoth, Func<T, bool> condition = null) where T : Memory' content: 'public TimeSpan? GetTimeSinceMemory<T>(MemoryType type, bool includeBoth, Func<T, bool> condition = null) where T : Memory'
parameters: parameters:
- id: type - id: type
type: TinyLife.Goals.MemoryType type: TinyLife.Goals.MemoryType
description: The memory type to query.
- id: includeBoth - id: includeBoth
type: System.Boolean type: System.Boolean
description: Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>&apos;s memories should be included in the search.
- id: condition - id: condition
type: System.Func{{T},System.Boolean} type: System.Func{{T},System.Boolean}
description: An additional condition to determine whether memories should be included in the search.
typeParameters: typeParameters:
- id: T - id: T
return: return:
type: System.Nullable{System.TimeSpan} type: System.Nullable{System.TimeSpan}
description: The time since the given memory type.
content.vb: Public Function GetTimeSinceMemory(Of T As Memory)(type As MemoryType, includeBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As TimeSpan? content.vb: Public Function GetTimeSinceMemory(Of T As Memory)(type As MemoryType, includeBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As TimeSpan?
overload: TinyLife.Relationship.GetTimeSinceMemory* overload: TinyLife.Relationship.GetTimeSinceMemory*
nameWithType.vb: Relationship.GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean)) nameWithType.vb: Relationship.GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
@ -1222,7 +1246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel id: CreatePanel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 354 startLine: 382
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1266,7 +1290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip id: PopulateTooltip
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 399 startLine: 427
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -2749,6 +2773,21 @@ references:
name: SetGenealogy name: SetGenealogy
nameWithType: Relationship.SetGenealogy nameWithType: Relationship.SetGenealogy
fullName: TinyLife.Relationship.SetGenealogy fullName: TinyLife.Relationship.SetGenealogy
- uid: TinyLife.Goals.Memory
commentId: T:TinyLife.Goals.Memory
name: Memory
nameWithType: Memory
fullName: TinyLife.Goals.Memory
- uid: TinyLife.Objects.Person.Memories
commentId: F:TinyLife.Objects.Person.Memories
name: Memories
nameWithType: Person.Memories
fullName: TinyLife.Objects.Person.Memories
- uid: TinyLife.World.Map.Time
commentId: P:TinyLife.World.Map.Time
name: Time
nameWithType: Map.Time
fullName: TinyLife.World.Map.Time
- uid: TinyLife.Relationship.AddMemory* - uid: TinyLife.Relationship.AddMemory*
commentId: Overload:TinyLife.Relationship.AddMemory commentId: Overload:TinyLife.Relationship.AddMemory
name: AddMemory name: AddMemory

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType id: RelationshipType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 441 startLine: 469
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies id: Enemies
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 446 startLine: 474
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked id: Disliked
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 450 startLine: 478
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances id: Acquaintances
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 454 startLine: 482
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends id: Friends
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 458 startLine: 486
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -165,7 +165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends id: GoodFriends
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 462 startLine: 490
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType id: RomanceType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 470 startLine: 498
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance id: NoRomance
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 475 startLine: 503
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested id: Interested
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 479 startLine: 507
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts id: Sweethearts
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 483 startLine: 511
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates id: Soulmates
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 487 startLine: 515
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TileTool id: TileTool
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 22 startLine: 21
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -97,7 +97,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 30 startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -127,7 +127,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 33 startLine: 32
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 85 startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi id: InitBuildModeUi
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 96 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor id: GetMouseCursor
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 122 startLine: 121
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -264,7 +264,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanUndoRedo id: CanUndoRedo
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 129 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -296,7 +296,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject id: ShouldHighlightSelectedObject
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 134 startLine: 133
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveTileIncompatibleFurniture id: RemoveTileIncompatibleFurniture
path: ../TinyLife/Tools/TileTool.cs path: ../TinyLife/Tools/TileTool.cs
startLine: 189 startLine: 188
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Tools namespace: TinyLife.Tools

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorType id: CursorType
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 75 startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None id: None
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 80 startLine: 78
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Default id: Default
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 84 startLine: 82
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wall id: Wall
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 88 startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hammer id: Hammer
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 92 startLine: 90
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Range id: Range
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 96 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -196,7 +196,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disallowed id: Disallowed
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 100 startLine: 98
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -224,7 +224,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotatingCamera id: RotatingCamera
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 104 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -252,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EditingActions id: EditingActions
path: ../TinyLife/Uis/Cursor.cs path: ../TinyLife/Uis/Cursor.cs
startLine: 108 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis

View file

@ -66,7 +66,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extensions id: Extensions
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 30 startLine: 29
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScreenPos id: ToScreenPos
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 40 startLine: 39
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorldPos id: ToWorldPos
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 57 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -194,7 +194,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToVisualY id: ToVisualY
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 72 startLine: 71
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWallSide id: ToWallSide
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 87 startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -266,7 +266,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsVertical id: IsVertical
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 97 startLine: 96
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -302,7 +302,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHorizontal id: IsHorizontal
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 107 startLine: 106
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -338,7 +338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JsonCopy id: JsonCopy
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 117 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -380,7 +380,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPriceModifier id: GetPriceModifier
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 138 startLine: 137
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -416,7 +416,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 161 startLine: 160
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -452,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChanceModifier id: GetChanceModifier
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 185 startLine: 184
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -488,7 +488,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToLocalizedString id: ToLocalizedString
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 201 startLine: 200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -524,7 +524,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSellingPriceString id: ToSellingPriceString
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 211 startLine: 210
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -563,7 +563,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothValid id: BothValid
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 222 startLine: 221
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -605,7 +605,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothValid id: BothValid
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 233 startLine: 232
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -644,7 +644,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnyActive id: AnyActive
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 244 startLine: 243
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -686,7 +686,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnyActive id: AnyActive
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 255 startLine: 254
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -725,7 +725,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnyInactive id: AnyInactive
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 266 startLine: 265
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -767,7 +767,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnyInactive id: AnyInactive
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 277 startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -806,7 +806,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOpposite id: GetOpposite
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 288 startLine: 287
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -842,7 +842,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTransitive id: GetTransitive
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 311 startLine: 310
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -885,7 +885,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAgeAppropriate id: IsAgeAppropriate
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 391 startLine: 390
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -924,7 +924,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorking id: ToWorking
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 405 startLine: 404
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -960,7 +960,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultPose id: GetDefaultPose
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 426 startLine: 425
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -996,7 +996,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddHoverAnimation id: AddHoverAnimation
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 441 startLine: 440
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1032,7 +1032,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSimpleLocalizedString id: ToSimpleLocalizedString
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 462 startLine: 461
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1068,7 +1068,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultTab id: GetDefaultTab
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 475 startLine: 474
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1104,7 +1104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultDirtyOverlayTextureName id: GetDefaultDirtyOverlayTextureName
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 514 startLine: 513
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1140,7 +1140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLockedFor id: IsLockedFor
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 533 startLine: 532
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1182,7 +1182,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawIsoArea id: DrawIsoArea
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 557 startLine: 556
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1230,7 +1230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawIsoArea id: DrawIsoArea
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 570 startLine: 569
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1281,7 +1281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsPartOfPerson id: IsPartOfPerson
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 601 startLine: 600
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1317,7 +1317,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTakeOff id: CanTakeOff
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 610 startLine: 609
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1353,7 +1353,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepth id: GetDepth
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 620 startLine: 619
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1389,7 +1389,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPauseGame id: SetPauseGame
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 630 startLine: 629
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1431,7 +1431,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsActiveRoot id: IsActiveRoot
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 640 startLine: 639
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1467,7 +1467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredMatchPercentage id: GetRequiredMatchPercentage
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 650 startLine: 649
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1503,7 +1503,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday id: Weekday
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 665 startLine: 664
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1539,7 +1539,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 675 startLine: 674
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1575,7 +1575,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 704 startLine: 703
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1611,7 +1611,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPersonality id: GetPersonality
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 722 startLine: 721
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1650,7 +1650,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 736 startLine: 735
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1685,7 +1685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Multiplier id: Multiplier
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 749 startLine: 748
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1725,7 +1725,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPregnancyHours id: GetPregnancyHours
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 765 startLine: 764
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1761,7 +1761,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDaysBeforeAging id: GetDaysBeforeAging
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 776 startLine: 775
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1804,7 +1804,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddGamepadScrolling id: AddGamepadScrolling
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 793 startLine: 792
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1837,7 +1837,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddProgressArrows id: AddProgressArrows
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 813 startLine: 812
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities
@ -1885,7 +1885,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToTimestampString id: ToTimestampString
path: ../TinyLife/Utilities/Extensions.cs path: ../TinyLife/Utilities/Extensions.cs
startLine: 847 startLine: 846
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Utilities namespace: TinyLife.Utilities

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawDelegate id: DrawDelegate
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 2423 startLine: 2426
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -2103,7 +2103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections id: GetSections
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1104 startLine: 1107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2144,7 +2144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections id: GetSections
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1114 startLine: 1117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2185,7 +2185,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkDirtyForPathfinding id: MarkDirtyForPathfinding
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1135 startLine: 1138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2217,7 +2217,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPathCost id: GetPathCost
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1156 startLine: 1159
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2258,7 +2258,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkBetween id: CanWalkBetween
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1178 startLine: 1181
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2299,7 +2299,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFreeSpot id: IsFreeSpot
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1187 startLine: 1190
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2334,7 +2334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDeadPerson id: GetDeadPerson
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1197 startLine: 1200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2369,7 +2369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound id: PlaySound
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1217 startLine: 1220
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2422,7 +2422,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound id: PlaySound
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1234 startLine: 1237
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2475,7 +2475,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestFreeExitPoint id: GetClosestFreeExitPoint
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1253 startLine: 1256
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2510,7 +2510,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetExitRoads id: GetExitRoads
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1264 startLine: 1267
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2541,7 +2541,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls id: GetWalls
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1279 startLine: 1282
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2576,7 +2576,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyCameraRotation id: ApplyCameraRotation
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1299 startLine: 1302
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2620,7 +2620,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyInverseCameraRotation id: ApplyInverseCameraRotation
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1315 startLine: 1318
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2658,7 +2658,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged id: OnCameraRotationChanged
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1330 startLine: 1333
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2693,7 +2693,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLight id: AddLight
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1353 startLine: 1356
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2725,7 +2725,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveLight id: RemoveLight
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1362 startLine: 1365
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2757,7 +2757,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveEverything id: MoveEverything
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1374 startLine: 1377
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2801,7 +2801,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidateExistingRooms id: ValidateExistingRooms
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1435 startLine: 1438
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2836,7 +2836,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddNewRoomsAndValidateExisting id: AddNewRoomsAndValidateExisting
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1454 startLine: 1457
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2877,7 +2877,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRegularVisitors id: GetRegularVisitors
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1508 startLine: 1511
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2908,7 +2908,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateExternalPeople id: UpdateExternalPeople
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1520 startLine: 1523
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2942,7 +2942,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAllLotEmployments id: GetAllLotEmployments
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1603 startLine: 1606
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2973,7 +2973,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkTileDirtyForDrawing id: MarkTileDirtyForDrawing
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1616 startLine: 1619
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -3005,7 +3005,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkObjectDirtyForDrawing id: MarkObjectDirtyForDrawing
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 1632 startLine: 1635
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -3046,7 +3046,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadStaticMap id: LoadStaticMap
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 2187 startLine: 2190
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -3093,7 +3093,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotHidden id: IsLotHidden
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 2242 startLine: 2245
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -3128,7 +3128,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMapSampler id: GetMapSampler
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 2260 startLine: 2263
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateDelegate id: UpdateDelegate
path: ../TinyLife/World/Map.cs path: ../TinyLife/World/Map.cs
startLine: 2413 startLine: 2416
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -79,8 +79,6 @@ items:
name: ChoicePromptInfo name: ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo.Option - uid: TinyLife.Actions.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option name: ChoicePromptInfo.Option
- uid: TinyLife.Actions.CleanUpBabyAction
name: CleanUpBabyAction
- uid: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.CompletionType
name: CompletionType name: CompletionType
- uid: TinyLife.Actions.DebugAction - uid: TinyLife.Actions.DebugAction
@ -260,6 +258,8 @@ items:
name: ActionSpot name: ActionSpot
- uid: TinyLife.Objects.AgeGroup - uid: TinyLife.Objects.AgeGroup
name: AgeGroup name: AgeGroup
- uid: TinyLife.Objects.Bathtub
name: Bathtub
- uid: TinyLife.Objects.BreakableFurniture - uid: TinyLife.Objects.BreakableFurniture
name: BreakableFurniture name: BreakableFurniture
- uid: TinyLife.Objects.BreakableFurniture.BrokenBehavior - uid: TinyLife.Objects.BreakableFurniture.BrokenBehavior