diff --git a/Changelog.md b/Changelog.md
index 451819a..2f660ca 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,15 @@
+# 0.43.3
+*July 14, 2024*
+
+Improvements
+- Display more stages in the loading screen while loading the save file
+
+Fixes
+- Fixed being unable to deserialize the discard held item action when loading a save
+- Fixed some important social actions only working when the partner's needs are high enough
+- Fixed some important social actions losing priority when done recently
+- Fixed another exception when holding something while aging up
+
# 0.43.2
*July 13, 2024*
diff --git a/docs/api/.manifest b/docs/api/.manifest
index 529306a..2cb69df 100644
--- a/docs/api/.manifest
+++ b/docs/api/.manifest
@@ -127,6 +127,7 @@
"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.EnqueuePriority": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled": "TinyLife.Actions.ActionType.AiSettings.yml",
+ "TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.PassivePriority": "TinyLife.Actions.ActionType.AiSettings.yml",
"TinyLife.Actions.ActionType.AiSettings.SolvedNeeds": "TinyLife.Actions.ActionType.AiSettings.yml",
@@ -962,6 +963,7 @@
"TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.GainedSkill": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance": "TinyLife.Actions.TalkAction.TalkSettings.yml",
+ "TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.OnFailure": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.OnSuccess": "TinyLife.Actions.TalkAction.TalkSettings.yml",
@@ -2661,6 +2663,8 @@
"TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.UpdateAdditionalVisuals": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])": "TinyLife.Objects.PersonAi.yml",
@@ -2812,6 +2816,7 @@
"TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnGetWalkSpeed": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnMemoriesChanged": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.OnNewDay": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnNewSkillLearned": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnOutfitChanged": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.OnRestoreNeed": "TinyLife.Objects.PersonLike.yml",
@@ -2835,6 +2840,7 @@
"TinyLife.Objects.PersonLike.RemoveHeldObject``1": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.ResetVisuals": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.RestoreNeedDelegate": "TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml",
@@ -2859,7 +2865,16 @@
"TinyLife.Objects.PersonLike.ToCreatedByString": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdatePose": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)": "TinyLife.Objects.PersonLike.yml",
+ "TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.Validate": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.PersonLike.yml",
"TinyLife.Objects.PersonLike.VisitingLot": "TinyLife.Objects.PersonLike.yml",
diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml
index 5e01278..abb3023 100644
--- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml
+++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml
@@ -10,6 +10,7 @@ items:
- TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
- TinyLife.Actions.ActionType.AiSettings.EnqueuePriority
- TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
+ - TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
- TinyLife.Actions.ActionType.AiSettings.NeedsFreeActionSpot
- TinyLife.Actions.ActionType.AiSettings.PassivePriority
- TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
@@ -225,6 +226,33 @@ items:
return:
type: System.Boolean
content.vb: Public NeedsFreeActionSpot As Boolean
+- uid: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
+ commentId: F:TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
+ id: IgnorePartnerNeeds
+ parent: TinyLife.Actions.ActionType.AiSettings
+ langs:
+ - csharp
+ - vb
+ name: IgnorePartnerNeeds
+ nameWithType: ActionType.AiSettings.IgnorePartnerNeeds
+ fullName: TinyLife.Actions.ActionType.AiSettings.IgnorePartnerNeeds
+ type: Field
+ source:
+ remote:
+ path: TinyLife/Actions/ActionType.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: IgnorePartnerNeeds
+ path: ../TinyLife/Actions/ActionType.cs
+ startLine: 422
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public bool IgnorePartnerNeeds
+ return:
+ type: System.Boolean
+ content.vb: Public IgnorePartnerNeeds As Boolean
- uid: TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
commentId: F:TinyLife.Actions.ActionType.AiSettings.IgnoreAiDisabled
id: IgnoreAiDisabled
@@ -243,7 +271,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IgnoreAiDisabled
path: ../TinyLife/Actions/ActionType.cs
- startLine: 425
+ startLine: 426
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -272,7 +300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePriority
path: ../TinyLife/Actions/ActionType.cs
- startLine: 429
+ startLine: 430
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -301,7 +329,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ActionType.cs
- startLine: 434
+ startLine: 435
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml
index 49b6c57..09292a9 100644
--- a/docs/api/TinyLife.Actions.ActionType.yml
+++ b/docs/api/TinyLife.Actions.ActionType.yml
@@ -8658,7 +8658,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanUpBaby
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 405
+ startLine: 406
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8685,7 +8685,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BatheBaby
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 416
+ startLine: 418
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8712,7 +8712,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInCrib
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 426
+ startLine: 429
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8739,7 +8739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskToTakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 433
+ startLine: 436
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8766,7 +8766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskFood
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 447
+ startLine: 450
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8793,7 +8793,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckOnBaby
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 461
+ startLine: 465
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -8820,7 +8820,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskForArtAdvice
path: ../TinyLife/Actions/ActionType.Social.Misc.cs
- startLine: 494
+ startLine: 504
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
index cccb891..47db3c9 100644
--- a/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
+++ b/docs/api/TinyLife.Actions.DiscardHeldItemAction.yml
@@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiscardHeldItemAction
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
- startLine: 11
+ startLine: 12
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -148,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiscardActions
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
- startLine: 17
+ startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -180,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
- startLine: 25
+ startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -213,7 +213,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
- startLine: 28
+ startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -252,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
- startLine: 51
+ startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
index 0cc4378..207e175 100644
--- a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
+++ b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 478
+ startLine: 484
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml
index a1b2ad7..c7e9707 100644
--- a/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml
+++ b/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml
@@ -16,6 +16,7 @@ items:
- TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
- TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
- TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
+ - TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
- TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
- TinyLife.Actions.TalkAction.TalkSettings.OnFailure
- TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
@@ -42,7 +43,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 159
+ startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -78,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 165
+ startLine: 170
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -110,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 170
+ startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -142,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 175
+ startLine: 180
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -174,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 179
+ startLine: 184
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -203,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutesVariation
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 183
+ startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -232,7 +233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 187
+ startLine: 192
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -261,7 +262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 191
+ startLine: 196
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -290,7 +291,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 196
+ startLine: 201
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -322,7 +323,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 201
+ startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -354,7 +355,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 205
+ startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -383,7 +384,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 210
+ startLine: 215
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -415,7 +416,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 215
+ startLine: 220
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -447,7 +448,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 220
+ startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -479,7 +480,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 224
+ startLine: 229
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -508,7 +509,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 230
+ startLine: 235
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -542,7 +543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 235
+ startLine: 240
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -574,7 +575,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 239
+ startLine: 244
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -603,7 +604,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 243
+ startLine: 248
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -614,6 +615,33 @@ items:
return:
type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.PersonLike}
content.vb: Public OnFailure As Action(Of Action, PersonLike)
+- uid: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
+ commentId: F:TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
+ id: IgnorePriorityDecline
+ parent: TinyLife.Actions.TalkAction.TalkSettings
+ langs:
+ - csharp
+ - vb
+ name: IgnorePriorityDecline
+ nameWithType: TalkAction.TalkSettings.IgnorePriorityDecline
+ fullName: TinyLife.Actions.TalkAction.TalkSettings.IgnorePriorityDecline
+ type: Field
+ source:
+ remote:
+ path: TinyLife/Actions/TalkAction.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: IgnorePriorityDecline
+ path: ../TinyLife/Actions/TalkAction.cs
+ startLine: 249
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ syntax:
+ content: public bool IgnorePriorityDecline
+ return:
+ type: System.Boolean
+ content.vb: Public IgnorePriorityDecline As Boolean
- uid: TinyLife.Actions.TalkAction.TalkSettings.#ctor
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.#ctor
id: '#ctor'
@@ -632,7 +660,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 248
+ startLine: 254
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -663,7 +691,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 266
+ startLine: 272
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -704,7 +732,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 279
+ startLine: 285
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -741,7 +769,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 301
+ startLine: 307
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -790,7 +818,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 383
+ startLine: 389
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml
index fb10247..1982378 100644
--- a/docs/api/TinyLife.Actions.TalkAction.yml
+++ b/docs/api/TinyLife.Actions.TalkAction.yml
@@ -508,7 +508,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFunny
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 103
+ startLine: 108
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -561,7 +561,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateMean
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 128
+ startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -608,7 +608,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateRomantic
path: ../TinyLife/Actions/TalkAction.cs
- startLine: 141
+ startLine: 146
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml
index ba90d47..2fd5d7c 100644
--- a/docs/api/TinyLife.Debug.CheatDelegate.yml
+++ b/docs/api/TinyLife.Debug.CheatDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate
path: ../TinyLife/Debug.cs
- startLine: 924
+ startLine: 936
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml
index 8f80094..1c4663c 100644
--- a/docs/api/TinyLife.Debug.DebugDelegate.yml
+++ b/docs/api/TinyLife.Debug.DebugDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate
path: ../TinyLife/Debug.cs
- startLine: 929
+ startLine: 941
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.GameImpl.GameMode.yml b/docs/api/TinyLife.GameImpl.GameMode.yml
index f8bcf86..986c2da 100644
--- a/docs/api/TinyLife.GameImpl.GameMode.yml
+++ b/docs/api/TinyLife.GameImpl.GameMode.yml
@@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
- startLine: 1440
+ startLine: 1441
assemblies:
- Tiny Life
namespace: TinyLife
@@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
- startLine: 1443
+ startLine: 1444
assemblies:
- Tiny Life
namespace: TinyLife
@@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
- startLine: 1445
+ startLine: 1446
assemblies:
- Tiny Life
namespace: TinyLife
@@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
- startLine: 1447
+ startLine: 1448
assemblies:
- Tiny Life
namespace: TinyLife
@@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
- startLine: 1449
+ startLine: 1450
assemblies:
- Tiny Life
namespace: TinyLife
@@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
- startLine: 1451
+ startLine: 1452
assemblies:
- Tiny Life
namespace: TinyLife
@@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
- startLine: 1453
+ startLine: 1454
assemblies:
- Tiny Life
namespace: TinyLife
@@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
- startLine: 1455
+ startLine: 1456
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml
index 2976af7..3666da0 100644
--- a/docs/api/TinyLife.Objects.AgeGroup.yml
+++ b/docs/api/TinyLife.Objects.AgeGroup.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3479
+ startLine: 3516
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3486
+ startLine: 3523
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -95,7 +95,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3492
+ startLine: 3529
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3498
+ startLine: 3535
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.DeathReason.yml b/docs/api/TinyLife.Objects.DeathReason.yml
index 9e67ec7..d951966 100644
--- a/docs/api/TinyLife.Objects.DeathReason.yml
+++ b/docs/api/TinyLife.Objects.DeathReason.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3430
+ startLine: 3467
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3436
+ startLine: 3473
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3441
+ startLine: 3478
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -115,7 +115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3446
+ startLine: 3483
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3450
+ startLine: 3487
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -174,7 +174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchBrew
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3454
+ startLine: 3491
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml
index 952108e..9e1a4b3 100644
--- a/docs/api/TinyLife.Objects.LifeSpan.yml
+++ b/docs/api/TinyLife.Objects.LifeSpan.yml
@@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3462
+ startLine: 3499
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3465
+ startLine: 3502
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -85,7 +85,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3466
+ startLine: 3503
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3467
+ startLine: 3504
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3468
+ startLine: 3505
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3469
+ startLine: 3506
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3470
+ startLine: 3507
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml
index 88d97c9..82f2224 100644
--- a/docs/api/TinyLife.Objects.Person.yml
+++ b/docs/api/TinyLife.Objects.Person.yml
@@ -46,6 +46,8 @@ items:
- TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)
- TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
- TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Objects.Person.UpdateAdditionalVisuals
+ - TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
- TinyLife.Objects.Person.Validate
langs:
- csharp
@@ -251,6 +253,17 @@ items:
- TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)
- TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ - TinyLife.Objects.PersonLike.UpdatePose
+ - TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ - TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ - TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ - TinyLife.Objects.PersonLike.OnNewDay
+ - TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.ResetVisuals
- TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
- TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
- TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
@@ -1031,6 +1044,61 @@ items:
nameWithType.vb: Person.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
+- uid: TinyLife.Objects.Person.UpdateAdditionalVisuals
+ commentId: M:TinyLife.Objects.Person.UpdateAdditionalVisuals
+ id: UpdateAdditionalVisuals
+ parent: TinyLife.Objects.Person
+ langs:
+ - csharp
+ - vb
+ name: UpdateAdditionalVisuals()
+ nameWithType: Person.UpdateAdditionalVisuals()
+ fullName: TinyLife.Objects.Person.UpdateAdditionalVisuals()
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/Person.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateAdditionalVisuals
+ path: ../TinyLife/Objects/Person.cs
+ startLine: 146
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateAdditionalVisuals()
+ content.vb: Protected Overridable Sub UpdateAdditionalVisuals()
+ overload: TinyLife.Objects.Person.UpdateAdditionalVisuals*
+- uid: TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
+ commentId: M:TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
+ id: UpdateJobs(System.TimeSpan)
+ parent: TinyLife.Objects.Person
+ langs:
+ - csharp
+ - vb
+ name: UpdateJobs(TimeSpan)
+ nameWithType: Person.UpdateJobs(TimeSpan)
+ fullName: TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/Person.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateJobs
+ path: ../TinyLife/Objects/Person.cs
+ startLine: 182
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateJobs(TimeSpan passedInGame)
+ parameters:
+ - id: passedInGame
+ type: System.TimeSpan
+ content.vb: Protected Overridable Sub UpdateJobs(passedInGame As TimeSpan)
+ overload: TinyLife.Objects.Person.UpdateJobs*
- uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
id: CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
@@ -1049,7 +1117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/Objects/Person.cs
- startLine: 180
+ startLine: 188
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1097,7 +1165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveActionPriority
path: ../TinyLife/Objects/Person.cs
- startLine: 187
+ startLine: 195
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1138,7 +1206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriorityForObject
path: ../TinyLife/Objects/Person.cs
- startLine: 198
+ startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1180,7 +1248,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic
path: ../TinyLife/Objects/Person.cs
- startLine: 209
+ startLine: 217
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1222,7 +1290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenerateAnimationGroup
path: ../TinyLife/Objects/Person.cs
- startLine: 230
+ startLine: 238
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1270,7 +1338,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLooksLayer
path: ../TinyLife/Objects/Person.cs
- startLine: 268
+ startLine: 276
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1326,7 +1394,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldItemDrawOffset
path: ../TinyLife/Objects/Person.cs
- startLine: 284
+ startLine: 292
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1364,7 +1432,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPivot
path: ../TinyLife/Objects/Person.cs
- startLine: 312
+ startLine: 320
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1396,7 +1464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRoomCheck
path: ../TinyLife/Objects/Person.cs
- startLine: 317
+ startLine: 325
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1428,7 +1496,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/Person.cs
- startLine: 323
+ startLine: 331
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1465,7 +1533,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: ../TinyLife/Objects/Person.cs
- startLine: 357
+ startLine: 365
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1501,7 +1569,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAgeChanged
path: ../TinyLife/Objects/Person.cs
- startLine: 369
+ startLine: 377
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1534,7 +1602,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToExitRoad
path: ../TinyLife/Objects/Person.cs
- startLine: 394
+ startLine: 402
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1566,7 +1634,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentGoals
path: ../TinyLife/Objects/Person.cs
- startLine: 400
+ startLine: 408
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1601,7 +1669,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: ../TinyLife/Objects/Person.cs
- startLine: 412
+ startLine: 420
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1652,7 +1720,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveNeedReduction
path: ../TinyLife/Objects/Person.cs
- startLine: 452
+ startLine: 460
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1691,7 +1759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProjects
path: ../TinyLife/Objects/Person.cs
- startLine: 476
+ startLine: 484
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1732,7 +1800,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProject
path: ../TinyLife/Objects/Person.cs
- startLine: 486
+ startLine: 494
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1773,7 +1841,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartProject
path: ../TinyLife/Objects/Person.cs
- startLine: 495
+ startLine: 503
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1808,7 +1876,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetJob
path: ../TinyLife/Objects/Person.cs
- startLine: 506
+ startLine: 514
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1861,7 +1929,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddJob
path: ../TinyLife/Objects/Person.cs
- startLine: 520
+ startLine: 528
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1902,7 +1970,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveJob
path: ../TinyLife/Objects/Person.cs
- startLine: 537
+ startLine: 545
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -1937,7 +2005,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Objects/Person.cs
- startLine: 572
+ startLine: 580
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6223,6 +6291,391 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
+- uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
+ name: UpdateSpeech(GameTime, float)
+ nameWithType: PersonLike.UpdateSpeech(GameTime, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, float)
+ nameWithType.vb: PersonLike.UpdateSpeech(GameTime, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, Single)
+ name.vb: UpdateSpeech(GameTime, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ name: UpdateSpeech
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ name: UpdateSpeech
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
+ name: UpdateEmotes(GameTime, float)
+ nameWithType: PersonLike.UpdateEmotes(GameTime, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, float)
+ nameWithType.vb: PersonLike.UpdateEmotes(GameTime, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, Single)
+ name.vb: UpdateEmotes(GameTime, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ name: UpdateEmotes
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ name: UpdateEmotes
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdatePose
+ commentId: M:TinyLife.Objects.PersonLike.UpdatePose
+ parent: TinyLife.Objects.PersonLike
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
+ name: UpdatePose()
+ nameWithType: PersonLike.UpdatePose()
+ fullName: TinyLife.Objects.PersonLike.UpdatePose()
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdatePose
+ name: UpdatePose
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
+ - name: (
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdatePose
+ name: UpdatePose
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
+ - name: (
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
+ name: UpdateRelationships(float)
+ nameWithType: PersonLike.UpdateRelationships(float)
+ fullName: TinyLife.Objects.PersonLike.UpdateRelationships(float)
+ nameWithType.vb: PersonLike.UpdateRelationships(Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateRelationships(Single)
+ name.vb: UpdateRelationships(Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ name: UpdateRelationships
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
+ - name: (
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ name: UpdateRelationships
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
+ - name: (
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
+ name: UpdateEmotions(GameTime, TimeSpan)
+ nameWithType: PersonLike.UpdateEmotions(GameTime, TimeSpan)
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime, System.TimeSpan)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ name: UpdateEmotions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ name: UpdateEmotions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ commentId: M:TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
+ name: UpdatePregnancy(TimeSpan)
+ nameWithType: PersonLike.UpdatePregnancy(TimeSpan)
+ fullName: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ name: UpdatePregnancy
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ name: UpdatePregnancy
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: )
+- uid: TinyLife.Objects.PersonLike.OnNewDay
+ commentId: M:TinyLife.Objects.PersonLike.OnNewDay
+ parent: TinyLife.Objects.PersonLike
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
+ name: OnNewDay()
+ nameWithType: PersonLike.OnNewDay()
+ fullName: TinyLife.Objects.PersonLike.OnNewDay()
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.OnNewDay
+ name: OnNewDay
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
+ - name: (
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.OnNewDay
+ name: OnNewDay
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
+ - name: (
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: UpdateMemories(GameTime, TimeSpan, float)
+ nameWithType: PersonLike.UpdateMemories(GameTime, TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ nameWithType.vb: PersonLike.UpdateMemories(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: UpdateMemories(GameTime, TimeSpan, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: UpdateMemories
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: UpdateMemories
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
+ name: UpdateNeeds(TimeSpan, float)
+ nameWithType: PersonLike.UpdateNeeds(TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, float)
+ nameWithType.vb: PersonLike.UpdateNeeds(TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, Single)
+ name.vb: UpdateNeeds(TimeSpan, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ name: UpdateNeeds
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ name: UpdateNeeds
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
+ - name: (
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ isExternal: true
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: UpdateActions(GameTime, TimeSpan, float)
+ nameWithType: PersonLike.UpdateActions(GameTime, TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ nameWithType.vb: PersonLike.UpdateActions(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: UpdateActions(GameTime, TimeSpan, Single)
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: UpdateActions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: float
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ name: UpdateActions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ - name: (
+ - uid: Microsoft.Xna.Framework.GameTime
+ name: GameTime
+ isExternal: true
+ - name: ','
+ - name: " "
+ - uid: System.TimeSpan
+ name: TimeSpan
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.timespan
+ - name: ','
+ - name: " "
+ - uid: System.Single
+ name: Single
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.single
+ - name: )
+- uid: TinyLife.Objects.PersonLike.ResetVisuals
+ commentId: M:TinyLife.Objects.PersonLike.ResetVisuals
+ parent: TinyLife.Objects.PersonLike
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
+ name: ResetVisuals()
+ nameWithType: PersonLike.ResetVisuals()
+ fullName: TinyLife.Objects.PersonLike.ResetVisuals()
+ spec.csharp:
+ - uid: TinyLife.Objects.PersonLike.ResetVisuals
+ name: ResetVisuals
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
+ - name: (
+ - name: )
+ spec.vb:
+ - uid: TinyLife.Objects.PersonLike.ResetVisuals
+ name: ResetVisuals
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
+ - name: (
+ - name: )
- uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
parent: TinyLife.Objects.PersonLike
@@ -9868,6 +10321,18 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
+- uid: TinyLife.Objects.Person.UpdateAdditionalVisuals*
+ commentId: Overload:TinyLife.Objects.Person.UpdateAdditionalVisuals
+ href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_UpdateAdditionalVisuals
+ name: UpdateAdditionalVisuals
+ nameWithType: Person.UpdateAdditionalVisuals
+ fullName: TinyLife.Objects.Person.UpdateAdditionalVisuals
+- uid: TinyLife.Objects.Person.UpdateJobs*
+ commentId: Overload:TinyLife.Objects.Person.UpdateJobs
+ href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_UpdateJobs_System_TimeSpan_
+ name: UpdateJobs
+ nameWithType: Person.UpdateJobs
+ fullName: TinyLife.Objects.Person.UpdateJobs
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute
diff --git a/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml
index b5e0645..fbd523d 100644
--- a/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.AddEmotionDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddEmotionDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3319
+ startLine: 3356
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml
index 7534b19..1cf0258 100644
--- a/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.AiPriorityForObjectDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiPriorityForObjectDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3299
+ startLine: 3336
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml
index fd6a5fd..2ff265b 100644
--- a/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.EfficiencyModifierDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3279
+ startLine: 3316
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml
index a48ba2c..78b3e5c 100644
--- a/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.EmotionModifiersChangedDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiersChangedDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3309
+ startLine: 3346
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml
index 39a5a04..3e84aa2 100644
--- a/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.PassiveActionPriorityDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3294
+ startLine: 3331
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml
index 73605be..e7dd6d2 100644
--- a/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.PassiveReductionDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReductionDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3324
+ startLine: 3361
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml
index d9a3ba6..b5439b8 100644
--- a/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.RelationshipChangeDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipChangeDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3314
+ startLine: 3351
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml
index d1536b8..bdb5db7 100644
--- a/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.RestoreNeedDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3304
+ startLine: 3341
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml
index a4576d2..9120d4b 100644
--- a/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.SkillBoostDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkillBoostDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3284
+ startLine: 3321
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml
index 71ddc2e..c7c45b6 100644
--- a/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.WalkSpeedDelegate.yml
@@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3289
+ startLine: 3326
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PersonLike.yml b/docs/api/TinyLife.Objects.PersonLike.yml
index 715c6e2..4c46518 100644
--- a/docs/api/TinyLife.Objects.PersonLike.yml
+++ b/docs/api/TinyLife.Objects.PersonLike.yml
@@ -148,6 +148,7 @@ items:
- TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost
- TinyLife.Objects.PersonLike.OnGetWalkSpeed
- TinyLife.Objects.PersonLike.OnMemoriesChanged
+ - TinyLife.Objects.PersonLike.OnNewDay
- TinyLife.Objects.PersonLike.OnNewSkillLearned
- TinyLife.Objects.PersonLike.OnOutfitChanged
- TinyLife.Objects.PersonLike.OnRestoreNeed
@@ -168,6 +169,7 @@ items:
- TinyLife.Objects.PersonLike.RemoveHeldObject``1
- TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})
- TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
+ - TinyLife.Objects.PersonLike.ResetVisuals
- TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
- TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.PersonLike.Rotation
@@ -190,7 +192,16 @@ items:
- TinyLife.Objects.PersonLike.ToCreatedByString
- TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
+ - TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ - TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ - TinyLife.Objects.PersonLike.UpdatePose
+ - TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ - TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ - TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
- TinyLife.Objects.PersonLike.Validate
- TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot)
- TinyLife.Objects.PersonLike.VisitingLot
@@ -3716,7 +3727,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 980
+ startLine: 767
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3766,7 +3777,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1025
+ startLine: 812
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3803,7 +3814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1105
+ startLine: 892
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3839,7 +3850,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1110
+ startLine: 897
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3878,7 +3889,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1115
+ startLine: 902
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3914,7 +3925,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDebugLines
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1130
+ startLine: 917
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3956,7 +3967,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfos
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1150
+ startLine: 937
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -3991,7 +4002,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1164
+ startLine: 951
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4030,7 +4041,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FocusCameraOnEvent
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1175
+ startLine: 962
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4073,7 +4084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1191
+ startLine: 978
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4115,7 +4126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveToMap
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1246
+ startLine: 1033
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4160,7 +4171,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrepareForPermanentRemoval
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1264
+ startLine: 1051
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4191,7 +4202,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitLot
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1278
+ startLine: 1065
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4226,7 +4237,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRelationship
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1296
+ startLine: 1083
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4270,7 +4281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeFriendship
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1322
+ startLine: 1109
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4314,7 +4325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeRomance
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1379
+ startLine: 1166
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4358,7 +4369,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayEmote
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1418
+ startLine: 1205
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4402,7 +4413,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StopEmoting
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1429
+ startLine: 1216
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4430,7 +4441,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speak
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1440
+ startLine: 1227
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4471,7 +4482,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StopSpeaking
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1450
+ startLine: 1237
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4499,7 +4510,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayEmoteAndSpeak
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1467
+ startLine: 1254
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4546,7 +4557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeTalkingSpots
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1477
+ startLine: 1264
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4580,7 +4591,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyActionSpot
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1497
+ startLine: 1284
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4634,7 +4645,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1528
+ startLine: 1315
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4687,7 +4698,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1546
+ startLine: 1333
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4740,7 +4751,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCloseForTalking
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1558
+ startLine: 1345
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4784,7 +4795,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1570
+ startLine: 1357
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4819,7 +4830,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeedPercentage
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1579
+ startLine: 1366
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4854,7 +4865,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1591
+ startLine: 1378
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4901,7 +4912,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1627
+ startLine: 1414
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4953,7 +4964,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkill
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1638
+ startLine: 1425
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -4997,7 +5008,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillTotalPercentage
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1657
+ startLine: 1444
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5035,7 +5046,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillPointPercentage
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1667
+ startLine: 1454
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5073,7 +5084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillLevel
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1677
+ startLine: 1464
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5111,7 +5122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSkillLevel
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1687
+ startLine: 1474
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5152,7 +5163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkill
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1699
+ startLine: 1486
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5201,7 +5212,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepleteNeed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1723
+ startLine: 1510
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5245,7 +5256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasPersonality
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1734
+ startLine: 1521
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5280,7 +5291,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueueAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1748
+ startLine: 1535
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5335,7 +5346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1768
+ startLine: 1555
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5382,7 +5393,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1784
+ startLine: 1571
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5425,7 +5436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1802
+ startLine: 1589
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5478,7 +5489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1815
+ startLine: 1602
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5519,7 +5530,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveHeldObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1828
+ startLine: 1615
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5556,7 +5567,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldActionInfo
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1842
+ startLine: 1629
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5590,7 +5601,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToCreatedByString
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1851
+ startLine: 1638
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5621,7 +5632,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Die
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1859
+ startLine: 1646
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5655,7 +5666,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddEmotion
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 1960
+ startLine: 1747
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5705,7 +5716,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveEmotion
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2009
+ startLine: 1796
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5740,7 +5751,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotion
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2030
+ startLine: 1817
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5787,7 +5798,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotionModifier
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2049
+ startLine: 1836
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5834,7 +5845,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasEmotionModifier
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2065
+ startLine: 1852
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5869,7 +5880,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2075
+ startLine: 1862
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5907,7 +5918,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalkSpeed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2090
+ startLine: 1877
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5941,7 +5952,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2125
+ startLine: 1912
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5991,7 +6002,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2173
+ startLine: 1960
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6026,7 +6037,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2178
+ startLine: 1965
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6061,7 +6072,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveActionPriority
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2189
+ startLine: 1976
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6101,7 +6112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriorityForObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2213
+ startLine: 2000
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6142,7 +6153,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomOutfit
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2224
+ startLine: 2011
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6177,7 +6188,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2236
+ startLine: 2023
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6217,7 +6228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2252
+ startLine: 2039
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6255,7 +6266,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2267
+ startLine: 2054
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6299,7 +6310,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2322
+ startLine: 2109
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6337,7 +6348,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2332
+ startLine: 2119
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6375,7 +6386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FaceObject
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2341
+ startLine: 2128
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6414,7 +6425,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPersonalitySkillBoost
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2365
+ startLine: 2152
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6452,7 +6463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotionSkillBoost
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2387
+ startLine: 2174
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6490,7 +6501,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentGoals
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2411
+ startLine: 2198
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6524,7 +6535,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2432
+ startLine: 2219
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6565,7 +6576,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2445
+ startLine: 2232
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6614,7 +6625,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2457
+ startLine: 2244
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6654,7 +6665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2466
+ startLine: 2253
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6695,7 +6706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMemory
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2477
+ startLine: 2264
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6741,7 +6752,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2505
+ startLine: 2292
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6787,7 +6798,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2524
+ startLine: 2311
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6830,7 +6841,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToExitRoad
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2537
+ startLine: 2324
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6861,7 +6872,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2551
+ startLine: 2338
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6905,7 +6916,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPregnancyStatus
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2571
+ startLine: 2358
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6946,7 +6957,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetAnimationsFromLooks
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2591
+ startLine: 2378
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -6974,7 +6985,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImportAtExitRoad
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2603
+ startLine: 2390
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7006,7 +7017,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToRandomHomeLocation
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2615
+ startLine: 2402
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7037,7 +7048,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldDrawHeldItem
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2637
+ startLine: 2424
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7068,7 +7079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldItemDrawOffset
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2648
+ startLine: 2435
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7105,7 +7116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldItemDepthOffset
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2656
+ startLine: 2443
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7136,7 +7147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPivot
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2667
+ startLine: 2454
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7167,7 +7178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2679
+ startLine: 2466
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7214,7 +7225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidClothes
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2741
+ startLine: 2528
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7249,7 +7260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanApplyPersonality
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2753
+ startLine: 2540
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7286,7 +7297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRecentlyFailed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2770
+ startLine: 2557
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7330,7 +7341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTakeOff
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2779
+ startLine: 2566
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7365,7 +7376,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveToMapExitRoad
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2790
+ startLine: 2577
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7403,7 +7414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLooks
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2809
+ startLine: 2596
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7456,7 +7467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLooksLayer
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2828
+ startLine: 2615
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7510,7 +7521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRoomCheck
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2837
+ startLine: 2624
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7541,7 +7552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateAnimations
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2865
+ startLine: 2652
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7561,6 +7572,350 @@ items:
nameWithType.vb: PersonLike.UpdateAnimations(TimeSpan, Single)
fullName.vb: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, Single)
name.vb: UpdateAnimations(TimeSpan, Single)
+- uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ id: UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateSpeech(GameTime, float)
+ nameWithType: PersonLike.UpdateSpeech(GameTime, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateSpeech
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2665
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateSpeech(GameTime time, float speedMultiplier)
+ parameters:
+ - id: time
+ type: Microsoft.Xna.Framework.GameTime
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateSpeech(time As GameTime, speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateSpeech*
+ nameWithType.vb: PersonLike.UpdateSpeech(GameTime, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, Single)
+ name.vb: UpdateSpeech(GameTime, Single)
+- uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ id: UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateEmotes(GameTime, float)
+ nameWithType: PersonLike.UpdateEmotes(GameTime, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateEmotes
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2694
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateEmotes(GameTime time, float speedMultiplier)
+ parameters:
+ - id: time
+ type: Microsoft.Xna.Framework.GameTime
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateEmotes(time As GameTime, speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateEmotes*
+ nameWithType.vb: PersonLike.UpdateEmotes(GameTime, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, Single)
+ name.vb: UpdateEmotes(GameTime, Single)
+- uid: TinyLife.Objects.PersonLike.UpdatePose
+ commentId: M:TinyLife.Objects.PersonLike.UpdatePose
+ id: UpdatePose
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdatePose()
+ nameWithType: PersonLike.UpdatePose()
+ fullName: TinyLife.Objects.PersonLike.UpdatePose()
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdatePose
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2702
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdatePose()
+ content.vb: Protected Overridable Sub UpdatePose()
+ overload: TinyLife.Objects.PersonLike.UpdatePose*
+- uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
+ id: UpdateRelationships(System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateRelationships(float)
+ nameWithType: PersonLike.UpdateRelationships(float)
+ fullName: TinyLife.Objects.PersonLike.UpdateRelationships(float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateRelationships
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2720
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateRelationships(float speedMultiplier)
+ parameters:
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateRelationships(speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateRelationships*
+ nameWithType.vb: PersonLike.UpdateRelationships(Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateRelationships(Single)
+ name.vb: UpdateRelationships(Single)
+- uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ id: UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateEmotions(GameTime, TimeSpan)
+ nameWithType: PersonLike.UpdateEmotions(GameTime, TimeSpan)
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime, System.TimeSpan)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateEmotions
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2738
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateEmotions(GameTime time, TimeSpan passedInGame)
+ parameters:
+ - id: time
+ type: Microsoft.Xna.Framework.GameTime
+ - id: passedInGame
+ type: System.TimeSpan
+ content.vb: Protected Overridable Sub UpdateEmotions(time As GameTime, passedInGame As TimeSpan)
+ overload: TinyLife.Objects.PersonLike.UpdateEmotions*
+- uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ commentId: M:TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ id: UpdatePregnancy(System.TimeSpan)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdatePregnancy(TimeSpan)
+ nameWithType: PersonLike.UpdatePregnancy(TimeSpan)
+ fullName: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdatePregnancy
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2772
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdatePregnancy(TimeSpan passedInGame)
+ parameters:
+ - id: passedInGame
+ type: System.TimeSpan
+ content.vb: Protected Overridable Sub UpdatePregnancy(passedInGame As TimeSpan)
+ overload: TinyLife.Objects.PersonLike.UpdatePregnancy*
+- uid: TinyLife.Objects.PersonLike.OnNewDay
+ commentId: M:TinyLife.Objects.PersonLike.OnNewDay
+ id: OnNewDay
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: OnNewDay()
+ nameWithType: PersonLike.OnNewDay()
+ fullName: TinyLife.Objects.PersonLike.OnNewDay()
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: OnNewDay
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2801
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void OnNewDay()
+ content.vb: Protected Overridable Sub OnNewDay()
+ overload: TinyLife.Objects.PersonLike.OnNewDay*
+- uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateMemories(GameTime, TimeSpan, float)
+ nameWithType: PersonLike.UpdateMemories(GameTime, TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateMemories
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2816
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateMemories(GameTime time, TimeSpan passedInGame, float speedMultiplier)
+ parameters:
+ - id: time
+ type: Microsoft.Xna.Framework.GameTime
+ - id: passedInGame
+ type: System.TimeSpan
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateMemories(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateMemories*
+ nameWithType.vb: PersonLike.UpdateMemories(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: UpdateMemories(GameTime, TimeSpan, Single)
+- uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
+ id: UpdateNeeds(System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateNeeds(TimeSpan, float)
+ nameWithType: PersonLike.UpdateNeeds(TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateNeeds
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2821
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateNeeds(TimeSpan passedInGame, float speedMultiplier)
+ parameters:
+ - id: passedInGame
+ type: System.TimeSpan
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateNeeds(passedInGame As TimeSpan, speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateNeeds*
+ nameWithType.vb: PersonLike.UpdateNeeds(TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, Single)
+ name.vb: UpdateNeeds(TimeSpan, Single)
+- uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: UpdateActions(GameTime, TimeSpan, float)
+ nameWithType: PersonLike.UpdateActions(GameTime, TimeSpan, float)
+ fullName: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: UpdateActions
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2836
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void UpdateActions(GameTime time, TimeSpan passedInGame, float speedMultiplier)
+ parameters:
+ - id: time
+ type: Microsoft.Xna.Framework.GameTime
+ - id: passedInGame
+ type: System.TimeSpan
+ - id: speedMultiplier
+ type: System.Single
+ content.vb: Protected Overridable Sub UpdateActions(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overload: TinyLife.Objects.PersonLike.UpdateActions*
+ nameWithType.vb: PersonLike.UpdateActions(GameTime, TimeSpan, Single)
+ fullName.vb: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
+ name.vb: UpdateActions(GameTime, TimeSpan, Single)
+- uid: TinyLife.Objects.PersonLike.ResetVisuals
+ commentId: M:TinyLife.Objects.PersonLike.ResetVisuals
+ id: ResetVisuals
+ parent: TinyLife.Objects.PersonLike
+ langs:
+ - csharp
+ - vb
+ name: ResetVisuals()
+ nameWithType: PersonLike.ResetVisuals()
+ fullName: TinyLife.Objects.PersonLike.ResetVisuals()
+ type: Method
+ source:
+ remote:
+ path: TinyLife/Objects/PersonLike.cs
+ branch: main
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: ResetVisuals
+ path: ../TinyLife/Objects/PersonLike.cs
+ startLine: 2896
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Objects
+ syntax:
+ content: protected virtual void ResetVisuals()
+ content.vb: Protected Overridable Sub ResetVisuals()
+ overload: TinyLife.Objects.PersonLike.ResetVisuals*
- uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
id: OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
@@ -7579,7 +7934,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2884
+ startLine: 2921
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7617,7 +7972,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2961
+ startLine: 2998
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7664,7 +8019,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeAction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2974
+ startLine: 3011
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7696,7 +8051,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAgeChanged
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 2984
+ startLine: 3021
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7728,7 +8083,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveNeedReduction
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3052
+ startLine: 3089
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -7766,7 +8121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomSpeakSound
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3219
+ startLine: 3256
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -18125,6 +18480,72 @@ references:
name: UpdateAnimations
nameWithType: PersonLike.UpdateAnimations
fullName: TinyLife.Objects.PersonLike.UpdateAnimations
+- uid: TinyLife.Objects.PersonLike.UpdateSpeech*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateSpeech
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
+ name: UpdateSpeech
+ nameWithType: PersonLike.UpdateSpeech
+ fullName: TinyLife.Objects.PersonLike.UpdateSpeech
+- uid: TinyLife.Objects.PersonLike.UpdateEmotes*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateEmotes
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
+ name: UpdateEmotes
+ nameWithType: PersonLike.UpdateEmotes
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotes
+- uid: TinyLife.Objects.PersonLike.UpdatePose*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdatePose
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
+ name: UpdatePose
+ nameWithType: PersonLike.UpdatePose
+ fullName: TinyLife.Objects.PersonLike.UpdatePose
+- uid: TinyLife.Objects.PersonLike.UpdateRelationships*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateRelationships
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
+ name: UpdateRelationships
+ nameWithType: PersonLike.UpdateRelationships
+ fullName: TinyLife.Objects.PersonLike.UpdateRelationships
+- uid: TinyLife.Objects.PersonLike.UpdateEmotions*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateEmotions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
+ name: UpdateEmotions
+ nameWithType: PersonLike.UpdateEmotions
+ fullName: TinyLife.Objects.PersonLike.UpdateEmotions
+- uid: TinyLife.Objects.PersonLike.UpdatePregnancy*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdatePregnancy
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
+ name: UpdatePregnancy
+ nameWithType: PersonLike.UpdatePregnancy
+ fullName: TinyLife.Objects.PersonLike.UpdatePregnancy
+- uid: TinyLife.Objects.PersonLike.OnNewDay*
+ commentId: Overload:TinyLife.Objects.PersonLike.OnNewDay
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
+ name: OnNewDay
+ nameWithType: PersonLike.OnNewDay
+ fullName: TinyLife.Objects.PersonLike.OnNewDay
+- uid: TinyLife.Objects.PersonLike.UpdateMemories*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateMemories
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: UpdateMemories
+ nameWithType: PersonLike.UpdateMemories
+ fullName: TinyLife.Objects.PersonLike.UpdateMemories
+- uid: TinyLife.Objects.PersonLike.UpdateNeeds*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateNeeds
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
+ name: UpdateNeeds
+ nameWithType: PersonLike.UpdateNeeds
+ fullName: TinyLife.Objects.PersonLike.UpdateNeeds
+- uid: TinyLife.Objects.PersonLike.UpdateActions*
+ commentId: Overload:TinyLife.Objects.PersonLike.UpdateActions
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
+ name: UpdateActions
+ nameWithType: PersonLike.UpdateActions
+ fullName: TinyLife.Objects.PersonLike.UpdateActions
+- uid: TinyLife.Objects.PersonLike.ResetVisuals*
+ commentId: Overload:TinyLife.Objects.PersonLike.ResetVisuals
+ href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
+ name: ResetVisuals
+ nameWithType: PersonLike.ResetVisuals
+ fullName: TinyLife.Objects.PersonLike.ResetVisuals
- uid: TinyLife.Objects.PersonLike.OnActionsCompleted
commentId: E:TinyLife.Objects.PersonLike.OnActionsCompleted
parent: TinyLife.Objects.PersonLike
diff --git a/docs/api/TinyLife.Objects.Pose.yml b/docs/api/TinyLife.Objects.Pose.yml
index b72d730..d02e5a1 100644
--- a/docs/api/TinyLife.Objects.Pose.yml
+++ b/docs/api/TinyLife.Objects.Pose.yml
@@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3376
+ startLine: 3413
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3381
+ startLine: 3418
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3385
+ startLine: 3422
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3389
+ startLine: 3426
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3394
+ startLine: 3431
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -175,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3399
+ startLine: 3436
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -206,7 +206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3403
+ startLine: 3440
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -234,7 +234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3407
+ startLine: 3444
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -262,7 +262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3411
+ startLine: 3448
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -290,7 +290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3415
+ startLine: 3452
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -318,7 +318,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3419
+ startLine: 3456
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -346,7 +346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkingArmsOut
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3423
+ startLine: 3460
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.PregnancyAbility.yml b/docs/api/TinyLife.Objects.PregnancyAbility.yml
index 65f7fce..73a6628 100644
--- a/docs/api/TinyLife.Objects.PregnancyAbility.yml
+++ b/docs/api/TinyLife.Objects.PregnancyAbility.yml
@@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyAbility
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3552
+ startLine: 3589
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neither
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3557
+ startLine: 3594
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOthersPregnant
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3561
+ startLine: 3598
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPregnant
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3565
+ startLine: 3602
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml
index d5a4a6f..573751a 100644
--- a/docs/api/TinyLife.Objects.SpeakStyle.yml
+++ b/docs/api/TinyLife.Objects.SpeakStyle.yml
@@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3507
+ startLine: 3544
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3511
+ startLine: 3548
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -105,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3512
+ startLine: 3549
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -131,7 +131,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3513
+ startLine: 3550
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -157,7 +157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3514
+ startLine: 3551
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -183,7 +183,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3515
+ startLine: 3552
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3516
+ startLine: 3553
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -235,7 +235,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3517
+ startLine: 3554
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -261,7 +261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3518
+ startLine: 3555
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -287,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3519
+ startLine: 3556
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -313,7 +313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3520
+ startLine: 3557
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -339,7 +339,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3521
+ startLine: 3558
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -365,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3522
+ startLine: 3559
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3523
+ startLine: 3560
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -417,7 +417,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3524
+ startLine: 3561
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -443,7 +443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3525
+ startLine: 3562
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -469,7 +469,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3526
+ startLine: 3563
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml
index cb64525..41a7b7c 100644
--- a/docs/api/TinyLife.Objects.VoiceStyle.yml
+++ b/docs/api/TinyLife.Objects.VoiceStyle.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3535
+ startLine: 3572
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3538
+ startLine: 3575
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3539
+ startLine: 3576
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3540
+ startLine: 3577
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -135,7 +135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3542
+ startLine: 3579
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MidHigh
path: ../TinyLife/Objects/PersonLike.cs
- startLine: 3544
+ startLine: 3581
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/docs/api/TinyLife.SaveHandler.SaveData.yml b/docs/api/TinyLife.SaveHandler.SaveData.yml
index b325b8f..6d81644 100644
--- a/docs/api/TinyLife.SaveHandler.SaveData.yml
+++ b/docs/api/TinyLife.SaveHandler.SaveData.yml
@@ -23,12 +23,12 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveData
path: ../TinyLife/SaveHandler.cs
- startLine: 381
+ startLine: 380
assemblies:
- Tiny Life
namespace: TinyLife
summary: >-
- A class used by and to store information about a save file effectively.
+ A class used by and to store information about a save file effectively.
Additional data can be added due to this class being a .
example: []
@@ -72,7 +72,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Maps
path: ../TinyLife/SaveHandler.cs
- startLine: 386
+ startLine: 385
assemblies:
- Tiny Life
namespace: TinyLife
@@ -103,7 +103,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: ../TinyLife/SaveHandler.cs
- startLine: 390
+ startLine: 389
assemblies:
- Tiny Life
namespace: TinyLife
@@ -134,7 +134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/SaveHandler.cs
- startLine: 395
+ startLine: 394
assemblies:
- Tiny Life
namespace: TinyLife
@@ -165,7 +165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/SaveHandler.cs
- startLine: 401
+ startLine: 400
assemblies:
- Tiny Life
namespace: TinyLife
@@ -191,29 +191,59 @@ items:
- type: System.String
value: Deprecated, use the new property Maps instead.
references:
-- uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl)
- commentId: M:TinyLife.SaveHandler.Load(TinyLife.GameImpl)
- href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_
- name: Load(GameImpl)
- nameWithType: SaveHandler.Load(GameImpl)
- fullName: TinyLife.SaveHandler.Load(TinyLife.GameImpl)
+- uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl,System.Action{System.String})
+ commentId: M:TinyLife.SaveHandler.Load(TinyLife.GameImpl,System.Action{System.String})
+ isExternal: true
+ href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_System_Action_System_String__
+ name: Load(GameImpl, Action)
+ nameWithType: SaveHandler.Load(GameImpl, Action)
+ fullName: TinyLife.SaveHandler.Load(TinyLife.GameImpl, System.Action)
+ nameWithType.vb: SaveHandler.Load(GameImpl, Action(Of String))
+ fullName.vb: TinyLife.SaveHandler.Load(TinyLife.GameImpl, System.Action(Of String))
+ name.vb: Load(GameImpl, Action(Of String))
spec.csharp:
- - uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl)
+ - uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl,System.Action{System.String})
name: Load
- href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_
+ href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_System_Action_System_String__
- name: (
- uid: TinyLife.GameImpl
name: GameImpl
href: TinyLife.GameImpl.html
+ - name: ','
+ - name: " "
+ - uid: System.Action`1
+ name: Action
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: <
+ - uid: System.String
+ name: string
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: '>'
- name: )
spec.vb:
- - uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl)
+ - uid: TinyLife.SaveHandler.Load(TinyLife.GameImpl,System.Action{System.String})
name: Load
- href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_
+ href: TinyLife.SaveHandler.html#TinyLife_SaveHandler_Load_TinyLife_GameImpl_System_Action_System_String__
- name: (
- uid: TinyLife.GameImpl
name: GameImpl
href: TinyLife.GameImpl.html
+ - name: ','
+ - name: " "
+ - uid: System.Action`1
+ name: Action
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.action-1
+ - name: (
+ - name: Of
+ - name: " "
+ - uid: System.String
+ name: String
+ isExternal: true
+ href: https://learn.microsoft.com/dotnet/api/system.string
+ - name: )
- name: )
- uid: TinyLife.SaveHandler.Save(TinyLife.GameImpl)
commentId: M:TinyLife.SaveHandler.Save(TinyLife.GameImpl)
diff --git a/docs/api/TinyLife.SaveHandler.yml b/docs/api/TinyLife.SaveHandler.yml
index 163cae9..3e953fb 100644
--- a/docs/api/TinyLife.SaveHandler.yml
+++ b/docs/api/TinyLife.SaveHandler.yml
@@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveHandler
path: ../TinyLife/SaveHandler.cs
- startLine: 26
+ startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
@@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGameSaved
path: ../TinyLife/SaveHandler.cs
- startLine: 31
+ startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife
@@ -96,7 +96,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGameLoaded
path: ../TinyLife/SaveHandler.cs
- startLine: 35
+ startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife
@@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSaveDataCreated
path: ../TinyLife/SaveHandler.cs
- startLine: 39
+ startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife
@@ -154,7 +154,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSaveDataLoaded
path: ../TinyLife/SaveHandler.cs
- startLine: 43
+ startLine: 42
assemblies:
- Tiny Life
namespace: TinyLife
@@ -183,7 +183,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSaveLoadError
path: ../TinyLife/SaveHandler.cs
- startLine: 48
+ startLine: 47
assemblies:
- Tiny Life
namespace: TinyLife
@@ -215,7 +215,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGameDir
path: ../TinyLife/SaveHandler.cs
- startLine: 55
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife
@@ -249,7 +249,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSavesDir
path: ../TinyLife/SaveHandler.cs
- startLine: 67
+ startLine: 66
assemblies:
- Tiny Life
namespace: TinyLife
@@ -283,7 +283,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSaveDir
path: ../TinyLife/SaveHandler.cs
- startLine: 77
+ startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife
@@ -324,7 +324,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSaveBackups
path: ../TinyLife/SaveHandler.cs
- startLine: 86
+ startLine: 85
assemblies:
- Tiny Life
namespace: TinyLife
@@ -362,7 +362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateSerializerSettings
path: ../TinyLife/SaveHandler.cs
- startLine: 96
+ startLine: 95
assemblies:
- Tiny Life
namespace: TinyLife
@@ -405,7 +405,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateSerializer
path: ../TinyLife/SaveHandler.cs
- startLine: 131
+ startLine: 130
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Set.yml b/docs/api/TinyLife.Set.yml
index 07bbfd0..4e682eb 100644
--- a/docs/api/TinyLife.Set.yml
+++ b/docs/api/TinyLife.Set.yml
@@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/GameImpl.cs
- startLine: 1484
+ startLine: 1485
assemblies:
- Tiny Life
namespace: TinyLife
@@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: ../TinyLife/GameImpl.cs
- startLine: 1490
+ startLine: 1491
assemblies:
- Tiny Life
namespace: TinyLife
@@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: ../TinyLife/GameImpl.cs
- startLine: 1494
+ startLine: 1495
assemblies:
- Tiny Life
namespace: TinyLife
@@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildClothes
path: ../TinyLife/GameImpl.cs
- startLine: 1498
+ startLine: 1499
assemblies:
- Tiny Life
namespace: TinyLife
@@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RetroFurniture
path: ../TinyLife/GameImpl.cs
- startLine: 1502
+ startLine: 1503
assemblies:
- Tiny Life
namespace: TinyLife
@@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ContemporaryComplements
path: ../TinyLife/GameImpl.cs
- startLine: 1506
+ startLine: 1507
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/docs/api/TinyLife.Uis.Menus.TransitionType.yml b/docs/api/TinyLife.Uis.Menus.TransitionType.yml
index 27656d7..7bfc687 100644
--- a/docs/api/TinyLife.Uis.Menus.TransitionType.yml
+++ b/docs/api/TinyLife.Uis.Menus.TransitionType.yml
@@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType
path: ../TinyLife/Uis/Menus.cs
- startLine: 1352
+ startLine: 1350
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe
path: ../TinyLife/Uis/Menus.cs
- startLine: 1358
+ startLine: 1356
assemblies:
- Tiny Life
namespace: TinyLife.Uis
@@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade
path: ../TinyLife/Uis/Menus.cs
- startLine: 1363
+ startLine: 1361
assemblies:
- Tiny Life
namespace: TinyLife.Uis