mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-12 07:09:10 +01:00
0.43.3
This commit is contained in:
parent
48da4c83f1
commit
1e2aa856b0
34 changed files with 1280 additions and 281 deletions
12
Changelog.md
12
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*
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <xref href="TinyLife.SaveHandler.Load(TinyLife.GameImpl)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.SaveHandler.Save(TinyLife.GameImpl)" data-throw-if-not-resolved="false"></xref> to store information about a save file effectively.
|
||||
A class used by <xref href="TinyLife.SaveHandler.Load(TinyLife.GameImpl%2cSystem.Action%7bSystem.String%7d)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.SaveHandler.Save(TinyLife.GameImpl)" data-throw-if-not-resolved="false"></xref> to store information about a save file effectively.
|
||||
|
||||
Additional data can be added due to this class being a <xref href="MLEM.Data.Json.JsonTypeSafeGenericDataHolder" data-throw-if-not-resolved="false"></xref>.
|
||||
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<string>)
|
||||
nameWithType: SaveHandler.Load(GameImpl, Action<string>)
|
||||
fullName: TinyLife.SaveHandler.Load(TinyLife.GameImpl, System.Action<string>)
|
||||
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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue