From 2127b61c0ae88766644044da6e7806e7c941eab1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 4 May 2023 13:26:42 +0200 Subject: [PATCH] 0.32.2 --- Changelog.md | 17 + docs/api/.manifest | 2 + docs/api/TinyLife.GameSpeed.yml | 12 +- docs/api/TinyLife.LnCategory.yml | 34 +- docs/api/TinyLife.Localization.yml | 16 +- docs/api/TinyLife.Objects.AgeGroup.yml | 8 +- docs/api/TinyLife.Objects.DeathReason.yml | 10 +- docs/api/TinyLife.Objects.LifeSpan.yml | 14 +- docs/api/TinyLife.Objects.Painting.yml | 222 +++++++++---- ...fe.Objects.Person.ActionUpdateDelegate.yml | 2 +- ...ects.Person.EfficiencyModifierDelegate.yml | 2 +- ...Person.EmotionModifiersChangedDelegate.yml | 2 +- ...s.Person.PassiveActionPriorityDelegate.yml | 2 +- ...ects.Person.RelationshipChangeDelegate.yml | 2 +- ...ife.Objects.Person.RestoreNeedDelegate.yml | 2 +- ...yLife.Objects.Person.WalkSpeedDelegate.yml | 2 +- docs/api/TinyLife.Objects.Person.yml | 294 +++++++++--------- docs/api/TinyLife.Objects.Pose.yml | 24 +- .../api/TinyLife.Objects.PregnancyAbility.yml | 8 +- docs/api/TinyLife.Objects.SpeakStyle.yml | 34 +- docs/api/TinyLife.Objects.VoiceStyle.yml | 10 +- docs/api/TinyLife.Options.yml | 54 +++- docs/api/TinyLife.PerSaveOptions.yml | 32 +- docs/api/TinyLife.Tools.RemoveTool.yml | 14 +- docs/api/TinyLife.WallDisplay.yml | 10 +- docs/api/TinyLife.World.DrawDelegate.yml | 2 +- docs/api/TinyLife.World.Map.yml | 100 +++--- docs/api/TinyLife.World.UpdateDelegate.yml | 2 +- 28 files changed, 545 insertions(+), 388 deletions(-) diff --git a/Changelog.md b/Changelog.md index 631921c..31767b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,20 @@ +# 0.32.2 +*May 3, 2023* + +Additions +- Added a popup with additional information when uploading an item to the Steam workshop +- Added an accessibility option to move the pronoun display to before a Tiny's name + +Improvements +- Made it much more likely for Tinies to get leftovers rather than cook something + +Fixes +- Fixed a missing "too angry" localization string +- Fixed lot previews being offset in some camera rotations +- Fixed being unable to remove lots that are intersecting +- Fixed a lot of issues when trying to move a map in a negative direction +- Fixed impossible actions for wall-hanging paintings being available + # 0.32.1 *May 2, 2023* diff --git a/docs/api/.manifest b/docs/api/.manifest index feb6f70..af279bb 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -2203,6 +2203,7 @@ "TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.OverlayWallHanging.yml", "TinyLife.Objects.Painting": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Painting.yml", + "TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.EmitsCreativeEmotion": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Painting.yml", @@ -2558,6 +2559,7 @@ "TinyLife.Options.LongerNotifications": "TinyLife.Options.yml", "TinyLife.Options.MusicVolume": "TinyLife.Options.yml", "TinyLife.Options.PauseGameKeybind": "TinyLife.Options.yml", + "TinyLife.Options.PronounsInFront": "TinyLife.Options.yml", "TinyLife.Options.RightTrigger": "TinyLife.Options.yml", "TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateKeybind": "TinyLife.Options.yml", diff --git a/docs/api/TinyLife.GameSpeed.yml b/docs/api/TinyLife.GameSpeed.yml index 2e1845d..760e08a 100644 --- a/docs/api/TinyLife.GameSpeed.yml +++ b/docs/api/TinyLife.GameSpeed.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameSpeed path: ../TinyLife/Options.cs - startLine: 537 + startLine: 543 assemblies: - Tiny Life namespace: TinyLife @@ -53,7 +53,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Paused path: ../TinyLife/Options.cs - startLine: 542 + startLine: 548 assemblies: - Tiny Life namespace: TinyLife @@ -81,7 +81,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Regular path: ../TinyLife/Options.cs - startLine: 546 + startLine: 552 assemblies: - Tiny Life namespace: TinyLife @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fast path: ../TinyLife/Options.cs - startLine: 550 + startLine: 556 assemblies: - Tiny Life namespace: TinyLife @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryFast path: ../TinyLife/Options.cs - startLine: 554 + startLine: 560 assemblies: - Tiny Life namespace: TinyLife @@ -165,7 +165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExtremelyFast path: ../TinyLife/Options.cs - startLine: 559 + startLine: 565 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.LnCategory.yml b/docs/api/TinyLife.LnCategory.yml index f252096..6a667bc 100644 --- a/docs/api/TinyLife.LnCategory.yml +++ b/docs/api/TinyLife.LnCategory.yml @@ -35,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LnCategory path: ../TinyLife/Localization.cs - startLine: 166 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife @@ -64,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ui path: ../TinyLife/Localization.cs - startLine: 169 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Actions path: ../TinyLife/Localization.cs - startLine: 171 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife @@ -120,7 +120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildMode path: ../TinyLife/Localization.cs - startLine: 173 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife @@ -148,7 +148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clothes path: ../TinyLife/Localization.cs - startLine: 175 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife @@ -176,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Food path: ../TinyLife/Localization.cs - startLine: 177 + startLine: 187 assemblies: - Tiny Life namespace: TinyLife @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Personalities path: ../TinyLife/Localization.cs - startLine: 179 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Localization.cs - startLine: 181 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife @@ -260,7 +260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Jobs path: ../TinyLife/Localization.cs - startLine: 183 + startLine: 193 assemblies: - Tiny Life namespace: TinyLife @@ -288,7 +288,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotions path: ../TinyLife/Localization.cs - startLine: 185 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife @@ -316,7 +316,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hints path: ../TinyLife/Localization.cs - startLine: 187 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife @@ -344,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHints path: ../TinyLife/Localization.cs - startLine: 189 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife @@ -372,7 +372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Localization.cs - startLine: 191 + startLine: 201 assemblies: - Tiny Life namespace: TinyLife @@ -400,7 +400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Names path: ../TinyLife/Localization.cs - startLine: 193 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife @@ -428,7 +428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChoicePrompts path: ../TinyLife/Localization.cs - startLine: 195 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife @@ -456,7 +456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Achievements path: ../TinyLife/Localization.cs - startLine: 197 + startLine: 207 assemblies: - Tiny Life namespace: TinyLife @@ -484,7 +484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Overrides path: ../TinyLife/Localization.cs - startLine: 199 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Localization.yml b/docs/api/TinyLife.Localization.yml index aed0aa3..bb56412 100644 --- a/docs/api/TinyLife.Localization.yml +++ b/docs/api/TinyLife.Localization.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Localization path: ../TinyLife/Localization.cs - startLine: 21 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife @@ -63,7 +63,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LanguageNames path: ../TinyLife/Localization.cs - startLine: 26 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Names path: ../TinyLife/Localization.cs - startLine: 31 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife @@ -121,7 +121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetLanguage path: ../TinyLife/Localization.cs - startLine: 47 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife @@ -156,7 +156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reload path: ../TinyLife/Localization.cs - startLine: 58 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife @@ -184,7 +184,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Get path: ../TinyLife/Localization.cs - startLine: 83 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife @@ -225,7 +225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Get path: ../TinyLife/Localization.cs - startLine: 102 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife @@ -269,7 +269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetKeys path: ../TinyLife/Localization.cs - startLine: 111 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index 62b07de..56cdc5a 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/Person.cs - startLine: 3180 + startLine: 3188 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -63,7 +63,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Baby path: ../TinyLife/Objects/Person.cs - startLine: 3187 + startLine: 3195 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -91,7 +91,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 3193 + startLine: 3201 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -119,7 +119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Adult path: ../TinyLife/Objects/Person.cs - startLine: 3199 + startLine: 3207 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.DeathReason.yml b/docs/api/TinyLife.Objects.DeathReason.yml index b7bb0ab..a63bdfe 100644 --- a/docs/api/TinyLife.Objects.DeathReason.yml +++ b/docs/api/TinyLife.Objects.DeathReason.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeathReason path: ../TinyLife/Objects/Person.cs - startLine: 3152 + startLine: 3160 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Starvation path: ../TinyLife/Objects/Person.cs - startLine: 3158 + startLine: 3166 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InexplicableReasons path: ../TinyLife/Objects/Person.cs - startLine: 3163 + startLine: 3171 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Electrocution path: ../TinyLife/Objects/Person.cs - startLine: 3168 + startLine: 3176 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TooMuchProtein path: ../TinyLife/Objects/Person.cs - startLine: 3172 + startLine: 3180 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml index 221494c..87b1241 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/Person.cs - startLine: 3207 + startLine: 3215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryShort path: ../TinyLife/Objects/Person.cs - startLine: 3210 + startLine: 3218 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -82,7 +82,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Short path: ../TinyLife/Objects/Person.cs - startLine: 3211 + startLine: 3219 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Normal path: ../TinyLife/Objects/Person.cs - startLine: 3212 + startLine: 3220 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -134,7 +134,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Long path: ../TinyLife/Objects/Person.cs - startLine: 3213 + startLine: 3221 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryLong path: ../TinyLife/Objects/Person.cs - startLine: 3214 + startLine: 3222 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -186,7 +186,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Infinite path: ../TinyLife/Objects/Person.cs - startLine: 3215 + startLine: 3223 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Painting.yml b/docs/api/TinyLife.Objects.Painting.yml index 8672750..fb8e631 100644 --- a/docs/api/TinyLife.Objects.Painting.yml +++ b/docs/api/TinyLife.Objects.Painting.yml @@ -6,6 +6,7 @@ items: parent: TinyLife.Objects children: - TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) + - TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Painting.EmitsCreativeEmotion - TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) @@ -27,7 +28,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Painting path: ../TinyLife/Objects/Painting.cs - startLine: 16 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -79,7 +80,6 @@ items: - TinyLife.Objects.Furniture.OnAdded - TinyLife.Objects.Furniture.OnRemoved - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - - TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) @@ -164,7 +164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PaintingType path: ../TinyLife/Objects/Painting.cs - startLine: 22 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -203,7 +203,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Progress path: ../TinyLife/Objects/Painting.cs - startLine: 28 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -242,7 +242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmitsCreativeEmotion path: ../TinyLife/Objects/Painting.cs - startLine: 34 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -281,7 +281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Painting.cs - startLine: 38 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -328,7 +328,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Painting.cs - startLine: 44 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -400,7 +400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Objects/Painting.cs - startLine: 59 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -432,7 +432,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Painting.cs - startLine: 64 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Painting.cs - startLine: 69 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -485,6 +485,54 @@ items: nameWithType.vb: Painting.GetDescription(List(Of String), Boolean) fullName.vb: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List(Of String), Boolean) name.vb: GetDescription(List(Of String), Boolean) +- uid: TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + commentId: M:TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + id: CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + parent: TinyLife.Objects.Painting + langs: + - csharp + - vb + name: CanExecuteAction(ActionType, ActionInfo, bool, bool) + nameWithType: Painting.CanExecuteAction(ActionType, ActionInfo, bool, bool) + fullName: TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) + type: Method + source: + remote: + path: TinyLife/Objects/Painting.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CanExecuteAction + path: ../TinyLife/Objects/Painting.cs + startLine: 77 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nReturns whether the given action can be executed at this map object.\nBy default, this method returns for all actions, but additionally returns custom results based on whether the furniture is or based on .\n" + example: [] + syntax: + content: public override CanExecuteResult CanExecuteAction(ActionType action, ActionInfo info, bool automatic, bool isAuxiliary) + parameters: + - id: action + type: TinyLife.Actions.ActionType + description: The action that is querying whether it can be executed. + - id: info + type: TinyLife.Actions.ActionInfo + description: The action info. + - id: automatic + type: System.Boolean + description: Whether the action was started automatically. + - id: isAuxiliary + type: System.Boolean + description: Whether this object is auxiliary (or the main action object). + return: + type: TinyLife.Actions.CanExecuteResult + description: Whether this object allows the action to be executed at it. + content.vb: Public Overrides Function CanExecuteAction(action As ActionType, info As ActionInfo, automatic As Boolean, isAuxiliary As Boolean) As CanExecuteResult + overridden: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + overload: TinyLife.Objects.Painting.CanExecuteAction* + nameWithType.vb: Painting.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) + fullName.vb: TinyLife.Objects.Painting.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean) + name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) references: - uid: TinyLife.Objects commentId: N:TinyLife.Objects @@ -902,63 +950,6 @@ references: - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory - name: ) -- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - commentId: M:TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - parent: TinyLife.Objects.Furniture - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: CanExecuteAction(ActionType, ActionInfo, bool, bool) - nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, bool, bool) - fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) - nameWithType.vb: Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) - fullName.vb: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean) - name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - name: CanExecuteAction - - name: ( - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - name: CanExecuteAction - - name: ( - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) parent: TinyLife.Objects.Furniture @@ -3899,3 +3890,100 @@ references: isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) +- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: CanExecuteAction(ActionType, ActionInfo, bool, bool) + nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, bool, bool) + fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) + nameWithType.vb: Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) + fullName.vb: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean) + name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + name: CanExecuteAction + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) + name: CanExecuteAction + - name: ( + - uid: TinyLife.Actions.ActionType + name: ActionType + - name: ',' + - name: " " + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Painting.CanExecuteAction* + commentId: Overload:TinyLife.Objects.Painting.CanExecuteAction + name: CanExecuteAction + nameWithType: Painting.CanExecuteAction + fullName: TinyLife.Objects.Painting.CanExecuteAction +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Actions.CanExecuteResult + commentId: T:TinyLife.Actions.CanExecuteResult + parent: TinyLife.Actions + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Actions + name: Actions diff --git a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml index cdb27c5..570ab01 100644 --- a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdateDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3057 + startLine: 3065 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml index 1fcbb5d..20a660b 100644 --- a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EfficiencyModifierDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3042 + startLine: 3050 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml index 6b0e44a..d2ade4a 100644 --- a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiersChangedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3067 + startLine: 3075 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml index a636e21..493fe0d 100644 --- a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveActionPriorityDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3052 + startLine: 3060 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml b/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml index b2421a5..d1702e3 100644 --- a/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.RelationshipChangeDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RelationshipChangeDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3072 + startLine: 3080 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml index 5d0ba77..ba29331 100644 --- a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3062 + startLine: 3070 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml index 927b004..434e1c7 100644 --- a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkSpeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 3047 + startLine: 3055 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index 5db430a..09a5f7f 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -1121,7 +1121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 201 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1160,7 +1160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoicePitch path: ../TinyLife/Objects/Person.cs - startLine: 207 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1199,7 +1199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/Objects/Person.cs - startLine: 211 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1230,7 +1230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/Objects/Person.cs - startLine: 222 + startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1261,7 +1261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentEmote path: ../TinyLife/Objects/Person.cs - startLine: 227 + startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1292,7 +1292,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentSpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 232 + startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1323,7 +1323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastVisitedLot path: ../TinyLife/Objects/Person.cs - startLine: 238 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1354,7 +1354,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotVisitCooldown path: ../TinyLife/Objects/Person.cs - startLine: 243 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1399,7 +1399,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Objects/Person.cs - startLine: 249 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1440,7 +1440,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Objects/Person.cs - startLine: 254 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1471,7 +1471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionAmount path: ../TinyLife/Objects/Person.cs - startLine: 264 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1502,7 +1502,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoomDecorativeRating path: ../TinyLife/Objects/Person.cs - startLine: 274 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1533,7 +1533,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastBedSleptIn path: ../TinyLife/Objects/Person.cs - startLine: 279 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1576,7 +1576,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMoving path: ../TinyLife/Objects/Person.cs - startLine: 284 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1607,7 +1607,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/Objects/Person.cs - startLine: 290 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1650,7 +1650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfitIndex path: ../TinyLife/Objects/Person.cs - startLine: 295 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1691,7 +1691,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 300 + startLine: 308 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1722,7 +1722,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCurrentHousehold path: ../TinyLife/Objects/Person.cs - startLine: 302 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1753,7 +1753,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeSpan path: ../TinyLife/Objects/Person.cs - startLine: 306 + startLine: 314 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1784,7 +1784,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeLot path: ../TinyLife/Objects/Person.cs - startLine: 308 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1815,7 +1815,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/Objects/Person.cs - startLine: 310 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1846,7 +1846,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRegularVisitor path: ../TinyLife/Objects/Person.cs - startLine: 321 + startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1877,7 +1877,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Age path: ../TinyLife/Objects/Person.cs - startLine: 325 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1908,7 +1908,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Objects/Person.cs - startLine: 338 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1939,7 +1939,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Objects/Person.cs - startLine: 351 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1978,7 +1978,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDead path: ../TinyLife/Objects/Person.cs - startLine: 356 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2009,7 +2009,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentAgeDays path: ../TinyLife/Objects/Person.cs - startLine: 362 + startLine: 370 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2048,7 +2048,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DaysLived path: ../TinyLife/Objects/Person.cs - startLine: 368 + startLine: 376 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2087,7 +2087,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RandomlyGenerated path: ../TinyLife/Objects/Person.cs - startLine: 372 + startLine: 380 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2132,7 +2132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisuallyOccupiedSpot path: ../TinyLife/Objects/Person.cs - startLine: 380 + startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2163,7 +2163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupiedFurniture path: ../TinyLife/Objects/Person.cs - startLine: 391 + startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2194,7 +2194,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentPose path: ../TinyLife/Objects/Person.cs - startLine: 400 + startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2233,7 +2233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WornLayers path: ../TinyLife/Objects/Person.cs - startLine: 407 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2272,7 +2272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimateHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 412 + startLine: 420 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2301,7 +2301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HeldObjectRotation path: ../TinyLife/Objects/Person.cs - startLine: 418 + startLine: 426 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2330,7 +2330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimationSpeed path: ../TinyLife/Objects/Person.cs - startLine: 423 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2359,7 +2359,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tint path: ../TinyLife/Objects/Person.cs - startLine: 428 + startLine: 436 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2388,7 +2388,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisualPosition path: ../TinyLife/Objects/Person.cs - startLine: 434 + startLine: 442 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2419,7 +2419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiaperDirty path: ../TinyLife/Objects/Person.cs - startLine: 442 + startLine: 450 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2462,7 +2462,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PregnancyAbility path: ../TinyLife/Objects/Person.cs - startLine: 447 + startLine: 455 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2501,7 +2501,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Portrait path: ../TinyLife/Objects/Person.cs - startLine: 452 + startLine: 460 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2532,7 +2532,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PregnancyHoursRemaining path: ../TinyLife/Objects/Person.cs - startLine: 482 + startLine: 490 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2577,7 +2577,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PregnancyPartner path: ../TinyLife/Objects/Person.cs - startLine: 488 + startLine: 496 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2622,7 +2622,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInLabor path: ../TinyLife/Objects/Person.cs - startLine: 495 + startLine: 503 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2665,7 +2665,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsPregnant path: ../TinyLife/Objects/Person.cs - startLine: 500 + startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2696,7 +2696,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsAllowedToDie path: ../TinyLife/Objects/Person.cs - startLine: 505 + startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2727,7 +2727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMinorUpdateNow path: ../TinyLife/Objects/Person.cs - startLine: 512 + startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2760,7 +2760,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsChanged path: ../TinyLife/Objects/Person.cs - startLine: 518 + startLine: 526 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2789,7 +2789,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNewSkillLearned path: ../TinyLife/Objects/Person.cs - startLine: 523 + startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2818,7 +2818,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnJobChanged path: ../TinyLife/Objects/Person.cs - startLine: 528 + startLine: 536 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2847,7 +2847,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionModifiersChanged path: ../TinyLife/Objects/Person.cs - startLine: 533 + startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2876,7 +2876,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionChanged path: ../TinyLife/Objects/Person.cs - startLine: 538 + startLine: 546 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2905,7 +2905,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 544 + startLine: 552 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2934,7 +2934,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 550 + startLine: 558 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2963,7 +2963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 556 + startLine: 564 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2992,7 +2992,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionInitialized path: ../TinyLife/Objects/Person.cs - startLine: 561 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3021,7 +3021,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsCompleted path: ../TinyLife/Objects/Person.cs - startLine: 566 + startLine: 574 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3050,7 +3050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionUpdated path: ../TinyLife/Objects/Person.cs - startLine: 571 + startLine: 579 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3079,7 +3079,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnOutfitChanged path: ../TinyLife/Objects/Person.cs - startLine: 576 + startLine: 584 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3108,7 +3108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 582 + startLine: 590 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3137,7 +3137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLifeGoalChanged path: ../TinyLife/Objects/Person.cs - startLine: 587 + startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3166,7 +3166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 593 + startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3195,7 +3195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnChangeFriendship path: ../TinyLife/Objects/Person.cs - startLine: 599 + startLine: 607 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3224,7 +3224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnChangeRomance path: ../TinyLife/Objects/Person.cs - startLine: 605 + startLine: 613 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3253,7 +3253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/Objects/Person.cs - startLine: 655 + startLine: 663 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3283,7 +3283,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Person.cs - startLine: 660 + startLine: 668 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3326,7 +3326,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Person.cs - startLine: 982 + startLine: 990 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3373,7 +3373,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Person.cs - startLine: 1025 + startLine: 1033 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3405,7 +3405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCategories path: ../TinyLife/Objects/Person.cs - startLine: 1080 + startLine: 1088 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3441,7 +3441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intersects path: ../TinyLife/Objects/Person.cs - startLine: 1085 + startLine: 1093 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3477,7 +3477,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Person.cs - startLine: 1090 + startLine: 1098 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3510,7 +3510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/Objects/Person.cs - startLine: 1111 + startLine: 1119 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3549,7 +3549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/Objects/Person.cs - startLine: 1124 + startLine: 1132 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3585,7 +3585,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FocusCameraOnEvent path: ../TinyLife/Objects/Person.cs - startLine: 1134 + startLine: 1142 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3622,7 +3622,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetJob path: ../TinyLife/Objects/Person.cs - startLine: 1155 + startLine: 1163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3660,7 +3660,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Objects/Person.cs - startLine: 1161 + startLine: 1169 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3699,7 +3699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareForPermanentRemoval path: ../TinyLife/Objects/Person.cs - startLine: 1217 + startLine: 1225 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3727,7 +3727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitLot path: ../TinyLife/Objects/Person.cs - startLine: 1231 + startLine: 1239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3759,7 +3759,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/Objects/Person.cs - startLine: 1247 + startLine: 1255 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3803,7 +3803,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHomeLocation path: ../TinyLife/Objects/Person.cs - startLine: 1255 + startLine: 1263 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3834,7 +3834,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRelationship path: ../TinyLife/Objects/Person.cs - startLine: 1266 + startLine: 1274 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3875,7 +3875,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeFriendship path: ../TinyLife/Objects/Person.cs - startLine: 1289 + startLine: 1297 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3913,7 +3913,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeRomance path: ../TinyLife/Objects/Person.cs - startLine: 1341 + startLine: 1349 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3951,7 +3951,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmote path: ../TinyLife/Objects/Person.cs - startLine: 1373 + startLine: 1381 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3992,7 +3992,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopEmoting path: ../TinyLife/Objects/Person.cs - startLine: 1383 + startLine: 1391 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4020,7 +4020,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Speak path: ../TinyLife/Objects/Person.cs - startLine: 1394 + startLine: 1402 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4061,7 +4061,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StopSpeaking path: ../TinyLife/Objects/Person.cs - startLine: 1404 + startLine: 1412 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4089,7 +4089,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayEmoteAndSpeak path: ../TinyLife/Objects/Person.cs - startLine: 1421 + startLine: 1429 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4133,7 +4133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeTalkingSpots path: ../TinyLife/Objects/Person.cs - startLine: 1430 + startLine: 1438 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4167,7 +4167,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1450 + startLine: 1458 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4214,7 +4214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1481 + startLine: 1489 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4264,7 +4264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1499 + startLine: 1507 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4314,7 +4314,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCloseForTalking path: ../TinyLife/Objects/Person.cs - startLine: 1510 + startLine: 1518 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4349,7 +4349,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeed path: ../TinyLife/Objects/Person.cs - startLine: 1522 + startLine: 1530 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4384,7 +4384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNeedPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1531 + startLine: 1539 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4419,7 +4419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1543 + startLine: 1551 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4463,7 +4463,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 1579 + startLine: 1587 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4510,7 +4510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkill path: ../TinyLife/Objects/Person.cs - startLine: 1590 + startLine: 1598 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4551,7 +4551,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillTotalPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1609 + startLine: 1617 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4586,7 +4586,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillPointPercentage path: ../TinyLife/Objects/Person.cs - startLine: 1619 + startLine: 1627 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4621,7 +4621,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1629 + startLine: 1637 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4656,7 +4656,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasSkillLevel path: ../TinyLife/Objects/Person.cs - startLine: 1639 + startLine: 1647 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4697,7 +4697,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GainSkill path: ../TinyLife/Objects/Person.cs - startLine: 1651 + startLine: 1659 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4743,7 +4743,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DepleteNeed path: ../TinyLife/Objects/Person.cs - startLine: 1671 + startLine: 1679 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4784,7 +4784,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasPersonality path: ../TinyLife/Objects/Person.cs - startLine: 1682 + startLine: 1690 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4819,7 +4819,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnqueueAction path: ../TinyLife/Objects/Person.cs - startLine: 1696 + startLine: 1704 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4874,7 +4874,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelAction path: ../TinyLife/Objects/Person.cs - startLine: 1724 + startLine: 1732 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4918,7 +4918,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPathAsync path: ../TinyLife/Objects/Person.cs - startLine: 1743 + startLine: 1751 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4962,7 +4962,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1756 + startLine: 1764 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5002,7 +5002,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1774 + startLine: 1782 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5052,7 +5052,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1787 + startLine: 1795 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5090,7 +5090,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1800 + startLine: 1808 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5127,7 +5127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldActionInfo path: ../TinyLife/Objects/Person.cs - startLine: 1814 + startLine: 1822 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5158,7 +5158,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToCreatedByString path: ../TinyLife/Objects/Person.cs - startLine: 1823 + startLine: 1831 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5189,7 +5189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Die path: ../TinyLife/Objects/Person.cs - startLine: 1833 + startLine: 1841 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5227,7 +5227,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1932 + startLine: 1940 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5277,7 +5277,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1955 + startLine: 1963 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5312,7 +5312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1976 + startLine: 1984 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5356,7 +5356,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1995 + startLine: 2003 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5400,7 +5400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 2011 + startLine: 2019 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5435,7 +5435,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 2020 + startLine: 2028 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5466,7 +5466,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 2057 + startLine: 2065 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5513,7 +5513,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 2111 + startLine: 2119 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5548,7 +5548,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 2116 + startLine: 2124 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5582,7 +5582,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProjects path: ../TinyLife/Objects/Person.cs - startLine: 2126 + startLine: 2134 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5620,7 +5620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProject path: ../TinyLife/Objects/Person.cs - startLine: 2136 + startLine: 2144 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5661,7 +5661,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartProject path: ../TinyLife/Objects/Person.cs - startLine: 2145 + startLine: 2153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5696,7 +5696,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 2157 + startLine: 2165 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5731,7 +5731,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2179 + startLine: 2187 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5766,7 +5766,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2191 + startLine: 2199 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5801,7 +5801,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 2207 + startLine: 2215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5836,7 +5836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Person.cs - startLine: 2222 + startLine: 2230 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5877,7 +5877,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2276 + startLine: 2284 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5912,7 +5912,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2286 + startLine: 2294 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5947,7 +5947,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPersonalitySkillBoost path: ../TinyLife/Objects/Person.cs - startLine: 2296 + startLine: 2304 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5982,7 +5982,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 2316 + startLine: 2324 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6013,7 +6013,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EarnMoney path: ../TinyLife/Objects/Person.cs - startLine: 2340 + startLine: 2348 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6051,7 +6051,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddMemory path: ../TinyLife/Objects/Person.cs - startLine: 2353 + startLine: 2361 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6100,7 +6100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Objects/Person.cs - startLine: 2366 + startLine: 2374 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6140,7 +6140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveMemory path: ../TinyLife/Objects/Person.cs - startLine: 2376 + startLine: 2384 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6183,7 +6183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2387 + startLine: 2395 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6226,7 +6226,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2406 + startLine: 2414 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6266,7 +6266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoToExitRoad path: ../TinyLife/Objects/Person.cs - startLine: 2419 + startLine: 2427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6294,7 +6294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAction path: ../TinyLife/Objects/Person.cs - startLine: 2431 + startLine: 2439 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6338,7 +6338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetPregnancyStatus path: ../TinyLife/Objects/Person.cs - startLine: 2451 + startLine: 2459 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6379,7 +6379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomSpeakSound path: ../TinyLife/Objects/Person.cs - startLine: 2892 + startLine: 2900 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6426,7 +6426,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Objects/Person.cs - startLine: 2920 + startLine: 2928 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Pose.yml b/docs/api/TinyLife.Objects.Pose.yml index f561d43..f2ba27a 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/Person.cs - startLine: 3098 + startLine: 3106 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -60,7 +60,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Standing path: ../TinyLife/Objects/Person.cs - startLine: 3103 + startLine: 3111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -88,7 +88,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walking path: ../TinyLife/Objects/Person.cs - startLine: 3107 + startLine: 3115 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -116,7 +116,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sitting path: ../TinyLife/Objects/Person.cs - startLine: 3111 + startLine: 3119 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Laying path: ../TinyLife/Objects/Person.cs - startLine: 3116 + startLine: 3124 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -172,7 +172,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SittingGround path: ../TinyLife/Objects/Person.cs - startLine: 3121 + startLine: 3129 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -200,7 +200,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingStanding path: ../TinyLife/Objects/Person.cs - startLine: 3125 + startLine: 3133 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -228,7 +228,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSitting path: ../TinyLife/Objects/Person.cs - startLine: 3129 + startLine: 3137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -256,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSittingGround path: ../TinyLife/Objects/Person.cs - startLine: 3133 + startLine: 3141 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -284,7 +284,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Running path: ../TinyLife/Objects/Person.cs - startLine: 3137 + startLine: 3145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -312,7 +312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingArmsOut path: ../TinyLife/Objects/Person.cs - startLine: 3141 + startLine: 3149 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -340,7 +340,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkingArmsOut path: ../TinyLife/Objects/Person.cs - startLine: 3145 + startLine: 3153 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PregnancyAbility.yml b/docs/api/TinyLife.Objects.PregnancyAbility.yml index bdfffb4..2c86ca9 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/Person.cs - startLine: 3269 + startLine: 3277 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -51,7 +51,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neither path: ../TinyLife/Objects/Person.cs - startLine: 3274 + startLine: 3282 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetOthersPregnant path: ../TinyLife/Objects/Person.cs - startLine: 3278 + startLine: 3286 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPregnant path: ../TinyLife/Objects/Person.cs - startLine: 3282 + startLine: 3290 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index fb016b6..660ff0e 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/Person.cs - startLine: 3225 + startLine: 3233 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -74,7 +74,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Affirmative path: ../TinyLife/Objects/Person.cs - startLine: 3229 + startLine: 3237 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -100,7 +100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Angry path: ../TinyLife/Objects/Person.cs - startLine: 3230 + startLine: 3238 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Annoyed path: ../TinyLife/Objects/Person.cs - startLine: 3231 + startLine: 3239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -152,7 +152,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bored path: ../TinyLife/Objects/Person.cs - startLine: 3232 + startLine: 3240 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -178,7 +178,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Childish path: ../TinyLife/Objects/Person.cs - startLine: 3233 + startLine: 3241 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confident path: ../TinyLife/Objects/Person.cs - startLine: 3234 + startLine: 3242 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -230,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confused path: ../TinyLife/Objects/Person.cs - startLine: 3235 + startLine: 3243 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -256,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disagreeing path: ../TinyLife/Objects/Person.cs - startLine: 3236 + startLine: 3244 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -282,7 +282,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Excited path: ../TinyLife/Objects/Person.cs - startLine: 3237 + startLine: 3245 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -308,7 +308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Happy path: ../TinyLife/Objects/Person.cs - startLine: 3238 + startLine: 3246 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neutral path: ../TinyLife/Objects/Person.cs - startLine: 3239 + startLine: 3247 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -360,7 +360,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Questioning path: ../TinyLife/Objects/Person.cs - startLine: 3240 + startLine: 3248 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -386,7 +386,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sad path: ../TinyLife/Objects/Person.cs - startLine: 3241 + startLine: 3249 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -412,7 +412,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scared path: ../TinyLife/Objects/Person.cs - startLine: 3242 + startLine: 3250 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -438,7 +438,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shocked path: ../TinyLife/Objects/Person.cs - startLine: 3243 + startLine: 3251 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thinking path: ../TinyLife/Objects/Person.cs - startLine: 3244 + startLine: 3252 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index 4c12a2b..34da40e 100644 --- a/docs/api/TinyLife.Objects.VoiceStyle.yml +++ b/docs/api/TinyLife.Objects.VoiceStyle.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 3253 + startLine: 3261 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Low path: ../TinyLife/Objects/Person.cs - startLine: 3256 + startLine: 3264 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -78,7 +78,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: High path: ../TinyLife/Objects/Person.cs - startLine: 3257 + startLine: 3265 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -104,7 +104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 3258 + startLine: 3266 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -130,7 +130,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Baby path: ../TinyLife/Objects/Person.cs - startLine: 3260 + startLine: 3268 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Options.yml b/docs/api/TinyLife.Options.yml index c0d72c6..efcae02 100644 --- a/docs/api/TinyLife.Options.yml +++ b/docs/api/TinyLife.Options.yml @@ -42,6 +42,7 @@ items: - TinyLife.Options.LongerNotifications - TinyLife.Options.MusicVolume - TinyLife.Options.PauseGameKeybind + - TinyLife.Options.PronounsInFront - TinyLife.Options.RightTrigger - TinyLife.Options.RotateCameraKeybind - TinyLife.Options.RotateKeybind @@ -2473,6 +2474,45 @@ items: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] +- uid: TinyLife.Options.PronounsInFront + commentId: F:TinyLife.Options.PronounsInFront + id: PronounsInFront + parent: TinyLife.Options + langs: + - csharp + - vb + name: PronounsInFront + nameWithType: Options.PronounsInFront + fullName: TinyLife.Options.PronounsInFront + type: Field + source: + remote: + path: TinyLife/Options.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PronounsInFront + path: ../TinyLife/Options.cs + startLine: 323 + assemblies: + - Tiny Life + namespace: TinyLife + summary: "\nWhether a Tiny's should be displayed in front of their name, rather than behind it.\nThis option affects .\n" + example: [] + syntax: + content: >- + [DataMember] + + public bool PronounsInFront + return: + type: System.Boolean + content.vb: >- + + + Public PronounsInFront As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] - uid: TinyLife.Options.Apply(System.Boolean) commentId: M:TinyLife.Options.Apply(System.Boolean) id: Apply(System.Boolean) @@ -2491,7 +2531,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Apply path: ../TinyLife/Options.cs - startLine: 348 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife @@ -2525,7 +2565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs - startLine: 387 + startLine: 393 assemblies: - Tiny Life namespace: TinyLife @@ -4093,6 +4133,16 @@ references: name: Cursor nameWithType: Cursor fullName: TinyLife.Uis.Cursor +- uid: TinyLife.Objects.Person.Pronouns + commentId: F:TinyLife.Objects.Person.Pronouns + name: Pronouns + nameWithType: Person.Pronouns + fullName: TinyLife.Objects.Person.Pronouns +- uid: TinyLife.Objects.Person.FullNamePronouns + commentId: P:TinyLife.Objects.Person.FullNamePronouns + name: FullNamePronouns + nameWithType: Person.FullNamePronouns + fullName: TinyLife.Objects.Person.FullNamePronouns - uid: TinyLife.Options.Apply* commentId: Overload:TinyLife.Options.Apply name: Apply diff --git a/docs/api/TinyLife.PerSaveOptions.yml b/docs/api/TinyLife.PerSaveOptions.yml index e416857..40f6542 100644 --- a/docs/api/TinyLife.PerSaveOptions.yml +++ b/docs/api/TinyLife.PerSaveOptions.yml @@ -34,7 +34,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerSaveOptions path: ../TinyLife/Options.cs - startLine: 414 + startLine: 420 assemblies: - Tiny Life namespace: TinyLife @@ -90,7 +90,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Options.cs - startLine: 421 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife @@ -121,7 +121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayedHints path: ../TinyLife/Options.cs - startLine: 427 + startLine: 433 assemblies: - Tiny Life namespace: TinyLife @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiSelected path: ../TinyLife/Options.cs - startLine: 433 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife @@ -199,7 +199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiHousehold path: ../TinyLife/Options.cs - startLine: 438 + startLine: 444 assemblies: - Tiny Life namespace: TinyLife @@ -238,7 +238,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiImportantActions path: ../TinyLife/Options.cs - startLine: 444 + startLine: 450 assemblies: - Tiny Life namespace: TinyLife @@ -277,7 +277,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSkillBuilding path: ../TinyLife/Options.cs - startLine: 450 + startLine: 456 assemblies: - Tiny Life namespace: TinyLife @@ -316,7 +316,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiRelationships path: ../TinyLife/Options.cs - startLine: 456 + startLine: 462 assemblies: - Tiny Life namespace: TinyLife @@ -355,7 +355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRegularVisitors path: ../TinyLife/Options.cs - startLine: 462 + startLine: 468 assemblies: - Tiny Life namespace: TinyLife @@ -394,7 +394,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadedMods path: ../TinyLife/Options.cs - startLine: 468 + startLine: 474 assemblies: - Tiny Life namespace: TinyLife @@ -433,7 +433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapName path: ../TinyLife/Options.cs - startLine: 474 + startLine: 480 assemblies: - Tiny Life namespace: TinyLife @@ -472,7 +472,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapCustom path: ../TinyLife/Options.cs - startLine: 480 + startLine: 486 assemblies: - Tiny Life namespace: TinyLife @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayedLifespan path: ../TinyLife/Options.cs - startLine: 486 + startLine: 492 assemblies: - Tiny Life namespace: TinyLife @@ -550,7 +550,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OtherLifespan path: ../TinyLife/Options.cs - startLine: 492 + startLine: 498 assemblies: - Tiny Life namespace: TinyLife @@ -589,7 +589,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs - startLine: 497 + startLine: 503 assemblies: - Tiny Life namespace: TinyLife @@ -623,7 +623,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Load path: ../TinyLife/Options.cs - startLine: 505 + startLine: 511 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Tools.RemoveTool.yml b/docs/api/TinyLife.Tools.RemoveTool.yml index 57be1ca..9aa9165 100644 --- a/docs/api/TinyLife.Tools.RemoveTool.yml +++ b/docs/api/TinyLife.Tools.RemoveTool.yml @@ -305,7 +305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveRoof path: ../TinyLife/Tools/RemoveTool.cs - startLine: 172 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -343,7 +343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveWall path: ../TinyLife/Tools/RemoveTool.cs - startLine: 195 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -378,7 +378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveFurniture path: ../TinyLife/Tools/RemoveTool.cs - startLine: 222 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -416,7 +416,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StoreOrRemoveFurniture path: ../TinyLife/Tools/RemoveTool.cs - startLine: 251 + startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -454,7 +454,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayDestroySound path: ../TinyLife/Tools/RemoveTool.cs - startLine: 280 + startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -482,7 +482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpawnDestroyParticles path: ../TinyLife/Tools/RemoveTool.cs - startLine: 289 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -514,7 +514,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpawnDestroyParticles path: ../TinyLife/Tools/RemoveTool.cs - startLine: 301 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.WallDisplay.yml b/docs/api/TinyLife.WallDisplay.yml index 1c3ad2c..04b9121 100644 --- a/docs/api/TinyLife.WallDisplay.yml +++ b/docs/api/TinyLife.WallDisplay.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallDisplay path: ../TinyLife/Options.cs - startLine: 567 + startLine: 573 assemblies: - Tiny Life namespace: TinyLife @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: ../TinyLife/Options.cs - startLine: 572 + startLine: 578 assemblies: - Tiny Life namespace: TinyLife @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Up path: ../TinyLife/Options.cs - startLine: 576 + startLine: 582 assemblies: - Tiny Life namespace: TinyLife @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Auto path: ../TinyLife/Options.cs - startLine: 580 + startLine: 586 assemblies: - Tiny Life namespace: TinyLife @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Down path: ../TinyLife/Options.cs - startLine: 584 + startLine: 590 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.World.DrawDelegate.yml b/docs/api/TinyLife.World.DrawDelegate.yml index 1d11fec..d5530f2 100644 --- a/docs/api/TinyLife.World.DrawDelegate.yml +++ b/docs/api/TinyLife.World.DrawDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawDelegate path: ../TinyLife/World/Map.cs - startLine: 2426 + startLine: 2444 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.yml b/docs/api/TinyLife.World.Map.yml index 4bcf2f3..34a79dc 100644 --- a/docs/api/TinyLife.World.Map.yml +++ b/docs/api/TinyLife.World.Map.yml @@ -1341,7 +1341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLots path: ../TinyLife/World/Map.cs - startLine: 816 + startLine: 827 assemblies: - Tiny Life namespace: TinyLife.World @@ -1372,7 +1372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 827 + startLine: 838 assemblies: - Tiny Life namespace: TinyLife.World @@ -1410,7 +1410,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 838 + startLine: 849 assemblies: - Tiny Life namespace: TinyLife.World @@ -1445,7 +1445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveWall path: ../TinyLife/World/Map.cs - startLine: 848 + startLine: 859 assemblies: - Tiny Life namespace: TinyLife.World @@ -1480,7 +1480,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWallBetween path: ../TinyLife/World/Map.cs - startLine: 864 + startLine: 875 assemblies: - Tiny Life namespace: TinyLife.World @@ -1518,7 +1518,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTile path: ../TinyLife/World/Map.cs - startLine: 878 + startLine: 889 assemblies: - Tiny Life namespace: TinyLife.World @@ -1553,7 +1553,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetTile path: ../TinyLife/World/Map.cs - startLine: 888 + startLine: 899 assemblies: - Tiny Life namespace: TinyLife.World @@ -1588,7 +1588,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRoof path: ../TinyLife/World/Map.cs - startLine: 904 + startLine: 915 assemblies: - Tiny Life namespace: TinyLife.World @@ -1620,7 +1620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoof path: ../TinyLife/World/Map.cs - startLine: 914 + startLine: 925 assemblies: - Tiny Life namespace: TinyLife.World @@ -1655,7 +1655,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoofs path: ../TinyLife/World/Map.cs - startLine: 929 + startLine: 940 assemblies: - Tiny Life namespace: TinyLife.World @@ -1690,7 +1690,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveRoof path: ../TinyLife/World/Map.cs - startLine: 942 + startLine: 953 assemblies: - Tiny Life namespace: TinyLife.World @@ -1722,7 +1722,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObjects path: ../TinyLife/World/Map.cs - startLine: 953 + startLine: 964 assemblies: - Tiny Life namespace: TinyLife.World @@ -1763,7 +1763,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObject path: ../TinyLife/World/Map.cs - startLine: 969 + startLine: 980 assemblies: - Tiny Life namespace: TinyLife.World @@ -1804,7 +1804,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddObject path: ../TinyLife/World/Map.cs - startLine: 981 + startLine: 992 assemblies: - Tiny Life namespace: TinyLife.World @@ -1836,7 +1836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveObject path: ../TinyLife/World/Map.cs - startLine: 1006 + startLine: 1017 assemblies: - Tiny Life namespace: TinyLife.World @@ -1869,7 +1869,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPeople path: ../TinyLife/World/Map.cs - startLine: 1026 + startLine: 1037 assemblies: - Tiny Life namespace: TinyLife.World @@ -1900,7 +1900,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 1038 + startLine: 1049 assemblies: - Tiny Life namespace: TinyLife.World @@ -1935,7 +1935,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 1051 + startLine: 1062 assemblies: - Tiny Life namespace: TinyLife.World @@ -1970,7 +1970,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddHousehold path: ../TinyLife/World/Map.cs - startLine: 1064 + startLine: 1075 assemblies: - Tiny Life namespace: TinyLife.World @@ -2005,7 +2005,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveHousehold path: ../TinyLife/World/Map.cs - startLine: 1074 + startLine: 1085 assemblies: - Tiny Life namespace: TinyLife.World @@ -2037,7 +2037,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHouseholds path: ../TinyLife/World/Map.cs - startLine: 1082 + startLine: 1093 assemblies: - Tiny Life namespace: TinyLife.World @@ -2068,7 +2068,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSection path: ../TinyLife/World/Map.cs - startLine: 1092 + startLine: 1103 assemblies: - Tiny Life namespace: TinyLife.World @@ -2103,7 +2103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1107 + startLine: 1118 assemblies: - Tiny Life namespace: TinyLife.World @@ -2144,7 +2144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1117 + startLine: 1128 assemblies: - Tiny Life namespace: TinyLife.World @@ -2185,7 +2185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkDirtyForPathfinding path: ../TinyLife/World/Map.cs - startLine: 1138 + startLine: 1149 assemblies: - Tiny Life namespace: TinyLife.World @@ -2217,7 +2217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCost path: ../TinyLife/World/Map.cs - startLine: 1159 + startLine: 1170 assemblies: - Tiny Life namespace: TinyLife.World @@ -2258,7 +2258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanWalkBetween path: ../TinyLife/World/Map.cs - startLine: 1181 + startLine: 1192 assemblies: - Tiny Life namespace: TinyLife.World @@ -2299,7 +2299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFreeSpot path: ../TinyLife/World/Map.cs - startLine: 1190 + startLine: 1201 assemblies: - Tiny Life namespace: TinyLife.World @@ -2334,7 +2334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDeadPerson path: ../TinyLife/World/Map.cs - startLine: 1200 + startLine: 1211 assemblies: - Tiny Life namespace: TinyLife.World @@ -2369,7 +2369,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1220 + startLine: 1231 assemblies: - Tiny Life namespace: TinyLife.World @@ -2422,7 +2422,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1237 + startLine: 1248 assemblies: - Tiny Life namespace: TinyLife.World @@ -2475,7 +2475,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestFreeExitPoint path: ../TinyLife/World/Map.cs - startLine: 1256 + startLine: 1267 assemblies: - Tiny Life namespace: TinyLife.World @@ -2510,7 +2510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetExitRoads path: ../TinyLife/World/Map.cs - startLine: 1267 + startLine: 1278 assemblies: - Tiny Life namespace: TinyLife.World @@ -2541,7 +2541,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalls path: ../TinyLife/World/Map.cs - startLine: 1282 + startLine: 1293 assemblies: - Tiny Life namespace: TinyLife.World @@ -2576,7 +2576,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1302 + startLine: 1313 assemblies: - Tiny Life namespace: TinyLife.World @@ -2620,7 +2620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyInverseCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1318 + startLine: 1329 assemblies: - Tiny Life namespace: TinyLife.World @@ -2658,7 +2658,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/World/Map.cs - startLine: 1333 + startLine: 1344 assemblies: - Tiny Life namespace: TinyLife.World @@ -2693,7 +2693,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLight path: ../TinyLife/World/Map.cs - startLine: 1356 + startLine: 1367 assemblies: - Tiny Life namespace: TinyLife.World @@ -2725,7 +2725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveLight path: ../TinyLife/World/Map.cs - startLine: 1365 + startLine: 1376 assemblies: - Tiny Life namespace: TinyLife.World @@ -2757,7 +2757,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveEverything path: ../TinyLife/World/Map.cs - startLine: 1377 + startLine: 1388 assemblies: - Tiny Life namespace: TinyLife.World @@ -2801,7 +2801,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ValidateExistingRooms path: ../TinyLife/World/Map.cs - startLine: 1438 + startLine: 1464 assemblies: - Tiny Life namespace: TinyLife.World @@ -2836,7 +2836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddNewRoomsAndValidateExisting path: ../TinyLife/World/Map.cs - startLine: 1457 + startLine: 1483 assemblies: - Tiny Life namespace: TinyLife.World @@ -2877,7 +2877,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRegularVisitors path: ../TinyLife/World/Map.cs - startLine: 1511 + startLine: 1537 assemblies: - Tiny Life namespace: TinyLife.World @@ -2908,7 +2908,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateExternalPeople path: ../TinyLife/World/Map.cs - startLine: 1523 + startLine: 1549 assemblies: - Tiny Life namespace: TinyLife.World @@ -2942,7 +2942,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAllLotEmployments path: ../TinyLife/World/Map.cs - startLine: 1606 + startLine: 1632 assemblies: - Tiny Life namespace: TinyLife.World @@ -2973,7 +2973,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkTileDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1619 + startLine: 1645 assemblies: - Tiny Life namespace: TinyLife.World @@ -3005,7 +3005,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkObjectDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1635 + startLine: 1661 assemblies: - Tiny Life namespace: TinyLife.World @@ -3046,7 +3046,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadStaticMap path: ../TinyLife/World/Map.cs - startLine: 2190 + startLine: 2208 assemblies: - Tiny Life namespace: TinyLife.World @@ -3093,7 +3093,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsLotHidden path: ../TinyLife/World/Map.cs - startLine: 2245 + startLine: 2263 assemblies: - Tiny Life namespace: TinyLife.World @@ -3128,7 +3128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMapSampler path: ../TinyLife/World/Map.cs - startLine: 2263 + startLine: 2281 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.UpdateDelegate.yml b/docs/api/TinyLife.World.UpdateDelegate.yml index dbe5ca2..824f9d3 100644 --- a/docs/api/TinyLife.World.UpdateDelegate.yml +++ b/docs/api/TinyLife.World.UpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateDelegate path: ../TinyLife/World/Map.cs - startLine: 2416 + startLine: 2434 assemblies: - Tiny Life namespace: TinyLife.World