diff --git a/Changelog.md b/Changelog.md index 19ea1f2..4b651b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +# 0.31.4 +*April 27, 2023* + +Improvements +- Prioritize the cooking action when asking an adult for food + +Fixes +- Fixed objects out of bounds being able to crash the game +- Fixed a rare exception when spawning an item from a bookshelf or toy box +- Fixed Tinies being kind of addicted to getting jobs on their own + # 0.31.3 *April 26, 2023* diff --git a/docs/api/.manifest b/docs/api/.manifest index 69ba400..82e6469 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -11,7 +11,7 @@ "TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanStartNow": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml", - "TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)": "TinyLife.Actions.Action.yml", + "TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ElapsedTime": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml", @@ -125,6 +125,7 @@ "TinyLife.Actions.ActionType.AskWhy": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Babble": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.BatheBaby": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml", @@ -539,12 +540,6 @@ "TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml", "TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance": "TinyLife.Actions.ChoicePromptInfo.Option.yml", "TinyLife.Actions.ChoicePromptInfo.Options": "TinyLife.Actions.ChoicePromptInfo.yml", - "TinyLife.Actions.CleanUpBabyAction": "TinyLife.Actions.CleanUpBabyAction.yml", - "TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.CleanUpBabyAction.yml", - "TinyLife.Actions.CleanUpBabyAction.CreateFirstActions": "TinyLife.Actions.CleanUpBabyAction.yml", - "TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted": "TinyLife.Actions.CleanUpBabyAction.yml", - "TinyLife.Actions.CleanUpBabyAction.IsHoldingParty": "TinyLife.Actions.CleanUpBabyAction.yml", - "TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.CleanUpBabyAction.yml", "TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml", @@ -868,6 +863,7 @@ "TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml", + "TinyLife.Actions.WorkAction.CreateFirstActions": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml", "TinyLife.Debug": "TinyLife.Debug.yml", "TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml", @@ -1570,11 +1566,15 @@ "TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml", - "TinyLife.Objects.ActionSpot.SinkSpots(System.Single)": "TinyLife.Objects.ActionSpot.yml", + "TinyLife.Objects.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml", "TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml", + "TinyLife.Objects.Bathtub": "TinyLife.Objects.Bathtub.yml", + "TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Bathtub.yml", + "TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Bathtub.yml", + "TinyLife.Objects.Bathtub.HasWater": "TinyLife.Objects.Bathtub.yml", "TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml", @@ -1771,6 +1771,7 @@ "TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.BabyBathtub": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BabyBook": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml", @@ -2098,6 +2099,7 @@ "TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.BabyBathtub": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BabySittable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml", @@ -2422,7 +2424,7 @@ "TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml", "TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml", - "TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonAi.yml", + "TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)": "TinyLife.Objects.PersonAi.yml", "TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml", "TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml", "TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml", diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index b591c05..6bac274 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -14,7 +14,7 @@ items: - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanStartNow - TinyLife.Actions.Action.CausesExtremelyFastSpeed - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) @@ -1493,16 +1493,16 @@ items: description: Whether it was possible to face in the partner's direction. content.vb: Public Function FacePartner(partner As Person) As Boolean overload: TinyLife.Actions.Action.FacePartner* -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - id: CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + id: CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action langs: - csharp - vb - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) type: Method source: remote: @@ -1511,22 +1511,25 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteIfNeedFull path: ../TinyLife/Actions/Action.cs - startLine: 456 + startLine: 457 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method that returns if the given 's value is at .\n" example: [] syntax: - content: public CompletionType CompleteIfNeedFull(NeedType type) + content: public CompletionType CompleteIfNeedFull(NeedType type, Person person = null) parameters: - id: type type: TinyLife.NeedType description: The need that should be completed + - id: person + type: TinyLife.Objects.Person + description: The whose need needs to be full, or null to use this action's . return: type: TinyLife.Actions.CompletionType description: The appropriate completion type - content.vb: Public Function CompleteIfNeedFull(type As NeedType) As CompletionType + content.vb: Public Function CompleteIfNeedFull(type As NeedType, person As Person = Nothing) As CompletionType overload: TinyLife.Actions.Action.CompleteIfNeedFull* - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) @@ -1546,7 +1549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteIfTimeUp path: ../TinyLife/Actions/Action.cs - startLine: 470 + startLine: 471 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1596,7 +1599,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelIfEmotional path: ../TinyLife/Actions/Action.cs - startLine: 484 + startLine: 485 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1638,7 +1641,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sit path: ../TinyLife/Actions/Action.cs - startLine: 500 + startLine: 501 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1682,7 +1685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetChildren path: ../TinyLife/Actions/Action.cs - startLine: 516 + startLine: 517 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1720,7 +1723,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetChild path: ../TinyLife/Actions/Action.cs - startLine: 533 + startLine: 534 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1764,7 +1767,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpAndGoTo path: ../TinyLife/Actions/Action.cs - startLine: 575 + startLine: 576 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1811,7 +1814,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpAndGoTo path: ../TinyLife/Actions/Action.cs - startLine: 588 + startLine: 589 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1858,7 +1861,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeChair path: ../TinyLife/Actions/Action.cs - startLine: 625 + startLine: 626 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1896,7 +1899,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeChairs path: ../TinyLife/Actions/Action.cs - startLine: 642 + startLine: 643 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1940,7 +1943,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSeatCategory path: ../TinyLife/Actions/Action.cs - startLine: 662 + startLine: 663 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1975,7 +1978,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreePeople path: ../TinyLife/Actions/Action.cs - startLine: 678 + startLine: 679 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2034,7 +2037,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeFurniture path: ../TinyLife/Actions/Action.cs - startLine: 703 + startLine: 704 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2093,7 +2096,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeWalls path: ../TinyLife/Actions/Action.cs - startLine: 721 + startLine: 722 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2140,7 +2143,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeGround path: ../TinyLife/Actions/Action.cs - startLine: 736 + startLine: 737 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2187,7 +2190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindFreeFurniture path: ../TinyLife/Actions/Action.cs - startLine: 754 + startLine: 755 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2240,7 +2243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllActionObjects path: ../TinyLife/Actions/Action.cs - startLine: 767 + startLine: 768 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2281,7 +2284,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindValidActionObjects path: ../TinyLife/Actions/Action.cs - startLine: 805 + startLine: 806 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2334,7 +2337,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryGetRandomValidVariety path: ../TinyLife/Actions/Action.cs - startLine: 823 + startLine: 825 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2351,6 +2354,7 @@ items: description: The action info. - id: automatic type: System.Boolean + description: Whether variety should be selected automatically. - id: variety type: TinyLife.Actions.ActionVariety description: The variety found, or null if no variety was found or the action has no varieties. @@ -2380,7 +2384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomValidVariety path: ../TinyLife/Actions/Action.cs - startLine: 842 + startLine: 844 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2421,7 +2425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTableSpot path: ../TinyLife/Actions/Action.cs - startLine: 857 + startLine: 859 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2459,7 +2463,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InvokeForBoth path: ../TinyLife/Actions/Action.cs - startLine: 870 + startLine: 872 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2500,7 +2504,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/Action.cs - startLine: 882 + startLine: 884 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionInfo.yml b/docs/api/TinyLife.Actions.ActionInfo.yml index 05509ca..b564977 100644 --- a/docs/api/TinyLife.Actions.ActionInfo.yml +++ b/docs/api/TinyLife.Actions.ActionInfo.yml @@ -715,21 +715,27 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FromObjectGeneric path: ../TinyLife/Actions/ActionInfo.cs - startLine: 309 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions + summary: "\nReturns a new basd on the given object's and , but no object spot.\n" + example: [] syntax: content: public static ActionInfo FromObjectGeneric(Person person, Guid objectId, Vector2 objectPosition) parameters: - id: person type: TinyLife.Objects.Person + description: The person that this action info should be related to. - id: objectId type: System.Guid + description: The of the object that this action info should have. - id: objectPosition type: Microsoft.Xna.Framework.Vector2 + description: The of the object that this action info should have. return: type: TinyLife.Actions.ActionInfo + description: A new action info with the given data. content.vb: Public Shared Function FromObjectGeneric(person As Person, objectId As Guid, objectPosition As Vector2) As ActionInfo overload: TinyLife.Actions.ActionInfo.FromObjectGeneric* - uid: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject) @@ -750,7 +756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FromObjectGeneric path: ../TinyLife/Actions/ActionInfo.cs - startLine: 319 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -788,7 +794,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FromSelf path: ../TinyLife/Actions/ActionInfo.cs - startLine: 328 + startLine: 335 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -823,7 +829,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FromActionInfo path: ../TinyLife/Actions/ActionInfo.cs - startLine: 339 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2341,6 +2347,18 @@ references: name: Vector2 isExternal: true - name: ) +- uid: TinyLife.Objects.MapObject.Id + commentId: P:TinyLife.Objects.MapObject.Id + parent: TinyLife.Objects.MapObject + name: Id + nameWithType: MapObject.Id + fullName: TinyLife.Objects.MapObject.Id +- uid: TinyLife.Objects.MapObject.Position + commentId: P:TinyLife.Objects.MapObject.Position + parent: TinyLife.Objects.MapObject + name: Position + nameWithType: MapObject.Position + fullName: TinyLife.Objects.MapObject.Position - uid: TinyLife.Actions.ActionInfo.FromObjectGeneric* commentId: Overload:TinyLife.Actions.ActionInfo.FromObjectGeneric name: FromObjectGeneric diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index e781c5f..529a1d7 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 378 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -62,7 +62,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolvedNeeds path: ../TinyLife/Actions/ActionType.cs - startLine: 386 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -91,7 +91,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassivePriority path: ../TinyLife/Actions/ActionType.cs - startLine: 394 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -120,7 +120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoRandomly path: ../TinyLife/Actions/ActionType.cs - startLine: 401 + startLine: 402 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -149,7 +149,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoAtAnyPoint path: ../TinyLife/Actions/ActionType.cs - startLine: 408 + startLine: 409 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -178,7 +178,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedsFreeActionSpot path: ../TinyLife/Actions/ActionType.cs - startLine: 414 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -207,7 +207,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IgnoreAiDisabled path: ../TinyLife/Actions/ActionType.cs - startLine: 418 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -236,7 +236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs - startLine: 423 + startLine: 424 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml index bdcd98f..5d1626e 100644 --- a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml +++ b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteDelegate path: ../TinyLife/Actions/ActionType.cs - startLine: 207 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml index b40dfd8..610d1e4 100644 --- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -46,7 +46,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 212 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -84,7 +84,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Actions/ActionType.cs - startLine: 217 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -113,7 +113,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NameWithoutCategory path: ../TinyLife/Actions/ActionType.cs - startLine: 222 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/Actions/ActionType.cs - startLine: 227 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -175,7 +175,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Actions/ActionType.cs - startLine: 232 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Context path: ../TinyLife/Actions/ActionType.cs - startLine: 237 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -233,7 +233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs - startLine: 243 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -262,7 +262,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructedType path: ../TinyLife/Actions/ActionType.cs - startLine: 248 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -291,7 +291,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructorArguments path: ../TinyLife/Actions/ActionType.cs - startLine: 253 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -320,7 +320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Varieties path: ../TinyLife/Actions/ActionType.cs - startLine: 261 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -349,7 +349,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmptyVarietiesResult path: ../TinyLife/Actions/ActionType.cs - startLine: 266 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -378,7 +378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ai path: ../TinyLife/Actions/ActionType.cs - startLine: 271 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -407,7 +407,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInappropriateElsewhere path: ../TinyLife/Actions/ActionType.cs - startLine: 276 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -436,7 +436,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IconName path: ../TinyLife/Actions/ActionType.cs - startLine: 282 + startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -465,7 +465,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs - startLine: 288 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -494,7 +494,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredSkill path: ../TinyLife/Actions/ActionType.cs - startLine: 294 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -523,7 +523,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredAges path: ../TinyLife/Actions/ActionType.cs - startLine: 298 + startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -552,7 +552,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredEmotion path: ../TinyLife/Actions/ActionType.cs - startLine: 303 + startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -581,7 +581,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPersonality path: ../TinyLife/Actions/ActionType.cs - startLine: 308 + startLine: 309 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -610,7 +610,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IgnoreObjectConditions path: ../TinyLife/Actions/ActionType.cs - startLine: 314 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -639,7 +639,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerEmployment path: ../TinyLife/Actions/ActionType.cs - startLine: 320 + startLine: 321 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -668,7 +668,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerAges path: ../TinyLife/Actions/ActionType.cs - startLine: 325 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -697,7 +697,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredJob path: ../TinyLife/Actions/ActionType.cs - startLine: 330 + startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -726,7 +726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs - startLine: 340 + startLine: 341 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -767,7 +767,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs - startLine: 353 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -804,7 +804,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs - startLine: 358 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -843,7 +843,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetData path: ../TinyLife/Actions/ActionType.cs - startLine: 364 + startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -882,7 +882,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDataKeys path: ../TinyLife/Actions/ActionType.cs - startLine: 369 + startLine: 370 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index 8c59836..5480a99 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -37,6 +37,7 @@ items: - TinyLife.Actions.ActionType.AskWhy - TinyLife.Actions.ActionType.Babble - TinyLife.Actions.ActionType.BakeFood + - TinyLife.Actions.ActionType.BatheBaby - TinyLife.Actions.ActionType.BeAwayFromLotEmployment - TinyLife.Actions.ActionType.BeEnticing - TinyLife.Actions.ActionType.BlowOutCandles @@ -322,7 +323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionType path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 17 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -655,7 +656,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVarieties path: ../TinyLife/Actions/ActionType.cs - startLine: 162 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -666,12 +667,13 @@ items: parameters: - id: info type: TinyLife.Actions.ActionInfo - description: The action info to create the varieties for + description: The action info to create the varieties for. - id: automatic type: System.Boolean + description: Whether the action variety should be selected automatically. return: type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety} - description: The varieties for the given action info + description: The varieties for the given action info. content.vb: Public Function GetVarieties(info As ActionInfo, automatic As Boolean) As IEnumerable(Of ActionVariety) overload: TinyLife.Actions.ActionType.GetVarieties* nameWithType.vb: ActionType.GetVarieties(ActionInfo, Boolean) @@ -695,7 +697,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Actions/ActionType.cs - startLine: 195 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1378,7 +1380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoHere path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 21 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1405,7 +1407,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sit path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1432,7 +1434,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SitToilet path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1459,7 +1461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sleep path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1486,7 +1488,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeShower path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 48 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1513,7 +1515,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIngredientsSingle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1540,7 +1542,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIngredientsFamily path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1567,7 +1569,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetBakingIngredients path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 58 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1594,7 +1596,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutDown path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1621,7 +1623,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1648,7 +1650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CookFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 78 + startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1675,7 +1677,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BakeFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 89 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1702,7 +1704,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 100 + startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1729,7 +1731,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Eat path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 105 + startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1756,7 +1758,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrabServing path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 130 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1783,7 +1785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CallToMeal path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 149 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1810,7 +1812,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySingleplayerGames path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1837,7 +1839,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayOnlineGames path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 157 + startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1864,7 +1866,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchWalkthroughs path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 158 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1891,7 +1893,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JoinEasyTournament path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 159 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1918,7 +1920,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JoinAdvancedTournament path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 160 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1945,7 +1947,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Chat path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 161 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1972,7 +1974,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChatWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 171 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1999,7 +2001,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanDish path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 175 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2026,7 +2028,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeOutfit path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 184 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2053,7 +2055,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EditOutfits path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 197 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2080,7 +2082,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoHome path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 200 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2107,7 +2109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitLot path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 214 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2134,7 +2136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Paint path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 233 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2161,7 +2163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sell path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 243 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2188,7 +2190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSpeech path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 251 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2215,7 +2217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Read path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 259 + startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2242,7 +2244,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StudyBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 270 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2269,7 +2271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 280 + startLine: 279 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2296,7 +2298,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 290 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2323,7 +2325,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Work path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 298 + startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2350,7 +2352,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 306 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2377,7 +2379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: QuitJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 315 + startLine: 314 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2404,7 +2406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MopPuddle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 318 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2431,7 +2433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeProgramming path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 330 + startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2458,7 +2460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModGame path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 338 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2485,7 +2487,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 344 + startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2512,7 +2514,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PublishApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 350 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2539,7 +2541,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HackSomeone path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 356 + startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2566,7 +2568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchProgrammingPatterns path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 361 + startLine: 360 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2593,7 +2595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchTv path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 366 + startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2620,7 +2622,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Repair path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 376 + startLine: 375 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2647,7 +2649,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PayBills path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 390 + startLine: 389 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2674,7 +2676,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeWriting path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 404 + startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2701,7 +2703,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WriteBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 412 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2728,7 +2730,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelfPublishBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 422 + startLine: 421 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2755,7 +2757,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HaveBookPublished path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 423 + startLine: 422 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2782,7 +2784,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LockDoor path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 424 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2809,7 +2811,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireLgbtFlag path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 429 + startLine: 428 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2836,7 +2838,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWater path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 432 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2863,7 +2865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WashHands path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 440 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2890,7 +2892,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleLight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 447 + startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2917,7 +2919,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleAllLights path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 450 + startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2944,7 +2946,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrillFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 462 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2971,7 +2973,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThrowAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 472 + startLine: 471 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2998,7 +3000,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scrap path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 480 + startLine: 479 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3025,7 +3027,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanEverything path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 486 + startLine: 485 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3052,7 +3054,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clean path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 492 + startLine: 491 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3079,7 +3081,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Light path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 500 + startLine: 499 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3106,7 +3108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoHomework path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 509 + startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3133,7 +3135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayWithToy path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 520 + startLine: 519 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3160,7 +3162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CookChildFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 532 + startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3187,7 +3189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayInSandbox path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 545 + startLine: 544 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3214,7 +3216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShufflePuzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 554 + startLine: 553 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3241,7 +3243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 562 + startLine: 561 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3268,7 +3270,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PsychSelfUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 570 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3295,7 +3297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Store path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 574 + startLine: 573 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3322,7 +3324,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFurnitureMail path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 585 + startLine: 584 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3349,7 +3351,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJobFromNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 593 + startLine: 592 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3376,7 +3378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 601 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3403,7 +3405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 609 + startLine: 608 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3430,7 +3432,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrewCoffee path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 617 + startLine: 616 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3457,7 +3459,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeTea path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 627 + startLine: 626 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3484,7 +3486,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 637 + startLine: 636 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3511,7 +3513,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 645 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3538,7 +3540,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddALittleSomething path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 653 + startLine: 652 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3565,7 +3567,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RunAround path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 667 + startLine: 666 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3592,7 +3594,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rummage path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 676 + startLine: 675 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3619,7 +3621,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddCandle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 683 + startLine: 682 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3646,7 +3648,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BlowOutCandles path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 689 + startLine: 688 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3673,7 +3675,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutInFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 693 + startLine: 692 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3700,7 +3702,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeFromFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 702 + startLine: 706 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3727,7 +3729,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanOutFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 706 + startLine: 710 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3754,7 +3756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLeftovers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 717 + startLine: 721 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3781,7 +3783,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdoptChild path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 724 + startLine: 728 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3808,7 +3810,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchBusinessPlans path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 732 + startLine: 736 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3835,7 +3837,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSalesPitch path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 740 + startLine: 744 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3862,7 +3864,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadSkillBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 748 + startLine: 752 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3889,7 +3891,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleNewspapers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 757 + startLine: 761 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3916,7 +3918,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeOutTrash path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 762 + startLine: 766 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3943,7 +3945,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayOnJungleGym path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 774 + startLine: 778 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3970,7 +3972,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorColoringBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 783 + startLine: 787 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3997,7 +3999,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CollectSunlight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 792 + startLine: 796 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4024,7 +4026,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoJogging path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 795 + startLine: 799 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4051,7 +4053,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveHere path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 803 + startLine: 807 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4078,7 +4080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadBabyBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 810 + startLine: 814 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4105,7 +4107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Potty path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 822 + startLine: 826 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4132,7 +4134,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UseDiaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 834 + startLine: 838 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4159,7 +4161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FollowAdult path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 842 + startLine: 846 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4186,7 +4188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HaveBaby path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 859 + startLine: 863 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4213,7 +4215,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HaveAbortion path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 867 + startLine: 871 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4240,7 +4242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakePregnancyTest path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 870 + startLine: 874 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4267,7 +4269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeOutOfCrib path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 877 + startLine: 881 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4294,7 +4296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SleepInCrib path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 886 + startLine: 890 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4456,7 +4458,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConfideIn path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 21 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4483,7 +4485,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutLife path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 27 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4510,7 +4512,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFeelings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4537,7 +4539,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShareIdeas path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4564,7 +4566,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GaugeRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4591,7 +4593,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToLeave path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4618,7 +4620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CallOver path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 70 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4645,7 +4647,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThisIsInappropriate path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 76 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4672,7 +4674,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WakeUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 88 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4699,7 +4701,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutPersonality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 91 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4726,7 +4728,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutJob path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4753,7 +4755,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTaste path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 124 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4780,7 +4782,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BribeForFriendship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 134 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4807,7 +4809,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCoffee path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 144 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4834,7 +4836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderTea path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 154 + startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4861,7 +4863,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCafeFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 165 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4888,7 +4890,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutNonfictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 174 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4915,7 +4917,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 186 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4942,7 +4944,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpPerson path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4969,7 +4971,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutDownPerson path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 208 + startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4996,7 +4998,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeworkHelp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 218 + startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5023,7 +5025,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspectBaby path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 227 + startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5050,7 +5052,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnnouncePregnancy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 232 + startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5077,7 +5079,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Talk path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 241 + startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5104,7 +5106,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutDay path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 245 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5131,7 +5133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellEngagingStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 250 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5158,7 +5160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 255 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5185,7 +5187,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 259 + startLine: 258 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5212,7 +5214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNeighborhood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 265 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5239,7 +5241,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutOutdoors path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 270 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5266,7 +5268,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 274 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5293,7 +5295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussWorkoutRegimen path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 278 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5320,7 +5322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompareMuscleSize path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 285 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5347,7 +5349,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GushAboutPartner path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 292 + startLine: 291 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5374,7 +5376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutGamingRig path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 298 + startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5401,7 +5403,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutComputerSpecs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 303 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5428,7 +5430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoastAboutPagesWritten path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 308 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5455,7 +5457,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PoseMathPuzzle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 314 + startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5482,7 +5484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpressFearOfCrowds path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 319 + startLine: 318 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5509,7 +5511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNaps path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 324 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5536,7 +5538,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWatchingTv path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 330 + startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5563,7 +5565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InviteToHousehold path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 335 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5590,7 +5592,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToCook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 340 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5617,7 +5619,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 347 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5644,7 +5646,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutAdults path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 353 + startLine: 352 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5671,7 +5673,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutParent path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 358 + startLine: 357 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5698,7 +5700,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutCartoons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 363 + startLine: 362 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5725,7 +5727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 368 + startLine: 367 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5752,7 +5754,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFavoriteToys path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 373 + startLine: 372 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5779,7 +5781,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFamilyWellbeing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 378 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5806,7 +5808,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFamily path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 384 + startLine: 383 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5833,7 +5835,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebatePineappleOnPizza path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 390 + startLine: 389 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5860,7 +5862,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussFineDining path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 396 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5887,7 +5889,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSpicyFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 401 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5914,7 +5916,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskMedicalHistory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 406 + startLine: 405 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5941,7 +5943,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNatureWalks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 411 + startLine: 410 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5968,7 +5970,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CriticizeDeforestation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 416 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5995,7 +5997,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussNpP path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 421 + startLine: 420 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6022,7 +6024,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BragAboutComputer path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 426 + startLine: 425 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6049,7 +6051,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussHomeAutomation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 431 + startLine: 430 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6076,7 +6078,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskIfSingle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 436 + startLine: 435 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6103,7 +6105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SuggestThriftstores path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 447 + startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6130,7 +6132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnthuseAboutCoupons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 452 + startLine: 451 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6157,7 +6159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutBestSpots path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 457 + startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6184,7 +6186,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutBestToy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 462 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6211,7 +6213,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TeachLifeLesson path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 467 + startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6238,7 +6240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HowYouveGrown path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 473 + startLine: 472 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6265,7 +6267,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComparePhysicalFeatures path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 478 + startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6292,7 +6294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutCareerDreams path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 484 + startLine: 483 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6319,7 +6321,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutParenting path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 490 + startLine: 489 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6346,7 +6348,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExplainActivities path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 498 + startLine: 497 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6373,7 +6375,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpressPregnancyConcerns path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 505 + startLine: 504 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6400,7 +6402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 515 + startLine: 514 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6427,7 +6429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellFunnyStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 519 + startLine: 518 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6454,7 +6456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellRidiculousStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 523 + startLine: 522 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6481,7 +6483,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellComplexJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 527 + startLine: 526 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6508,7 +6510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayTrick path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 531 + startLine: 530 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6535,7 +6537,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 535 + startLine: 534 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6562,7 +6564,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOwnUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 541 + startLine: 540 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6589,7 +6591,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTreadmillAccidents path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 547 + startLine: 546 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6616,7 +6618,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWritingStyle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 552 + startLine: 551 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6643,7 +6645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAromance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 557 + startLine: 556 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6670,7 +6672,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAsexuality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 562 + startLine: 561 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6697,7 +6699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJokeAboutSomething path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 567 + startLine: 566 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6724,7 +6726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellDadJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 576 + startLine: 575 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6751,7 +6753,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutFamilyGatherings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 582 + startLine: 581 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6778,7 +6780,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTrees path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 588 + startLine: 587 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6805,7 +6807,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutSmartHome path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 593 + startLine: 592 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6832,7 +6834,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOverspending path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 598 + startLine: 597 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6859,7 +6861,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFunnyCityName path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 603 + startLine: 602 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6886,7 +6888,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Insult path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 610 + startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6913,7 +6915,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyMotherIsCamel path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 615 + startLine: 614 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6940,7 +6942,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 619 + startLine: 618 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6967,7 +6969,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfLaziness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 625 + startLine: 624 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6994,7 +6996,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfIntroversion path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 630 + startLine: 629 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7021,7 +7023,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfNiceness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 635 + startLine: 634 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7048,7 +7050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 640 + startLine: 639 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7075,7 +7077,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfPoorFitness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 645 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7102,7 +7104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFriends path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 651 + startLine: 650 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7129,7 +7131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingNerd path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 656 + startLine: 655 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7156,7 +7158,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingBadAtSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 661 + startLine: 660 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7183,7 +7185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShooChild path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 666 + startLine: 665 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7210,7 +7212,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFoodIntolerance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 672 + startLine: 671 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7237,7 +7239,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChastiseForFoodBeliefs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 678 + startLine: 677 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7264,7 +7266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingOutdoorsy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 684 + startLine: 683 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7291,7 +7293,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyHomeSmarter path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 689 + startLine: 688 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7318,7 +7320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ArgueAboutToyOwnership path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 694 + startLine: 693 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7345,7 +7347,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Flirt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 701 + startLine: 700 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7372,7 +7374,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplimentLooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 705 + startLine: 704 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7399,7 +7401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeRisqueRemark path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 709 + startLine: 708 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7426,7 +7428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BeEnticing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 715 + startLine: 714 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7453,7 +7455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CasualCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 720 + startLine: 719 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7480,7 +7482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReciteLovePoem path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 725 + startLine: 724 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7507,7 +7509,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeepCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 730 + startLine: 729 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7534,7 +7536,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FlirtyJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 735 + startLine: 734 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7561,7 +7563,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartDating path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 741 + startLine: 740 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7588,7 +7590,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolAround path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 758 + startLine: 757 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7615,7 +7617,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Kiss path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 771 + startLine: 770 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7642,7 +7644,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmitToBeingRomanticWithSomeoneElse path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 782 + startLine: 781 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7669,7 +7671,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BreakUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 795 + startLine: 794 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7696,7 +7698,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleTryingForBaby path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 813 + startLine: 812 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7723,7 +7725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Babble path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 836 + startLine: 835 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7750,7 +7752,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CryAt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 842 + startLine: 841 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7777,7 +7779,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskWhy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 848 + startLine: 847 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7804,7 +7806,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskHow path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 853 + startLine: 852 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7831,7 +7833,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutPlaying path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 858 + startLine: 857 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7858,7 +7860,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: YoureSoTall path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 863 + startLine: 862 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7885,7 +7887,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HelpBabyBook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 868 + startLine: 867 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7912,7 +7914,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HelpPotty path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 881 + startLine: 880 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7939,7 +7941,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeDiaper path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 888 + startLine: 887 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7966,7 +7968,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanUpBaby path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 900 + startLine: 899 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7975,6 +7977,33 @@ items: return: type: TinyLife.Actions.ActionType[] content.vb: Public Shared ReadOnly CleanUpBaby As ActionType() +- uid: TinyLife.Actions.ActionType.BatheBaby + commentId: F:TinyLife.Actions.ActionType.BatheBaby + id: BatheBaby + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: BatheBaby + nameWithType: ActionType.BatheBaby + fullName: TinyLife.Actions.ActionType.BatheBaby + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BatheBaby + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 906 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType[] BatheBaby + return: + type: TinyLife.Actions.ActionType[] + content.vb: Public Shared ReadOnly BatheBaby As ActionType() - uid: TinyLife.Actions.ActionType.PutInCrib commentId: F:TinyLife.Actions.ActionType.PutInCrib id: PutInCrib @@ -7993,7 +8022,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutInCrib path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 907 + startLine: 913 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8020,7 +8049,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTakeOutOfCrib path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 914 + startLine: 920 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8047,7 +8076,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 928 + startLine: 934 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8074,7 +8103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 35 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8127,7 +8156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8180,7 +8209,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 96 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8227,7 +8256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPlaceHeldItem path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 125 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8268,7 +8297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasChairOrIsStandingDesk path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 146 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8309,7 +8338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDislikedOrMean path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 162 + startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8350,7 +8379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsReadyForRomance path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 181 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8391,7 +8420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotEmotional path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 219 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8436,7 +8465,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsEmptyHanded path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 235 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8477,7 +8506,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsEmptyHandedOrHoldingActionObject path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 246 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8518,7 +8547,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotHoldingPerson path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 256 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8559,7 +8588,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanWorkAtDeskObject path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 266 + startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8600,7 +8629,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotExpired path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 276 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8641,7 +8670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoImportantAction path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 287 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8682,7 +8711,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoSocialAction path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 299 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8723,7 +8752,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AreDating path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 312 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8764,7 +8793,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAll path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 329 + startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8808,7 +8837,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeSexual path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 345 + startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8849,7 +8878,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasSpaceInHousehold path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 357 + startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8890,7 +8919,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotPregnant path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 369 + startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8931,7 +8960,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillPriorityMod path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 385 + startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionVariety.yml b/docs/api/TinyLife.Actions.ActionVariety.yml index f3603f0..896757b 100644 --- a/docs/api/TinyLife.Actions.ActionVariety.yml +++ b/docs/api/TinyLife.Actions.ActionVariety.yml @@ -503,7 +503,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FreePeople path: ../TinyLife/Actions/ActionVariety.cs - startLine: 124 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -517,6 +517,7 @@ items: description: The action info. - id: automatic type: System.Boolean + description: Whether the action variety was selected automatically. - id: canExecute type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult} description: A -esque function that determines whether a given person should be included. @@ -546,7 +547,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StoredFurniture path: ../TinyLife/Actions/ActionVariety.cs - startLine: 142 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -587,7 +588,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImageLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 163 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -631,7 +632,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PortraitLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 182 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.BehaviorAction-1.yml b/docs/api/TinyLife.Actions.BehaviorAction-1.yml index 9c17ef0..19c2129 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction-1.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction-1.yml @@ -90,7 +90,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1494,25 +1494,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.BehaviorAction.yml b/docs/api/TinyLife.Actions.BehaviorAction.yml index 427b3b1..b987538 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction.yml @@ -88,7 +88,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1602,25 +1602,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.CleanUpBabyAction.yml b/docs/api/TinyLife.Actions.CleanUpBabyAction.yml deleted file mode 100644 index 94dbece..0000000 --- a/docs/api/TinyLife.Actions.CleanUpBabyAction.yml +++ /dev/null @@ -1,3962 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: TinyLife.Actions.CleanUpBabyAction - commentId: T:TinyLife.Actions.CleanUpBabyAction - id: CleanUpBabyAction - parent: TinyLife.Actions - children: - - TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person) - - TinyLife.Actions.CleanUpBabyAction.CreateFirstActions - - TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted - - TinyLife.Actions.CleanUpBabyAction.IsHoldingParty - - TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType) - langs: - - csharp - - vb - name: CleanUpBabyAction - nameWithType: CleanUpBabyAction - fullName: TinyLife.Actions.CleanUpBabyAction - type: Class - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CleanUpBabyAction - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 14 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: 'public class CleanUpBabyAction : HoldingPersonAction, IGenericDataHolder' - content.vb: Public Class CleanUpBabyAction Inherits HoldingPersonAction Implements IGenericDataHolder - inheritance: - - System.Object - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - - TinyLife.Actions.Action - - TinyLife.Actions.MultiAction - - TinyLife.Actions.SocialAction - - TinyLife.Actions.HoldingPersonAction - implements: - - MLEM.Misc.IGenericDataHolder - inheritedMembers: - - TinyLife.Actions.HoldingPersonAction.CreateLastActions - - TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - - TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - - TinyLife.Actions.SocialAction.IsMain - - TinyLife.Actions.SocialAction.Partner - - TinyLife.Actions.SocialAction.PartnerAction - - TinyLife.Actions.SocialAction.MainAction - - TinyLife.Actions.SocialAction.ConversationTime - - TinyLife.Actions.SocialAction.InProgressTime - - TinyLife.Actions.SocialAction.InitializeConversation - - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Actions.SocialAction.GetMaxWaitTime - - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - - TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Actions.SocialAction.AndThenIsCompleted - - TinyLife.Actions.SocialAction.AndThenInitialize - - TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.SocialAction.CanStartNow - - TinyLife.Actions.SocialAction.GetDisplayName - - TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - - TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - - TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - - TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - - TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - - TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - - TinyLife.Actions.MultiAction.Handler - - TinyLife.Actions.MultiAction.MainElapsedTime - - TinyLife.Actions.MultiAction.CurrentStage - - TinyLife.Actions.MultiAction.PreInitialize - - TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - - TinyLife.Actions.MultiAction.Initialize - - TinyLife.Actions.MultiAction.IsCompleted - - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - - TinyLife.Actions.Action.Random - - TinyLife.Actions.Action.FullyInProgress - - TinyLife.Actions.Action.Type - - TinyLife.Actions.Action.Info - - TinyLife.Actions.Action.Id - - TinyLife.Actions.Action.StartedAutomatically - - TinyLife.Actions.Action.Parent - - TinyLife.Actions.Action.Map - - TinyLife.Actions.Action.Person - - TinyLife.Actions.Action.ElapsedTime - - TinyLife.Actions.Action.PlayerPromptOpen - - TinyLife.Actions.Action.ForceResult - - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - - TinyLife.Actions.Action.GetIconObject - - TinyLife.Actions.Action.CausesExtremelyFastSpeed - - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - - TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - - TinyLife.Actions.Action.GetChildren(System.Boolean) - - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - - TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety@) - - TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - extensionMethods: - - TinyLife.Actions.CleanUpBabyAction.TinyLife.Utilities.Extensions.JsonCopy``1 -- uid: TinyLife.Actions.CleanUpBabyAction.IsHoldingParty - commentId: P:TinyLife.Actions.CleanUpBabyAction.IsHoldingParty - id: IsHoldingParty - parent: TinyLife.Actions.CleanUpBabyAction - langs: - - csharp - - vb - name: IsHoldingParty - nameWithType: CleanUpBabyAction.IsHoldingParty - fullName: TinyLife.Actions.CleanUpBabyAction.IsHoldingParty - type: Property - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsHoldingParty - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 16 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: protected override bool IsHoldingParty { get; } - parameters: [] - return: - type: System.Boolean - content.vb: Protected Overrides ReadOnly Property IsHoldingParty As Boolean - overridden: TinyLife.Actions.HoldingPersonAction.IsHoldingParty - overload: TinyLife.Actions.CleanUpBabyAction.IsHoldingParty* -- uid: TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person) - commentId: M:TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person) - id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)' - parent: TinyLife.Actions.CleanUpBabyAction - langs: - - csharp - - vb - name: CleanUpBabyAction(ActionType, ActionInfo, bool, Person) - nameWithType: CleanUpBabyAction.CleanUpBabyAction(ActionType, ActionInfo, bool, Person) - fullName: TinyLife.Actions.CleanUpBabyAction.CleanUpBabyAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, TinyLife.Objects.Person) - type: Constructor - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: .ctor - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 20 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public CleanUpBabyAction(ActionType type, ActionInfo info, bool wasOffered, Person person = null) - parameters: - - id: type - type: TinyLife.Actions.ActionType - - id: info - type: TinyLife.Actions.ActionInfo - - id: wasOffered - type: System.Boolean - - id: person - type: TinyLife.Objects.Person - content.vb: Public Sub New(type As ActionType, info As ActionInfo, wasOffered As Boolean, person As Person = Nothing) - overload: TinyLife.Actions.CleanUpBabyAction.#ctor* - nameWithType.vb: CleanUpBabyAction.New(ActionType, ActionInfo, Boolean, Person) - fullName.vb: TinyLife.Actions.CleanUpBabyAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Objects.Person) - name.vb: New(ActionType, ActionInfo, Boolean, Person) -- uid: TinyLife.Actions.CleanUpBabyAction.CreateFirstActions - commentId: M:TinyLife.Actions.CleanUpBabyAction.CreateFirstActions - id: CreateFirstActions - parent: TinyLife.Actions.CleanUpBabyAction - langs: - - csharp - - vb - name: CreateFirstActions() - nameWithType: CleanUpBabyAction.CreateFirstActions() - fullName: TinyLife.Actions.CleanUpBabyAction.CreateFirstActions() - type: Method - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CreateFirstActions - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 26 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: protected override IEnumerable CreateFirstActions() - return: - type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} - content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action) - overridden: TinyLife.Actions.HoldingPersonAction.CreateFirstActions - overload: TinyLife.Actions.CleanUpBabyAction.CreateFirstActions* -- uid: TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted - commentId: M:TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted - id: IsConversationCompleted - parent: TinyLife.Actions.CleanUpBabyAction - langs: - - csharp - - vb - name: IsConversationCompleted() - nameWithType: CleanUpBabyAction.IsConversationCompleted() - fullName: TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted() - type: Method - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsConversationCompleted - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 33 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: protected override CompletionType IsConversationCompleted() - return: - type: TinyLife.Actions.CompletionType - content.vb: Protected Overrides Function IsConversationCompleted() As CompletionType - overridden: TinyLife.Actions.SocialAction.IsConversationCompleted - overload: TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted* -- uid: TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType) - id: OnBothCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.CleanUpBabyAction - langs: - - csharp - - vb - name: OnBothCompleted(CompletionType) - nameWithType: CleanUpBabyAction.OnBothCompleted(CompletionType) - fullName: TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType) - type: Method - source: - remote: - path: TinyLife/Actions/CleanUpBabyAction.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OnBothCompleted - path: ../TinyLife/Actions/CleanUpBabyAction.cs - startLine: 37 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: protected override void OnBothCompleted(CompletionType type) - parameters: - - id: type - type: TinyLife.Actions.CompletionType - content.vb: Protected Overrides Sub OnBothCompleted(type As CompletionType) - overridden: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - overload: TinyLife.Actions.CleanUpBabyAction.OnBothCompleted* -references: -- 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 -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - name: object - nameWithType: object - fullName: object - nameWithType.vb: Object - fullName.vb: Object - name.vb: Object -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder - parent: MLEM.Data.Json - isExternal: true - name: JsonTypeSafeGenericDataHolder - nameWithType: JsonTypeSafeGenericDataHolder - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder -- uid: TinyLife.Actions.Action - commentId: T:TinyLife.Actions.Action - parent: TinyLife.Actions - name: Action - nameWithType: Action - fullName: TinyLife.Actions.Action -- uid: TinyLife.Actions.MultiAction - commentId: T:TinyLife.Actions.MultiAction - parent: TinyLife.Actions - name: MultiAction - nameWithType: MultiAction - fullName: TinyLife.Actions.MultiAction -- uid: TinyLife.Actions.SocialAction - commentId: T:TinyLife.Actions.SocialAction - parent: TinyLife.Actions - name: SocialAction - nameWithType: SocialAction - fullName: TinyLife.Actions.SocialAction -- uid: TinyLife.Actions.HoldingPersonAction - commentId: T:TinyLife.Actions.HoldingPersonAction - parent: TinyLife.Actions - name: HoldingPersonAction - nameWithType: HoldingPersonAction - fullName: TinyLife.Actions.HoldingPersonAction -- uid: MLEM.Misc.IGenericDataHolder - commentId: T:MLEM.Misc.IGenericDataHolder - parent: MLEM.Misc - isExternal: true - name: IGenericDataHolder - nameWithType: IGenericDataHolder - fullName: MLEM.Misc.IGenericDataHolder -- uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions - commentId: M:TinyLife.Actions.HoldingPersonAction.CreateLastActions - parent: TinyLife.Actions.HoldingPersonAction - name: CreateLastActions() - nameWithType: HoldingPersonAction.CreateLastActions() - fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions() - spec.csharp: - - uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions - name: CreateLastActions - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions - name: CreateLastActions - - name: ( - - name: ) -- uid: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - parent: TinyLife.Actions.HoldingPersonAction - name: CanCancel(Action) - nameWithType: HoldingPersonAction.CanCancel(Action) - fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - name: CanCancel - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ) - spec.vb: - - uid: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action) - name: CanCancel - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ) -- uid: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - parent: TinyLife.Actions.HoldingPersonAction - name: CanMultitask(Action) - nameWithType: HoldingPersonAction.CanMultitask(Action) - fullName: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - name: CanMultitask - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ) - spec.vb: - - uid: TinyLife.Actions.HoldingPersonAction.CanMultitask(TinyLife.Actions.Action) - name: CanMultitask - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ) -- uid: TinyLife.Actions.SocialAction.IsMain - commentId: P:TinyLife.Actions.SocialAction.IsMain - parent: TinyLife.Actions.SocialAction - name: IsMain - nameWithType: SocialAction.IsMain - fullName: TinyLife.Actions.SocialAction.IsMain -- uid: TinyLife.Actions.SocialAction.Partner - commentId: P:TinyLife.Actions.SocialAction.Partner - parent: TinyLife.Actions.SocialAction - name: Partner - nameWithType: SocialAction.Partner - fullName: TinyLife.Actions.SocialAction.Partner -- uid: TinyLife.Actions.SocialAction.PartnerAction - commentId: P:TinyLife.Actions.SocialAction.PartnerAction - parent: TinyLife.Actions.SocialAction - name: PartnerAction - nameWithType: SocialAction.PartnerAction - fullName: TinyLife.Actions.SocialAction.PartnerAction -- uid: TinyLife.Actions.SocialAction.MainAction - commentId: P:TinyLife.Actions.SocialAction.MainAction - parent: TinyLife.Actions.SocialAction - name: MainAction - nameWithType: SocialAction.MainAction - fullName: TinyLife.Actions.SocialAction.MainAction -- uid: TinyLife.Actions.SocialAction.ConversationTime - commentId: P:TinyLife.Actions.SocialAction.ConversationTime - parent: TinyLife.Actions.SocialAction - name: ConversationTime - nameWithType: SocialAction.ConversationTime - fullName: TinyLife.Actions.SocialAction.ConversationTime -- uid: TinyLife.Actions.SocialAction.InProgressTime - commentId: P:TinyLife.Actions.SocialAction.InProgressTime - parent: TinyLife.Actions.SocialAction - name: InProgressTime - nameWithType: SocialAction.InProgressTime - fullName: TinyLife.Actions.SocialAction.InProgressTime -- uid: TinyLife.Actions.SocialAction.InitializeConversation - commentId: M:TinyLife.Actions.SocialAction.InitializeConversation - parent: TinyLife.Actions.SocialAction - name: InitializeConversation() - nameWithType: SocialAction.InitializeConversation() - fullName: TinyLife.Actions.SocialAction.InitializeConversation() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.InitializeConversation - name: InitializeConversation - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.InitializeConversation - name: InitializeConversation - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - name: UpdateConversation(GameTime, TimeSpan, float) - nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float) - fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) - nameWithType.vb: SocialAction.UpdateConversation(GameTime, TimeSpan, Single) - fullName.vb: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) - name.vb: UpdateConversation(GameTime, TimeSpan, Single) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: UpdateConversation - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: UpdateConversation - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) -- uid: TinyLife.Actions.SocialAction.GetMaxWaitTime - commentId: M:TinyLife.Actions.SocialAction.GetMaxWaitTime - parent: TinyLife.Actions.SocialAction - name: GetMaxWaitTime() - nameWithType: SocialAction.GetMaxWaitTime() - fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.GetMaxWaitTime - name: GetMaxWaitTime - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.GetMaxWaitTime - name: GetMaxWaitTime - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - commentId: M:TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - parent: TinyLife.Actions.SocialAction - name: EnqueuePartnerAction(ActionInfo) - nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo) - fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - name: EnqueuePartnerAction - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - name: EnqueuePartnerAction - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) -- uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - commentId: M:TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - parent: TinyLife.Actions.SocialAction - name: GetPartnerVariety(ActionInfo) - nameWithType: SocialAction.GetPartnerVariety(ActionInfo) - fullName: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - name: GetPartnerVariety - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.GetPartnerVariety(TinyLife.Actions.ActionInfo) - name: GetPartnerVariety - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) -- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - name: AndThenUpdate(GameTime, TimeSpan, float) - nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float) - fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) - nameWithType.vb: SocialAction.AndThenUpdate(GameTime, TimeSpan, Single) - fullName.vb: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) - name.vb: AndThenUpdate(GameTime, TimeSpan, Single) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: AndThenUpdate - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: AndThenUpdate - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) -- uid: TinyLife.Actions.SocialAction.AndThenIsCompleted - commentId: M:TinyLife.Actions.SocialAction.AndThenIsCompleted - parent: TinyLife.Actions.SocialAction - name: AndThenIsCompleted() - nameWithType: SocialAction.AndThenIsCompleted() - fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.AndThenIsCompleted - name: AndThenIsCompleted - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.AndThenIsCompleted - name: AndThenIsCompleted - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.AndThenInitialize - commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize - parent: TinyLife.Actions.SocialAction - name: AndThenInitialize() - nameWithType: SocialAction.AndThenInitialize() - fullName: TinyLife.Actions.SocialAction.AndThenInitialize() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.AndThenInitialize - name: AndThenInitialize - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.AndThenInitialize - name: AndThenInitialize - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.SocialAction - name: AndThenOnCompleted(CompletionType) - nameWithType: SocialAction.AndThenOnCompleted(CompletionType) - fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - name: AndThenOnCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - name: AndThenOnCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) -- uid: TinyLife.Actions.SocialAction.CanStartNow - commentId: M:TinyLife.Actions.SocialAction.CanStartNow - parent: TinyLife.Actions.SocialAction - name: CanStartNow() - nameWithType: SocialAction.CanStartNow() - fullName: TinyLife.Actions.SocialAction.CanStartNow() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.CanStartNow - name: CanStartNow - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.CanStartNow - name: CanStartNow - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.GetDisplayName - commentId: M:TinyLife.Actions.SocialAction.GetDisplayName - parent: TinyLife.Actions.SocialAction - name: GetDisplayName() - nameWithType: SocialAction.GetDisplayName() - fullName: TinyLife.Actions.SocialAction.GetDisplayName() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.GetDisplayName - name: GetDisplayName - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.GetDisplayName - name: GetDisplayName - - name: ( - - name: ) -- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - commentId: M:TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - parent: TinyLife.Actions.SocialAction - name: TryForceResult(CompletionType, CanExecuteResult?, MapObject) - nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject) - fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - name: TryForceResult - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ',' - - name: " " - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Objects.MapObject - name: MapObject - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - name: TryForceResult - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ',' - - name: " " - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Objects.MapObject - name: MapObject - - name: ) -- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: InvokeForBoth(Action) - nameWithType: SocialAction.InvokeForBoth(Action) - fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action) - nameWithType.vb: SocialAction.InvokeForBoth(Action(Of Person, Person)) - fullName.vb: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) - name.vb: InvokeForBoth(Action(Of Person, Person)) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - - name: ( - - uid: System.Action`2 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - - name: < - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: '>' - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - - name: ( - - uid: System.Action`2 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ) - - name: ) -- uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - commentId: M:TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: IsHelper(bool) - nameWithType: SocialAction.IsHelper(bool) - fullName: TinyLife.Actions.SocialAction.IsHelper(bool) - nameWithType.vb: SocialAction.IsHelper(Boolean) - fullName.vb: TinyLife.Actions.SocialAction.IsHelper(Boolean) - name.vb: IsHelper(Boolean) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - name: IsHelper - - name: ( - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - name: IsHelper - - name: ( - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - commentId: M:TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: GetHelper(bool) - nameWithType: SocialAction.GetHelper(bool) - fullName: TinyLife.Actions.SocialAction.GetHelper(bool) - nameWithType.vb: SocialAction.GetHelper(Boolean) - fullName.vb: TinyLife.Actions.SocialAction.GetHelper(Boolean) - name.vb: GetHelper(Boolean) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - name: GetHelper - - name: ( - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - name: GetHelper - - name: ( - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - commentId: M:TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: GetRecipientAction(bool) - nameWithType: SocialAction.GetRecipientAction(bool) - fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool) - nameWithType.vb: SocialAction.GetRecipientAction(Boolean) - fullName.vb: TinyLife.Actions.SocialAction.GetRecipientAction(Boolean) - name.vb: GetRecipientAction(Boolean) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - name: GetRecipientAction - - name: ( - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - name: GetRecipientAction - - name: ( - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - commentId: M:TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - parent: TinyLife.Actions.SocialAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: CreateAskOffer(string, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?) - nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) - fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) - nameWithType.vb: SocialAction.CreateAskOffer(String, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) - fullName.vb: TinyLife.Actions.SocialAction.CreateAskOffer(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) - name.vb: CreateAskOffer(String, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - name: CreateAskOffer - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: System.Type - name: Type - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.type - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.CanExecuteDelegate - name: CanExecuteDelegate - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.CanExecuteDelegate - name: CanExecuteDelegate - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.AiSettings - name: AiSettings - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.AiSettings - name: AiSettings - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - - name: '?' - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - name: CreateAskOffer - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: System.Type - name: Type - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.type - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.CanExecuteDelegate - name: CanExecuteDelegate - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.CanExecuteDelegate - name: CanExecuteDelegate - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.AiSettings - name: AiSettings - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType.AiSettings - name: AiSettings - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Actions.CanExecuteResult - name: CanExecuteResult - - name: '?' - - name: ) -- uid: TinyLife.Actions.MultiAction.Handler - commentId: F:TinyLife.Actions.MultiAction.Handler - parent: TinyLife.Actions.MultiAction - name: Handler - nameWithType: MultiAction.Handler - fullName: TinyLife.Actions.MultiAction.Handler -- uid: TinyLife.Actions.MultiAction.MainElapsedTime - commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime - parent: TinyLife.Actions.MultiAction - name: MainElapsedTime - nameWithType: MultiAction.MainElapsedTime - fullName: TinyLife.Actions.MultiAction.MainElapsedTime -- uid: TinyLife.Actions.MultiAction.CurrentStage - commentId: P:TinyLife.Actions.MultiAction.CurrentStage - parent: TinyLife.Actions.MultiAction - name: CurrentStage - nameWithType: MultiAction.CurrentStage - fullName: TinyLife.Actions.MultiAction.CurrentStage -- uid: TinyLife.Actions.MultiAction.PreInitialize - commentId: M:TinyLife.Actions.MultiAction.PreInitialize - parent: TinyLife.Actions.MultiAction - name: PreInitialize() - nameWithType: MultiAction.PreInitialize() - fullName: TinyLife.Actions.MultiAction.PreInitialize() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.PreInitialize - name: PreInitialize - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.PreInitialize - name: PreInitialize - - name: ( - - name: ) -- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.MultiAction - name: PreCompleted(CompletionType) - nameWithType: MultiAction.PreCompleted(CompletionType) - fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - name: PreCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - name: PreCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) -- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - parent: TinyLife.Actions.MultiAction - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - name: Update(GameTime, TimeSpan, float) - nameWithType: MultiAction.Update(GameTime, TimeSpan, float) - fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) - nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single) - fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) - name.vb: Update(GameTime, TimeSpan, Single) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: Update - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - name: Update - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ) -- uid: TinyLife.Actions.MultiAction.Initialize - commentId: M:TinyLife.Actions.MultiAction.Initialize - parent: TinyLife.Actions.MultiAction - name: Initialize() - nameWithType: MultiAction.Initialize() - fullName: TinyLife.Actions.MultiAction.Initialize() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Initialize - name: Initialize - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Initialize - name: Initialize - - name: ( - - name: ) -- uid: TinyLife.Actions.MultiAction.IsCompleted - commentId: M:TinyLife.Actions.MultiAction.IsCompleted - parent: TinyLife.Actions.MultiAction - name: IsCompleted() - nameWithType: MultiAction.IsCompleted() - fullName: TinyLife.Actions.MultiAction.IsCompleted() - spec.csharp: - - uid: TinyLife.Actions.MultiAction.IsCompleted - name: IsCompleted - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.IsCompleted - name: IsCompleted - - name: ( - - name: ) -- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.MultiAction - name: OnCompleted(CompletionType) - nameWithType: MultiAction.OnCompleted(CompletionType) - fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - name: OnCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - name: OnCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) -- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - parent: TinyLife.Actions.MultiAction - name: Validate(Person) - nameWithType: MultiAction.Validate(Person) - fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - name: Validate - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - name: Validate - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) -- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - parent: TinyLife.Actions.MultiAction - name: GoToActionLocation(ObjectCategory) - nameWithType: MultiAction.GoToActionLocation(ObjectCategory) - fullName: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - spec.csharp: - - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - name: GoToActionLocation - - name: ( - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ) - spec.vb: - - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - name: GoToActionLocation - - name: ( - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ) -- uid: TinyLife.Actions.Action.Random - commentId: F:TinyLife.Actions.Action.Random - parent: TinyLife.Actions.Action - name: Random - nameWithType: Action.Random - fullName: TinyLife.Actions.Action.Random -- uid: TinyLife.Actions.Action.FullyInProgress - commentId: P:TinyLife.Actions.Action.FullyInProgress - parent: TinyLife.Actions.Action - name: FullyInProgress - nameWithType: Action.FullyInProgress - fullName: TinyLife.Actions.Action.FullyInProgress -- uid: TinyLife.Actions.Action.Type - commentId: F:TinyLife.Actions.Action.Type - parent: TinyLife.Actions.Action - name: Type - nameWithType: Action.Type - fullName: TinyLife.Actions.Action.Type -- uid: TinyLife.Actions.Action.Info - commentId: F:TinyLife.Actions.Action.Info - parent: TinyLife.Actions.Action - name: Info - nameWithType: Action.Info - fullName: TinyLife.Actions.Action.Info -- uid: TinyLife.Actions.Action.Id - commentId: F:TinyLife.Actions.Action.Id - parent: TinyLife.Actions.Action - name: Id - nameWithType: Action.Id - fullName: TinyLife.Actions.Action.Id -- uid: TinyLife.Actions.Action.StartedAutomatically - commentId: P:TinyLife.Actions.Action.StartedAutomatically - parent: TinyLife.Actions.Action - name: StartedAutomatically - nameWithType: Action.StartedAutomatically - fullName: TinyLife.Actions.Action.StartedAutomatically -- uid: TinyLife.Actions.Action.Parent - commentId: P:TinyLife.Actions.Action.Parent - parent: TinyLife.Actions.Action - name: Parent - nameWithType: Action.Parent - fullName: TinyLife.Actions.Action.Parent -- uid: TinyLife.Actions.Action.Map - commentId: P:TinyLife.Actions.Action.Map - parent: TinyLife.Actions.Action - name: Map - nameWithType: Action.Map - fullName: TinyLife.Actions.Action.Map -- uid: TinyLife.Actions.Action.Person - commentId: P:TinyLife.Actions.Action.Person - parent: TinyLife.Actions.Action - name: Person - nameWithType: Action.Person - fullName: TinyLife.Actions.Action.Person -- uid: TinyLife.Actions.Action.ElapsedTime - commentId: P:TinyLife.Actions.Action.ElapsedTime - parent: TinyLife.Actions.Action - name: ElapsedTime - nameWithType: Action.ElapsedTime - fullName: TinyLife.Actions.Action.ElapsedTime -- uid: TinyLife.Actions.Action.PlayerPromptOpen - commentId: P:TinyLife.Actions.Action.PlayerPromptOpen - parent: TinyLife.Actions.Action - name: PlayerPromptOpen - nameWithType: Action.PlayerPromptOpen - fullName: TinyLife.Actions.Action.PlayerPromptOpen -- uid: TinyLife.Actions.Action.ForceResult - commentId: F:TinyLife.Actions.Action.ForceResult - parent: TinyLife.Actions.Action - name: ForceResult - nameWithType: Action.ForceResult - fullName: TinyLife.Actions.Action.ForceResult -- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.Action - name: GetNextAction(CompletionType) - nameWithType: Action.GetNextAction(CompletionType) - fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - name: GetNextAction - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - name: GetNextAction - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) -- uid: TinyLife.Actions.Action.GetIconObject - commentId: M:TinyLife.Actions.Action.GetIconObject - parent: TinyLife.Actions.Action - name: GetIconObject() - nameWithType: Action.GetIconObject() - fullName: TinyLife.Actions.Action.GetIconObject() - spec.csharp: - - uid: TinyLife.Actions.Action.GetIconObject - name: GetIconObject - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetIconObject - name: GetIconObject - - name: ( - - name: ) -- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed - parent: TinyLife.Actions.Action - name: CausesExtremelyFastSpeed() - nameWithType: Action.CausesExtremelyFastSpeed() - fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() - spec.csharp: - - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: CausesExtremelyFastSpeed - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed - name: CausesExtremelyFastSpeed - - name: ( - - name: ) -- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - parent: TinyLife.Actions.Action - name: CanEnqueueConversation(Person, ActionType) - nameWithType: Action.CanEnqueueConversation(Person, ActionType) - fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) - spec.csharp: - - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - name: CanEnqueueConversation - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - name: CanEnqueueConversation - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ) -- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - commentId: M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: OnChildCompleted(Action, CompletionType, bool) - nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) - fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) - nameWithType.vb: Action.OnChildCompleted(Action, CompletionType, Boolean) - fullName.vb: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean) - name.vb: OnChildCompleted(Action, CompletionType, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - name: OnChildCompleted - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ',' - - name: " " - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - name: OnChildCompleted - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ',' - - name: " " - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion) - nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Func>, TextureRegion) - fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Func>, MLEM.Textures.TextureRegion) - nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) - fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion) - name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) - spec.csharp: - - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - name: OpenPlayerPrompt - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Predicate`1 - name: Predicate - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - - name: < - - uid: MLEM.Ui.Elements.Panel - name: Panel - isExternal: true - - name: '>' - - name: ',' - - name: " " - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: < - - uid: MLEM.Ui.Elements.Panel - name: Panel - isExternal: true - - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: < - - uid: TinyLife.Uis.CoveringGroup - name: CoveringGroup - - name: ',' - - name: " " - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: < - - uid: MLEM.Ui.Elements.Element - name: Element - isExternal: true - - name: '>' - - name: '>' - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) - name: OpenPlayerPrompt - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Predicate`1 - name: Predicate - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - - name: ( - - name: Of - - name: " " - - uid: MLEM.Ui.Elements.Panel - name: Panel - isExternal: true - - name: ) - - name: ',' - - name: " " - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: ( - - name: Of - - name: " " - - uid: MLEM.Ui.Elements.Panel - name: Panel - isExternal: true - - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Uis.CoveringGroup - name: CoveringGroup - - name: ',' - - name: " " - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: ( - - name: Of - - name: " " - - uid: MLEM.Ui.Elements.Element - name: Element - isExternal: true - - name: ) - - name: ) - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) -- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: OpenYesNoPrompt(string, Action, Action, TextureRegion) - nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion) - fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion) - nameWithType.vb: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion) - fullName.vb: TinyLife.Actions.Action.OpenYesNoPrompt(String, System.Action, System.Action, MLEM.Textures.TextureRegion) - name.vb: OpenYesNoPrompt(String, Action, Action, TextureRegion) - spec.csharp: - - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - name: OpenYesNoPrompt - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Action - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action - - name: ',' - - name: " " - - uid: System.Action - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - name: OpenYesNoPrompt - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Action - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action - - name: ',' - - name: " " - - uid: System.Action - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) -- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: OpenTextPrompt(string, Action, Predicate, Rule, string, TextureRegion) - nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion) - fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) - nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) - fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion) - name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion) - spec.csharp: - - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - name: OpenTextPrompt - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: < - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: '>' - - name: ',' - - name: " " - - uid: System.Predicate`1 - name: Predicate - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - - name: < - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: '>' - - name: ',' - - name: " " - - uid: MLEM.Ui.Elements.TextField.Rule - name: Rule - isExternal: true - - name: ',' - - name: " " - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - name: OpenTextPrompt - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Action`1 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-1 - - name: ( - - name: Of - - name: " " - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ) - - name: ',' - - name: " " - - uid: System.Predicate`1 - name: Predicate - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - - name: ( - - name: Of - - name: " " - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ) - - name: ',' - - name: " " - - uid: MLEM.Ui.Elements.TextField.Rule - name: Rule - isExternal: true - - name: ',' - - name: " " - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: MLEM.Textures.TextureRegion - name: TextureRegion - isExternal: true - - name: ) -- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - parent: TinyLife.Actions.Action - name: OpenChoicePrompt(ChoicePromptInfo) - nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) - fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - spec.csharp: - - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - name: OpenChoicePrompt - - name: ( - - uid: TinyLife.Actions.ChoicePromptInfo - name: ChoicePromptInfo - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - name: OpenChoicePrompt - - name: ( - - uid: TinyLife.Actions.ChoicePromptInfo - name: ChoicePromptInfo - - name: ) -- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int) - nameWithType: Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int) - fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int) - nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer) - fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer) - name.vb: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer) - spec.csharp: - - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - name: SpeakAlone - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: ',' - - name: " " - - uid: System.Int32 - name: int - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - name: SpeakAlone - - name: ( - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: ',' - - name: " " - - uid: System.Int32 - name: Integer - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ) -- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int) - nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int) - fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int) - nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer) - fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer) - name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer) - spec.csharp: - - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - name: SpeakInConversation - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: '?' - - name: ',' - - name: " " - - uid: System.Int32 - name: int - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - name: SpeakInConversation - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.GameTime - name: GameTime - isExternal: true - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: ',' - - name: " " - - uid: TinyLife.Actions.EmoteCategory - name: EmoteCategory - - name: '?' - - name: ',' - - name: " " - - uid: TinyLife.Objects.SpeakStyle - name: SpeakStyle - - name: '?' - - name: ',' - - name: " " - - uid: System.Int32 - name: Integer - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.int32 - - name: ) -- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - parent: TinyLife.Actions.Action - name: FacePartner(Person) - nameWithType: Action.FacePartner(Person) - fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - spec.csharp: - - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - name: FacePartner - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - name: FacePartner - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - name: CompleteIfNeedFull - - name: ( - - uid: TinyLife.NeedType - name: NeedType - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - name: CompleteIfNeedFull - - name: ( - - uid: TinyLife.NeedType - name: NeedType - - name: ) -- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - name: CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) - nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) - fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) - nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) - fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean) - name.vb: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - name: CompleteIfTimeUp - - name: ( - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: TinyLife.Skills.SkillType - name: SkillType - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - name: CompleteIfTimeUp - - name: ( - - uid: System.TimeSpan - name: TimeSpan - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.timespan - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: TinyLife.Skills.SkillType - name: SkillType - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - parent: TinyLife.Actions.Action - name: CancelIfEmotional(params EmotionType[]) - nameWithType: Action.CancelIfEmotional(params EmotionType[]) - fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) - nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType()) - fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType()) - name.vb: CancelIfEmotional(ParamArray EmotionType()) - spec.csharp: - - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - name: CancelIfEmotional - - name: ( - - name: params - - name: " " - - uid: TinyLife.Emotions.EmotionType - name: EmotionType - - name: '[' - - name: ']' - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - name: CancelIfEmotional - - name: ( - - name: ParamArray - - name: " " - - uid: TinyLife.Emotions.EmotionType - name: EmotionType - - name: ( - - name: ) - - name: ) -- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: Sit(Furniture, float, ActionSpot) - nameWithType: Action.Sit(Furniture, float, ActionSpot) - fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) - nameWithType.vb: Action.Sit(Furniture, Single, ActionSpot) - fullName.vb: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, Single, TinyLife.Objects.ActionSpot) - name.vb: Sit(Furniture, Single, ActionSpot) - spec.csharp: - - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - name: Sit - - name: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - name: Sit - - name: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: ',' - - name: " " - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - - name: ) -- uid: TinyLife.Actions.Action.GetChildren(System.Boolean) - commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: GetChildren(bool) - nameWithType: Action.GetChildren(bool) - fullName: TinyLife.Actions.Action.GetChildren(bool) - nameWithType.vb: Action.GetChildren(Boolean) - fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean) - name.vb: GetChildren(Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) - name: GetChildren - - name: ( - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) - name: GetChildren - - name: ( - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.guid - name: GetChild(Guid, bool) - nameWithType: Action.GetChild(Guid, bool) - fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) - nameWithType.vb: Action.GetChild(Of T)(Guid, Boolean) - fullName.vb: TinyLife.Actions.Action.GetChild(Of T)(System.Guid, Boolean) - name.vb: GetChild(Of T)(Guid, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - name: GetChild - - name: < - - name: T - - name: '>' - - name: ( - - uid: System.Guid - name: Guid - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.guid - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - name: GetChild - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - - name: ( - - uid: System.Guid - name: Guid - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.guid - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) - nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) - fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool) - nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) - fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean) - name.vb: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - name: PickUpAndGoTo - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - name: PickUpAndGoTo - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: PickUpAndGoTo(ActionInfo, Func, Func, bool) - nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, bool) - fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, bool) - nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) - fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean) - name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - name: PickUpAndGoTo - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: < - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: '>' - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: < - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: '>' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - name: PickUpAndGoTo - - name: ( - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - parent: TinyLife.Actions.Action - name: GetFreeChair(Person, Furniture) - nameWithType: Action.GetFreeChair(Person, Furniture) - fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) - spec.csharp: - - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - name: GetFreeChair - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - name: GetFreeChair - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ) -- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: GetFreeChairs(Person, Furniture, Func) - nameWithType: Action.GetFreeChairs(Person, Furniture, Func) - fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) - nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) - fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean)) - name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) - spec.csharp: - - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - name: GetFreeChairs - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: < - - uid: MLEM.Misc.Direction2 - name: Direction2 - isExternal: true - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: '>' - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - name: GetFreeChairs - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: System.Func`2 - name: Func - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.func-2 - - name: ( - - name: Of - - name: " " - - uid: MLEM.Misc.Direction2 - name: Direction2 - isExternal: true - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - - name: ) -- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - parent: TinyLife.Actions.Action - name: GetSeatCategory(Person) - nameWithType: Action.GetSeatCategory(Person) - fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - spec.csharp: - - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - name: GetSeatCategory - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - name: GetSeatCategory - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ) -- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool) - nameWithType: Action.FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool) - fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, float?, bool, bool, bool, bool) - nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean) - fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean, Boolean, Boolean) - name.vb: FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name: FindAllFreePeople - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - 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: ',' - - 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.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean) - name: FindAllFreePeople - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - 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: ',' - - 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.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool) - nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool) - fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, Microsoft.Xna.Framework.Vector2?, float?, bool, bool) - nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean) - fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean) - name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - name: FindAllFreeFurniture - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - 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.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) - name: FindAllFreeFurniture - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - 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.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: FindAllFreeWalls(Person, Vector2?, float?, bool) - nameWithType: Action.FindAllFreeWalls(Person, Vector2?, float?, bool) - fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool) - nameWithType.vb: Action.FindAllFreeWalls(Person, Vector2?, Single?, Boolean) - fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean) - name.vb: FindAllFreeWalls(Person, Vector2?, Single?, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeWalls - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeWalls - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - name: FindAllFreeGround(Person, Vector2?, float?, bool) - nameWithType: Action.FindAllFreeGround(Person, Vector2?, float?, bool) - fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool) - nameWithType.vb: Action.FindAllFreeGround(Person, Vector2?, Single?, Boolean) - fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean) - name.vb: FindAllFreeGround(Person, Vector2?, Single?, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeGround - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: float - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - name: FindAllFreeGround - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ',' - - name: " " - - uid: System.Single - name: Single - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.single - - name: '?' - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ) -- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool) - nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool) - fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, bool, bool) - nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean) - fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) - name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindFreeFurniture - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - 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.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindFreeFurniture - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.ObjectCategory - name: ObjectCategory - - name: ',' - - name: " " - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - 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.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - parent: TinyLife.Actions.Action - isExternal: true - name: FindAllActionObjects(Person, ActionType, Vector2?) - nameWithType: Action.FindAllActionObjects(Person, ActionType, Vector2?) - fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?) - spec.csharp: - - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - name: FindAllActionObjects - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - name: FindAllActionObjects - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - name: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool) - nameWithType: Action.FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, Microsoft.Xna.Framework.Vector2?, bool, bool) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean) - spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindValidActionObjects - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: System.Boolean - name: bool - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - 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.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - name: FindValidActionObjects - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionType - name: ActionType - - name: ',' - - name: " " - - uid: System.Boolean - name: Boolean - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - - name: ',' - - name: " " - - uid: Microsoft.Xna.Framework.Vector2 - name: Vector2 - isExternal: true - - name: '?' - - 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.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety@) - commentId: M:TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety@) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: TryGetRandomValidVariety(ActionType, ActionInfo, bool, out ActionVariety) - nameWithType: Action.TryGetRandomValidVariety(ActionType, ActionInfo, bool, out ActionVariety) - fullName: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, out TinyLife.Actions.ActionVariety) - nameWithType.vb: Action.TryGetRandomValidVariety(ActionType, ActionInfo, Boolean, ActionVariety) - fullName.vb: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Actions.ActionVariety) - name.vb: TryGetRandomValidVariety(ActionType, ActionInfo, Boolean, ActionVariety) - spec.csharp: - - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety@) - name: TryGetRandomValidVariety - - 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: " " - - name: out - - name: " " - - uid: TinyLife.Actions.ActionVariety - name: ActionVariety - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety@) - name: TryGetRandomValidVariety - - 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: TinyLife.Actions.ActionVariety - name: ActionVariety - - name: ) -- uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - commentId: M:TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: GetRandomValidVariety(IEnumerable, ActionInfo) - nameWithType: Action.GetRandomValidVariety(IEnumerable, ActionInfo) - fullName: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) - nameWithType.vb: Action.GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo) - fullName.vb: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo) - name.vb: GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo) - spec.csharp: - - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - name: GetRandomValidVariety - - name: ( - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: < - - uid: TinyLife.Actions.ActionVariety - name: ActionVariety - - name: '>' - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - name: GetRandomValidVariety - - name: ( - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Actions.ActionVariety - name: ActionVariety - - name: ) - - name: ',' - - name: " " - - uid: TinyLife.Actions.ActionInfo - name: ActionInfo - - name: ) -- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - parent: TinyLife.Actions.Action - name: GetTableSpot(Furniture, ActionSpot) - nameWithType: Action.GetTableSpot(Furniture, ActionSpot) - fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) - spec.csharp: - - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - name: GetTableSpot - - name: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - name: GetTableSpot - - name: ( - - uid: TinyLife.Objects.Furniture - name: Furniture - - name: ',' - - name: " " - - uid: TinyLife.Objects.ActionSpot - name: ActionSpot - - name: ) -- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - parent: TinyLife.Actions.Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: InvokeForBoth(Person, Person, Action) - nameWithType: Action.InvokeForBoth(Person, Person, Action) - fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) - nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) - fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) - name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person)) - spec.csharp: - - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: System.Action`2 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - - name: < - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: '>' - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - name: InvokeForBoth - - name: ( - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: System.Action`2 - name: Action - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.action-2 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ',' - - name: " " - - uid: TinyLife.Objects.Person - name: Person - - name: ) - - name: ) -- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - parent: TinyLife.Actions.Action - name: CanMultitask(Action, Action) - nameWithType: Action.CanMultitask(Action, Action) - fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) - spec.csharp: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - name: CanMultitask - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ',' - - name: " " - - uid: TinyLife.Actions.Action - name: Action - - name: ) - spec.vb: - - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - name: CanMultitask - - name: ( - - uid: TinyLife.Actions.Action - name: Action - - name: ',' - - name: " " - - uid: TinyLife.Actions.Action - name: Action - - name: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: SetData(string, object) - nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) - nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) - fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) - name.vb: SetData(String, Object) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - name: SetData - isExternal: true - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - name: SetData - isExternal: true - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - href: https://learn.microsoft.com/dotnet/api/system.string - name: SetData(string, T) - nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) - nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) - fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) - name.vb: SetData(Of T)(String, T) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - name: SetData - isExternal: true - - name: < - - name: T - - name: '>' - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - name: T - - name: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - name: SetData - isExternal: true - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - name: T - - name: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: GetData(string) - nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) - nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) - fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) - name.vb: GetData(Of T)(String) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - name: GetData - isExternal: true - - name: < - - name: T - - name: '>' - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - name: GetData - isExternal: true - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ) -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - isExternal: true - name: GetDataKeys() - nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - name: GetDataKeys - isExternal: true - - name: ( - - name: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - name: GetDataKeys - isExternal: true - - name: ( - - name: ) -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: Equals(object) - nameWithType: object.Equals(object) - fullName: object.Equals(object) - nameWithType.vb: Object.Equals(Object) - fullName.vb: Object.Equals(Object) - name.vb: Equals(Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - - name: ( - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - - name: ( - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: Equals(object, object) - nameWithType: object.Equals(object, object) - fullName: object.Equals(object, object) - nameWithType.vb: Object.Equals(Object, Object) - fullName.vb: Object.Equals(Object, Object) - name.vb: Equals(Object, Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - - name: ( - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ',' - - name: " " - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - - name: ( - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ',' - - name: " " - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: GetHashCode() - nameWithType: object.GetHashCode() - fullName: object.GetHashCode() - nameWithType.vb: Object.GetHashCode() - fullName.vb: Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - - name: ( - - name: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: GetType() - nameWithType: object.GetType() - fullName: object.GetType() - nameWithType.vb: Object.GetType() - fullName.vb: Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.gettype - - name: ( - - name: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: MemberwiseClone() - nameWithType: object.MemberwiseClone() - fullName: object.MemberwiseClone() - nameWithType.vb: Object.MemberwiseClone() - fullName.vb: Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - - name: ( - - name: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ReferenceEquals(object, object) - nameWithType: object.ReferenceEquals(object, object) - fullName: object.ReferenceEquals(object, object) - nameWithType.vb: Object.ReferenceEquals(Object, Object) - fullName.vb: Object.ReferenceEquals(Object, Object) - name.vb: ReferenceEquals(Object, Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - - name: ( - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ',' - - name: " " - - uid: System.Object - name: object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - - name: ( - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ',' - - name: " " - - uid: System.Object - name: Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object - - name: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ToString() - nameWithType: object.ToString() - fullName: object.ToString() - nameWithType.vb: Object.ToString() - fullName.vb: Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.tostring - - name: ( - - name: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.object.tostring - - name: ( - - name: ) -- uid: TinyLife.Actions.CleanUpBabyAction.TinyLife.Utilities.Extensions.JsonCopy``1 - commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) - parent: TinyLife.Utilities.Extensions - definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy(CleanUpBabyAction) - nameWithType: Extensions.JsonCopy(CleanUpBabyAction) - fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.CleanUpBabyAction) - nameWithType.vb: Extensions.JsonCopy(Of CleanUpBabyAction)(CleanUpBabyAction) - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CleanUpBabyAction)(TinyLife.Actions.CleanUpBabyAction) - name.vb: JsonCopy(Of CleanUpBabyAction)(CleanUpBabyAction) - spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanUpBabyAction) - name: JsonCopy - - name: < - - uid: TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - - name: '>' - - name: ( - - uid: TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - - name: ) - spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanUpBabyAction) - name: JsonCopy - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - - name: ) - - name: ( - - uid: TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - - name: ) -- uid: System - commentId: N:System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - name: System - nameWithType: System - fullName: System -- uid: MLEM.Data.Json - commentId: N:MLEM.Data.Json - isExternal: true - name: MLEM.Data.Json - nameWithType: MLEM.Data.Json - fullName: MLEM.Data.Json - spec.csharp: - - uid: MLEM - name: MLEM - isExternal: true - - name: . - - uid: MLEM.Data - name: Data - isExternal: true - - name: . - - uid: MLEM.Data.Json - name: Json - isExternal: true - spec.vb: - - uid: MLEM - name: MLEM - isExternal: true - - name: . - - uid: MLEM.Data - name: Data - isExternal: true - - name: . - - uid: MLEM.Data.Json - name: Json - isExternal: true -- uid: MLEM.Misc - commentId: N:MLEM.Misc - isExternal: true - name: MLEM.Misc - nameWithType: MLEM.Misc - fullName: MLEM.Misc - spec.csharp: - - uid: MLEM - name: MLEM - isExternal: true - - name: . - - uid: MLEM.Misc - name: Misc - isExternal: true - spec.vb: - - uid: MLEM - name: MLEM - isExternal: true - - name: . - - uid: MLEM.Misc - name: Misc - isExternal: true -- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - name: SetData(string, T) - nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) - fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) - nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) - fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) - name.vb: SetData(Of T)(String, T) - spec.csharp: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - name: SetData - isExternal: true - - name: < - - name: T - - name: '>' - - name: ( - - uid: System.String - name: string - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - name: T - - name: ) - spec.vb: - - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) - name: SetData - isExternal: true - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - - name: ( - - uid: System.String - name: String - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.string - - name: ',' - - name: " " - - name: T - - name: ) -- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy(T) - nameWithType: Extensions.JsonCopy(T) - fullName: TinyLife.Utilities.Extensions.JsonCopy(T) - nameWithType.vb: Extensions.JsonCopy(Of T)(T) - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) - name.vb: JsonCopy(Of T)(T) - spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy - - name: < - - name: T - - name: '>' - - name: ( - - name: T - - name: ) - spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy - - name: ( - - name: Of - - name: " " - - name: T - - name: ) - - name: ( - - name: T - - name: ) -- uid: TinyLife.Utilities.Extensions - commentId: T:TinyLife.Utilities.Extensions - parent: TinyLife.Utilities - name: Extensions - nameWithType: Extensions - fullName: TinyLife.Utilities.Extensions -- uid: TinyLife.Utilities - commentId: N:TinyLife.Utilities - name: TinyLife.Utilities - nameWithType: TinyLife.Utilities - fullName: TinyLife.Utilities - spec.csharp: - - uid: TinyLife - name: TinyLife - - name: . - - uid: TinyLife.Utilities - name: Utilities - spec.vb: - - uid: TinyLife - name: TinyLife - - name: . - - uid: TinyLife.Utilities - name: Utilities -- uid: TinyLife.Actions.HoldingPersonAction.IsHoldingParty - commentId: P:TinyLife.Actions.HoldingPersonAction.IsHoldingParty - parent: TinyLife.Actions.HoldingPersonAction - name: IsHoldingParty - nameWithType: HoldingPersonAction.IsHoldingParty - fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty -- uid: TinyLife.Actions.CleanUpBabyAction.IsHoldingParty* - commentId: Overload:TinyLife.Actions.CleanUpBabyAction.IsHoldingParty - name: IsHoldingParty - nameWithType: CleanUpBabyAction.IsHoldingParty - fullName: TinyLife.Actions.CleanUpBabyAction.IsHoldingParty -- uid: System.Boolean - commentId: T:System.Boolean - parent: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.boolean - name: bool - nameWithType: bool - fullName: bool - nameWithType.vb: Boolean - fullName.vb: Boolean - name.vb: Boolean -- uid: TinyLife.Actions.CleanUpBabyAction.#ctor* - commentId: Overload:TinyLife.Actions.CleanUpBabyAction.#ctor - name: CleanUpBabyAction - nameWithType: CleanUpBabyAction.CleanUpBabyAction - fullName: TinyLife.Actions.CleanUpBabyAction.CleanUpBabyAction - nameWithType.vb: CleanUpBabyAction.New - fullName.vb: TinyLife.Actions.CleanUpBabyAction.New - name.vb: New -- 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.Objects.Person - commentId: T:TinyLife.Objects.Person - parent: TinyLife.Objects - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person -- uid: TinyLife.Objects - commentId: N:TinyLife.Objects - name: TinyLife.Objects - nameWithType: TinyLife.Objects - fullName: TinyLife.Objects - spec.csharp: - - uid: TinyLife - name: TinyLife - - name: . - - uid: TinyLife.Objects - name: Objects - spec.vb: - - uid: TinyLife - name: TinyLife - - name: . - - uid: TinyLife.Objects - name: Objects -- uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions - commentId: M:TinyLife.Actions.HoldingPersonAction.CreateFirstActions - parent: TinyLife.Actions.HoldingPersonAction - name: CreateFirstActions() - nameWithType: HoldingPersonAction.CreateFirstActions() - fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions() - spec.csharp: - - uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions - name: CreateFirstActions - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions - name: CreateFirstActions - - name: ( - - name: ) -- uid: TinyLife.Actions.CleanUpBabyAction.CreateFirstActions* - commentId: Overload:TinyLife.Actions.CleanUpBabyAction.CreateFirstActions - name: CreateFirstActions - nameWithType: CleanUpBabyAction.CreateFirstActions - fullName: TinyLife.Actions.CleanUpBabyAction.CreateFirstActions -- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} - commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} - parent: System.Collections.Generic - definition: System.Collections.Generic.IEnumerable`1 - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of Action) - fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action) - name.vb: IEnumerable(Of Action) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: < - - uid: TinyLife.Actions.Action - name: Action - - name: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: ( - - name: Of - - name: " " - - uid: TinyLife.Actions.Action - name: Action - - name: ) -- uid: System.Collections.Generic.IEnumerable`1 - commentId: T:System.Collections.Generic.IEnumerable`1 - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: IEnumerable - nameWithType: IEnumerable - fullName: System.Collections.Generic.IEnumerable - nameWithType.vb: IEnumerable(Of T) - fullName.vb: System.Collections.Generic.IEnumerable(Of T) - name.vb: IEnumerable(Of T) - spec.csharp: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: < - - name: T - - name: '>' - spec.vb: - - uid: System.Collections.Generic.IEnumerable`1 - name: IEnumerable - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - - name: ( - - name: Of - - name: " " - - name: T - - name: ) -- uid: System.Collections.Generic - commentId: N:System.Collections.Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - name: System.Collections.Generic - nameWithType: System.Collections.Generic - fullName: System.Collections.Generic - spec.csharp: - - uid: System - name: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - - name: . - - uid: System.Collections - name: Collections - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections - - name: . - - uid: System.Collections.Generic - name: Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic - spec.vb: - - uid: System - name: System - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system - - name: . - - uid: System.Collections - name: Collections - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections - - name: . - - uid: System.Collections.Generic - name: Generic - isExternal: true - href: https://learn.microsoft.com/dotnet/api/system.collections.generic -- uid: TinyLife.Actions.SocialAction.IsConversationCompleted - commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted - parent: TinyLife.Actions.SocialAction - name: IsConversationCompleted() - nameWithType: SocialAction.IsConversationCompleted() - fullName: TinyLife.Actions.SocialAction.IsConversationCompleted() - spec.csharp: - - uid: TinyLife.Actions.SocialAction.IsConversationCompleted - name: IsConversationCompleted - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.IsConversationCompleted - name: IsConversationCompleted - - name: ( - - name: ) -- uid: TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted* - commentId: Overload:TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted - name: IsConversationCompleted - nameWithType: CleanUpBabyAction.IsConversationCompleted - fullName: TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted -- uid: TinyLife.Actions.CompletionType - commentId: T:TinyLife.Actions.CompletionType - parent: TinyLife.Actions - name: CompletionType - nameWithType: CompletionType - fullName: TinyLife.Actions.CompletionType -- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - parent: TinyLife.Actions.SocialAction - name: OnBothCompleted(CompletionType) - nameWithType: SocialAction.OnBothCompleted(CompletionType) - fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - spec.csharp: - - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - name: OnBothCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) - spec.vb: - - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - name: OnBothCompleted - - name: ( - - uid: TinyLife.Actions.CompletionType - name: CompletionType - - name: ) -- uid: TinyLife.Actions.CleanUpBabyAction.OnBothCompleted* - commentId: Overload:TinyLife.Actions.CleanUpBabyAction.OnBothCompleted - name: OnBothCompleted - nameWithType: CleanUpBabyAction.OnBothCompleted - fullName: TinyLife.Actions.CleanUpBabyAction.OnBothCompleted diff --git a/docs/api/TinyLife.Actions.DebugAction.yml b/docs/api/TinyLife.Actions.DebugAction.yml index 2eb9afa..486f2b1 100644 --- a/docs/api/TinyLife.Actions.DebugAction.yml +++ b/docs/api/TinyLife.Actions.DebugAction.yml @@ -73,7 +73,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1320,25 +1320,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.DeferredAction.yml b/docs/api/TinyLife.Actions.DeferredAction.yml index e2447b1..7c5d10e 100644 --- a/docs/api/TinyLife.Actions.DeferredAction.yml +++ b/docs/api/TinyLife.Actions.DeferredAction.yml @@ -74,7 +74,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1394,25 +1394,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml index e0af965..72bb0e6 100644 --- a/docs/api/TinyLife.Actions.DieAction.yml +++ b/docs/api/TinyLife.Actions.DieAction.yml @@ -73,7 +73,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -233,7 +233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/DieAction.cs - startLine: 37 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -265,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCancel path: ../TinyLife/Actions/DieAction.cs - startLine: 42 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -301,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanEnqueueConversation path: ../TinyLife/Actions/DieAction.cs - startLine: 47 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -340,7 +340,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Actions/DieAction.cs - startLine: 52 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -382,7 +382,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Actions/DieAction.cs - startLine: 89 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -414,7 +414,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCompleted path: ../TinyLife/Actions/DieAction.cs - startLine: 94 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -447,7 +447,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Enqueue path: ../TinyLife/Actions/DieAction.cs - startLine: 106 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1380,25 +1380,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.GoHereAction.yml b/docs/api/TinyLife.Actions.GoHereAction.yml index b0f39b2..a42581b 100644 --- a/docs/api/TinyLife.Actions.GoHereAction.yml +++ b/docs/api/TinyLife.Actions.GoHereAction.yml @@ -86,7 +86,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1514,25 +1514,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.HelpAction.yml b/docs/api/TinyLife.Actions.HelpAction.yml index 48edc22..69358d6 100644 --- a/docs/api/TinyLife.Actions.HelpAction.yml +++ b/docs/api/TinyLife.Actions.HelpAction.yml @@ -110,7 +110,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -2294,25 +2294,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.HoldingPersonAction.yml b/docs/api/TinyLife.Actions.HoldingPersonAction.yml index aff601d..2f58132 100644 --- a/docs/api/TinyLife.Actions.HoldingPersonAction.yml +++ b/docs/api/TinyLife.Actions.HoldingPersonAction.yml @@ -41,8 +41,6 @@ items: - TinyLife.Actions.Action - TinyLife.Actions.MultiAction - TinyLife.Actions.SocialAction - derivedClasses: - - TinyLife.Actions.CleanUpBabyAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: @@ -106,7 +104,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1963,25 +1961,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.MultiAction.yml b/docs/api/TinyLife.Actions.MultiAction.yml index 23f92fc..5167612 100644 --- a/docs/api/TinyLife.Actions.MultiAction.yml +++ b/docs/api/TinyLife.Actions.MultiAction.yml @@ -94,7 +94,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1735,25 +1735,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml index 9705dbd..9c8b9b2 100644 --- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml +++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml @@ -106,7 +106,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -2022,25 +2022,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml index 89ab3bf..0898851 100644 --- a/docs/api/TinyLife.Actions.OutOfTownAction.yml +++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OutOfTownAction path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 16 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -87,7 +87,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -141,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedsToTakeCareOf path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 23 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -170,7 +170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 36 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -214,7 +214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateFirstActions path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 42 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -246,7 +246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenInitialize path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 49 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -275,7 +275,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenUpdate path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 55 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -317,7 +317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNextAction path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 77 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -353,7 +353,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanEnqueueConversation path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 84 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -392,7 +392,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CausesExtremelyFastSpeed path: ../TinyLife/Actions/OutOfTownAction.cs - startLine: 89 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1488,25 +1488,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.PathfindAction.yml b/docs/api/TinyLife.Actions.PathfindAction.yml index c647bd5..7c9cc6c 100644 --- a/docs/api/TinyLife.Actions.PathfindAction.yml +++ b/docs/api/TinyLife.Actions.PathfindAction.yml @@ -79,7 +79,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1414,25 +1414,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml index bd91b15..6c77221 100644 --- a/docs/api/TinyLife.Actions.PathfindToPersonAction.yml +++ b/docs/api/TinyLife.Actions.PathfindToPersonAction.yml @@ -75,7 +75,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1374,25 +1374,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.PutAwayAction.yml b/docs/api/TinyLife.Actions.PutAwayAction.yml index fa2b0b2..0952903 100644 --- a/docs/api/TinyLife.Actions.PutAwayAction.yml +++ b/docs/api/TinyLife.Actions.PutAwayAction.yml @@ -84,7 +84,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1427,25 +1427,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.SellAction.yml b/docs/api/TinyLife.Actions.SellAction.yml index 857d92c..ac548e7 100644 --- a/docs/api/TinyLife.Actions.SellAction.yml +++ b/docs/api/TinyLife.Actions.SellAction.yml @@ -85,7 +85,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1475,25 +1475,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.SitAction.yml b/docs/api/TinyLife.Actions.SitAction.yml index 7e0824a..443c69b 100644 --- a/docs/api/TinyLife.Actions.SitAction.yml +++ b/docs/api/TinyLife.Actions.SitAction.yml @@ -84,7 +84,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1436,25 +1436,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml index 689ee12..3e2d4a4 100644 --- a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml @@ -71,7 +71,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1179,25 +1179,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml index 07620ac..e97620c 100644 --- a/docs/api/TinyLife.Actions.SocialAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.yml @@ -107,7 +107,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -2211,25 +2211,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.StoreAction.yml b/docs/api/TinyLife.Actions.StoreAction.yml index 244a177..e56d764 100644 --- a/docs/api/TinyLife.Actions.StoreAction.yml +++ b/docs/api/TinyLife.Actions.StoreAction.yml @@ -84,7 +84,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1448,25 +1448,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml index aafd36f..9417907 100644 --- a/docs/api/TinyLife.Actions.TalkAction.yml +++ b/docs/api/TinyLife.Actions.TalkAction.yml @@ -110,7 +110,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -2242,25 +2242,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml index 4042301..2ea8131 100644 --- a/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml +++ b/docs/api/TinyLife.Actions.TellPeopleToLeaveRoomAction.yml @@ -73,7 +73,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1282,25 +1282,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.TryGoHereAction.yml b/docs/api/TinyLife.Actions.TryGoHereAction.yml index beae08c..e708c71 100644 --- a/docs/api/TinyLife.Actions.TryGoHereAction.yml +++ b/docs/api/TinyLife.Actions.TryGoHereAction.yml @@ -72,7 +72,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1250,25 +1250,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.WalkAction.yml b/docs/api/TinyLife.Actions.WalkAction.yml index c5e8ff0..ac339fb 100644 --- a/docs/api/TinyLife.Actions.WalkAction.yml +++ b/docs/api/TinyLife.Actions.WalkAction.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkAction path: ../TinyLife/Actions/WalkAction.cs - startLine: 13 + startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -79,7 +79,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -133,7 +133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrainEnergy path: ../TinyLife/Actions/WalkAction.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -172,7 +172,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/WalkAction.cs - startLine: 23 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -210,7 +210,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPath path: ../TinyLife/Actions/WalkAction.cs - startLine: 26 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -249,7 +249,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSpeed path: ../TinyLife/Actions/WalkAction.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -281,7 +281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Actions/WalkAction.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1307,25 +1307,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.WatchTvAction.yml b/docs/api/TinyLife.Actions.WatchTvAction.yml index 2d51b45..c782fe4 100644 --- a/docs/api/TinyLife.Actions.WatchTvAction.yml +++ b/docs/api/TinyLife.Actions.WatchTvAction.yml @@ -87,7 +87,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -1722,25 +1722,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) diff --git a/docs/api/TinyLife.Actions.WorkAction.yml b/docs/api/TinyLife.Actions.WorkAction.yml index 7e4f57b..69aebee 100644 --- a/docs/api/TinyLife.Actions.WorkAction.yml +++ b/docs/api/TinyLife.Actions.WorkAction.yml @@ -10,6 +10,7 @@ items: - TinyLife.Actions.WorkAction.AndThenIsCompleted - TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Actions.WorkAction.CreateFirstActions - TinyLife.Actions.WorkAction.PreInitialize langs: - csharp @@ -25,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkAction path: ../TinyLife/Actions/WorkAction.cs - startLine: 16 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -44,7 +45,6 @@ items: - MLEM.Misc.IGenericDataHolder inheritedMembers: - TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf - - TinyLife.Actions.OutOfTownAction.CreateFirstActions - TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed @@ -86,7 +86,7 @@ items: - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) @@ -140,7 +140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/WorkAction.cs - startLine: 23 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -157,6 +157,38 @@ items: nameWithType.vb: WorkAction.New(ActionType, ActionInfo) fullName.vb: TinyLife.Actions.WorkAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) name.vb: New(ActionType, ActionInfo) +- uid: TinyLife.Actions.WorkAction.CreateFirstActions + commentId: M:TinyLife.Actions.WorkAction.CreateFirstActions + id: CreateFirstActions + parent: TinyLife.Actions.WorkAction + langs: + - csharp + - vb + name: CreateFirstActions() + nameWithType: WorkAction.CreateFirstActions() + fullName: TinyLife.Actions.WorkAction.CreateFirstActions() + type: Method + source: + remote: + path: TinyLife/Actions/WorkAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CreateFirstActions + path: ../TinyLife/Actions/WorkAction.cs + startLine: 28 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains null items, no first actions will be executed.\n" + example: [] + syntax: + content: protected override IEnumerable CreateFirstActions() + return: + type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + description: A set of actions that should run before this action + content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action) + overridden: TinyLife.Actions.OutOfTownAction.CreateFirstActions + overload: TinyLife.Actions.WorkAction.CreateFirstActions* - uid: TinyLife.Actions.WorkAction.PreInitialize commentId: M:TinyLife.Actions.WorkAction.PreInitialize id: PreInitialize @@ -175,7 +207,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PreInitialize path: ../TinyLife/Actions/WorkAction.cs - startLine: 27 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -204,7 +236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenInitialize path: ../TinyLife/Actions/WorkAction.cs - startLine: 33 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -233,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenUpdate path: ../TinyLife/Actions/WorkAction.cs - startLine: 39 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -275,7 +307,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenIsCompleted path: ../TinyLife/Actions/WorkAction.cs - startLine: 63 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -307,7 +339,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenOnCompleted path: ../TinyLife/Actions/WorkAction.cs - startLine: 70 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -395,22 +427,6 @@ references: name: NeedsToTakeCareOf nameWithType: OutOfTownAction.NeedsToTakeCareOf fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf -- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions - commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions - parent: TinyLife.Actions.OutOfTownAction - name: CreateFirstActions() - nameWithType: OutOfTownAction.CreateFirstActions() - fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() - spec.csharp: - - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions - name: CreateFirstActions - - name: ( - - name: ) - spec.vb: - - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions - name: CreateFirstActions - - name: ( - - name: ) - uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.OutOfTownAction @@ -1444,25 +1460,33 @@ references: - uid: TinyLife.Objects.Person name: Person - name: ) -- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) - commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action - name: CompleteIfNeedFull(NeedType) - nameWithType: Action.CompleteIfNeedFull(NeedType) - fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull(NeedType, Person) + nameWithType: Action.CompleteIfNeedFull(NeedType, Person) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) spec.vb: - - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull - name: ( - uid: TinyLife.NeedType name: NeedType + - name: ',' + - name: " " + - uid: TinyLife.Objects.Person + name: Person - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) @@ -3312,6 +3336,123 @@ references: name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions + parent: TinyLife.Actions.OutOfTownAction + name: CreateFirstActions() + nameWithType: OutOfTownAction.CreateFirstActions() + fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions() + spec.csharp: + - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + name: CreateFirstActions + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions + name: CreateFirstActions + - name: ( + - name: ) +- uid: TinyLife.Actions.WorkAction.CreateFirstActions* + commentId: Overload:TinyLife.Actions.WorkAction.CreateFirstActions + name: CreateFirstActions + nameWithType: WorkAction.CreateFirstActions + fullName: TinyLife.Actions.WorkAction.CreateFirstActions +- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action} + parent: System.Collections.Generic + definition: System.Collections.Generic.IEnumerable`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of Action) + fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action) + name.vb: IEnumerable(Of Action) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: TinyLife.Actions.Action + name: Action + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Actions.Action + name: Action + - name: ) +- uid: System.Collections.Generic.IEnumerable`1 + commentId: T:System.Collections.Generic.IEnumerable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + nameWithType.vb: IEnumerable(Of T) + fullName.vb: System.Collections.Generic.IEnumerable(Of T) + name.vb: IEnumerable(Of T) + spec.csharp: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: TinyLife.Actions.MultiAction.PreInitialize commentId: M:TinyLife.Actions.MultiAction.PreInitialize parent: TinyLife.Actions.MultiAction diff --git a/docs/api/TinyLife.Actions.yml b/docs/api/TinyLife.Actions.yml index 5692b9a..97ef4cd 100644 --- a/docs/api/TinyLife.Actions.yml +++ b/docs/api/TinyLife.Actions.yml @@ -17,7 +17,6 @@ items: - TinyLife.Actions.CanExecuteResult.ResultType - TinyLife.Actions.ChoicePromptInfo - TinyLife.Actions.ChoicePromptInfo.Option - - TinyLife.Actions.CleanUpBabyAction - TinyLife.Actions.CompletionType - TinyLife.Actions.DebugAction - TinyLife.Actions.DeferredAction @@ -211,11 +210,6 @@ references: - name: . - uid: TinyLife.Actions.ChoicePromptInfo.Option name: Option -- uid: TinyLife.Actions.CleanUpBabyAction - commentId: T:TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - nameWithType: CleanUpBabyAction - fullName: TinyLife.Actions.CleanUpBabyAction - uid: TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType parent: TinyLife.Actions @@ -261,7 +255,6 @@ references: fullName: TinyLife.Actions.HelpAction - uid: TinyLife.Actions.HoldingPersonAction commentId: T:TinyLife.Actions.HoldingPersonAction - parent: TinyLife.Actions name: HoldingPersonAction nameWithType: HoldingPersonAction fullName: TinyLife.Actions.HoldingPersonAction diff --git a/docs/api/TinyLife.GenealogyType.yml b/docs/api/TinyLife.GenealogyType.yml index ca885b9..162a348 100644 --- a/docs/api/TinyLife.GenealogyType.yml +++ b/docs/api/TinyLife.GenealogyType.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GenealogyType path: ../TinyLife/Relationship.cs - startLine: 495 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife @@ -61,7 +61,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Unrelated path: ../TinyLife/Relationship.cs - startLine: 500 + startLine: 528 assemblies: - Tiny Life namespace: TinyLife @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Parent path: ../TinyLife/Relationship.cs - startLine: 504 + startLine: 532 assemblies: - Tiny Life namespace: TinyLife @@ -117,7 +117,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Relationship.cs - startLine: 508 + startLine: 536 assemblies: - Tiny Life namespace: TinyLife @@ -145,7 +145,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sibling path: ../TinyLife/Relationship.cs - startLine: 512 + startLine: 540 assemblies: - Tiny Life namespace: TinyLife @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Nibling path: ../TinyLife/Relationship.cs - startLine: 516 + startLine: 544 assemblies: - Tiny Life namespace: TinyLife @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pibling path: ../TinyLife/Relationship.cs - startLine: 520 + startLine: 548 assemblies: - Tiny Life namespace: TinyLife @@ -229,7 +229,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Grandparent path: ../TinyLife/Relationship.cs - startLine: 524 + startLine: 552 assemblies: - Tiny Life namespace: TinyLife @@ -257,7 +257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Grandchild path: ../TinyLife/Relationship.cs - startLine: 528 + startLine: 556 assemblies: - Tiny Life namespace: TinyLife @@ -285,7 +285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cousin path: ../TinyLife/Relationship.cs - startLine: 532 + startLine: 560 assemblies: - Tiny Life namespace: TinyLife @@ -313,7 +313,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DistantlyRelated path: ../TinyLife/Relationship.cs - startLine: 536 + startLine: 564 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Goals.GoalTrigger.yml b/docs/api/TinyLife.Goals.GoalTrigger.yml index 7c5c7a8..e54f0b5 100644 --- a/docs/api/TinyLife.Goals.GoalTrigger.yml +++ b/docs/api/TinyLife.Goals.GoalTrigger.yml @@ -38,7 +38,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoalTrigger path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 16 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -77,7 +77,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonUpdate path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 21 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -106,7 +106,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurnitureCreated path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 26 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -135,7 +135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionCompleted path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 30 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -164,7 +164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionEnded path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 34 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -193,7 +193,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdate path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 38 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -222,7 +222,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EarnMoney path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 43 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -251,7 +251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionGained path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 47 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -280,7 +280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionLost path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 51 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -309,7 +309,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodEaten path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 55 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -338,7 +338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProjectCompleted path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 59 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -367,7 +367,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 64 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -396,7 +396,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ValidObjects path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 68 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -425,7 +425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ValidValues path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 72 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -454,7 +454,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 80 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -495,7 +495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsObjectCompatible path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 103 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -530,7 +530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsValueCompatible path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 117 + startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -565,7 +565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Equals path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 126 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -599,7 +599,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Equals path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 131 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -635,7 +635,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHashCode path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 136 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.IGoalTriggerable.yml b/docs/api/TinyLife.Goals.IGoalTriggerable.yml index c203eeb..0003c29 100644 --- a/docs/api/TinyLife.Goals.IGoalTriggerable.yml +++ b/docs/api/TinyLife.Goals.IGoalTriggerable.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IGoalTriggerable path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 10 + startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -51,7 +51,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryTrigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -95,7 +95,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Trigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -142,7 +142,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Trigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.MemoryType.yml b/docs/api/TinyLife.Goals.MemoryType.yml index ccf1db8..a63281b 100644 --- a/docs/api/TinyLife.Goals.MemoryType.yml +++ b/docs/api/TinyLife.Goals.MemoryType.yml @@ -585,7 +585,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/MemoryType.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -623,7 +623,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/MemoryType.cs - startLine: 81 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -670,7 +670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/MemoryType.cs - startLine: 96 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.LnCategory.yml b/docs/api/TinyLife.LnCategory.yml index e3ed312..f252096 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: 167 + startLine: 166 assemblies: - Tiny Life namespace: TinyLife @@ -64,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ui path: ../TinyLife/Localization.cs - startLine: 170 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Actions path: ../TinyLife/Localization.cs - startLine: 172 + startLine: 171 assemblies: - Tiny Life namespace: TinyLife @@ -120,7 +120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildMode path: ../TinyLife/Localization.cs - startLine: 174 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife @@ -148,7 +148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clothes path: ../TinyLife/Localization.cs - startLine: 176 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife @@ -176,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Food path: ../TinyLife/Localization.cs - startLine: 178 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Personalities path: ../TinyLife/Localization.cs - startLine: 180 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Localization.cs - startLine: 182 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife @@ -260,7 +260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Jobs path: ../TinyLife/Localization.cs - startLine: 184 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife @@ -288,7 +288,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotions path: ../TinyLife/Localization.cs - startLine: 186 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife @@ -316,7 +316,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hints path: ../TinyLife/Localization.cs - startLine: 188 + startLine: 187 assemblies: - Tiny Life namespace: TinyLife @@ -344,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHints path: ../TinyLife/Localization.cs - startLine: 190 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife @@ -372,7 +372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Localization.cs - startLine: 192 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife @@ -400,7 +400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Names path: ../TinyLife/Localization.cs - startLine: 194 + startLine: 193 assemblies: - Tiny Life namespace: TinyLife @@ -428,7 +428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChoicePrompts path: ../TinyLife/Localization.cs - startLine: 196 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife @@ -456,7 +456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Achievements path: ../TinyLife/Localization.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife @@ -484,7 +484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Overrides path: ../TinyLife/Localization.cs - startLine: 200 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Localization.yml b/docs/api/TinyLife.Localization.yml index 50dee93..aed0aa3 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: 22 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife @@ -63,7 +63,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LanguageNames path: ../TinyLife/Localization.cs - startLine: 27 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Names path: ../TinyLife/Localization.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife @@ -121,7 +121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetLanguage path: ../TinyLife/Localization.cs - startLine: 48 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife @@ -156,7 +156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reload path: ../TinyLife/Localization.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife @@ -184,7 +184,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Get path: ../TinyLife/Localization.cs - startLine: 84 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife @@ -225,7 +225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Get path: ../TinyLife/Localization.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -269,7 +269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetKeys path: ../TinyLife/Localization.cs - startLine: 112 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Objects.ActionSpot.yml b/docs/api/TinyLife.Objects.ActionSpot.yml index aabec2b..275749c 100644 --- a/docs/api/TinyLife.Objects.ActionSpot.yml +++ b/docs/api/TinyLife.Objects.ActionSpot.yml @@ -18,7 +18,7 @@ items: - TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean) - TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture) - TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point) - - TinyLife.Objects.ActionSpot.SinkSpots(System.Single) + - TinyLife.Objects.ActionSpot.SinkSpots langs: - csharp - vb @@ -364,17 +364,21 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CribSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 124 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Objects + summary: "\nA helper method that returns an array of instances at the locations that they have to be for a crib for babies to sleep in.\n" + example: [] syntax: content: public static ActionSpot[] CribSpots(float drawLayer = 3) parameters: - id: drawLayer type: System.Single + description: The layer that people in the crib should be drawn on. return: type: TinyLife.Objects.ActionSpot[] + description: A set of action spots for the crib. content.vb: Public Shared Function CribSpots(drawLayer As Single = 3) As ActionSpot() overload: TinyLife.Objects.ActionSpot.CribSpots* nameWithType.vb: ActionSpot.CribSpots(Single) @@ -398,7 +402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BenchSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 140 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -439,7 +443,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChairSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 160 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -477,7 +481,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PicnicTableSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 170 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -494,16 +498,16 @@ items: description: An array of action spots for picnic tables content.vb: Public Shared Function PicnicTableSpots(size As Point) As ActionSpot() overload: TinyLife.Objects.ActionSpot.PicnicTableSpots* -- uid: TinyLife.Objects.ActionSpot.SinkSpots(System.Single) - commentId: M:TinyLife.Objects.ActionSpot.SinkSpots(System.Single) - id: SinkSpots(System.Single) +- uid: TinyLife.Objects.ActionSpot.SinkSpots + commentId: M:TinyLife.Objects.ActionSpot.SinkSpots + id: SinkSpots parent: TinyLife.Objects.ActionSpot langs: - csharp - vb - name: SinkSpots(float) - nameWithType: ActionSpot.SinkSpots(float) - fullName: TinyLife.Objects.ActionSpot.SinkSpots(float) + name: SinkSpots() + nameWithType: ActionSpot.SinkSpots() + fullName: TinyLife.Objects.ActionSpot.SinkSpots() type: Method source: remote: @@ -512,22 +516,19 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SinkSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 186 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Objects + summary: "\nA helper method that returns an array of instances at locations relevant for kitchen and bathroom sinks.\n" + example: [] syntax: - content: public static ActionSpot[] SinkSpots(float drawLayer = 0) - parameters: - - id: drawLayer - type: System.Single + content: public static ActionSpot[] SinkSpots() return: type: TinyLife.Objects.ActionSpot[] - content.vb: Public Shared Function SinkSpots(drawLayer As Single = 0) As ActionSpot() + description: An array of action spots for sinks. + content.vb: Public Shared Function SinkSpots() As ActionSpot() overload: TinyLife.Objects.ActionSpot.SinkSpots* - nameWithType.vb: ActionSpot.SinkSpots(Single) - fullName.vb: TinyLife.Objects.ActionSpot.SinkSpots(Single) - name.vb: SinkSpots(Single) - uid: TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) id: AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory) @@ -546,7 +547,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllSpots path: ../TinyLife/Objects/ActionSpot.cs - startLine: 199 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -584,7 +585,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPicnicBenchDrawLayer path: ../TinyLife/Objects/ActionSpot.cs - startLine: 214 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index b145517..62b07de 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: 3179 + startLine: 3180 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: 3186 + startLine: 3187 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: 3192 + startLine: 3193 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: 3198 + startLine: 3199 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Bathtub.yml b/docs/api/TinyLife.Objects.Bathtub.yml new file mode 100644 index 0000000..632231e --- /dev/null +++ b/docs/api/TinyLife.Objects.Bathtub.yml @@ -0,0 +1,3623 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Objects.Bathtub + commentId: T:TinyLife.Objects.Bathtub + id: Bathtub + parent: TinyLife.Objects + children: + - TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) + - TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + - TinyLife.Objects.Bathtub.HasWater + langs: + - csharp + - vb + name: Bathtub + nameWithType: Bathtub + fullName: TinyLife.Objects.Bathtub + type: Class + source: + remote: + path: TinyLife/Objects/Bathtub.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Bathtub + path: ../TinyLife/Objects/Bathtub.cs + startLine: 14 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nA type that allows displaying water when a is bathing using .\n" + example: [] + syntax: + content: 'public class Bathtub : Furniture, IGenericDataHolder, IPricedObject' + content.vb: Public Class Bathtub Inherits Furniture Implements IGenericDataHolder, IPricedObject + inheritance: + - System.Object + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder + - TinyLife.Objects.MapObject + - TinyLife.Objects.Furniture + implements: + - MLEM.Misc.IGenericDataHolder + - TinyLife.World.IPricedObject + inheritedMembers: + - TinyLife.Objects.Furniture.Random + - TinyLife.Objects.Furniture.OnGetDescription + - TinyLife.Objects.Furniture.OnSetCreator + - TinyLife.Objects.Furniture.OnGetDirty + - TinyLife.Objects.Furniture.OnDirty + - TinyLife.Objects.Furniture.DisplayName + - TinyLife.Objects.Furniture.ParentInfo + - TinyLife.Objects.Furniture.Visibility + - TinyLife.Objects.Furniture.Type + - TinyLife.Objects.Furniture.Rotation + - TinyLife.Objects.Furniture.ParentFurniture + - TinyLife.Objects.Furniture.ParentObjectSpot + - TinyLife.Objects.Furniture.Colors + - TinyLife.Objects.Furniture.Area + - TinyLife.Objects.Furniture.DevaluedThroughUse + - TinyLife.Objects.Furniture.AreUtilitiesDisabled + - TinyLife.Objects.Furniture.IsStatic + - TinyLife.Objects.Furniture.CreatorId + - TinyLife.Objects.Furniture.Quality + - TinyLife.Objects.Furniture.CanBeDirty + - TinyLife.Objects.Furniture.Dirty + - TinyLife.Objects.Furniture.CustomPrice + - TinyLife.Objects.Furniture.Creator + - TinyLife.Objects.Furniture.AttachedWall + - TinyLife.Objects.Furniture.HideFromDraw + - TinyLife.Objects.Furniture.VisualRotation + - TinyLife.Objects.Furniture.ParentObjectSpotId + - TinyLife.Objects.Furniture.ParentFurnitureId + - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + - TinyLife.Objects.Furniture.Validate + - TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + - 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) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) + - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) + - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + - TinyLife.Objects.Furniture.ResetToStatic(System.Boolean) + - TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + - TinyLife.Objects.Furniture.GetPrice + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) + - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + - TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) + - TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) + - TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) + - TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) + - TinyLife.Objects.Furniture.UnlinkParentsAndChildren + - TinyLife.Objects.Furniture.RemoveAndUnlink + - TinyLife.Objects.Furniture.GetChildren``1 + - TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) + - TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) + - TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) + - TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + - TinyLife.Objects.Furniture.NotifyNeighbors + - TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) + - TinyLife.Objects.MapObject.PersonRotationOrder + - TinyLife.Objects.MapObject.OnCreated + - TinyLife.Objects.MapObject.OnValidated + - TinyLife.Objects.MapObject.OnEventsAttachable + - TinyLife.Objects.MapObject.OnDraw + - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo + - TinyLife.Objects.MapObject.Position + - TinyLife.Objects.MapObject.Id + - TinyLife.Objects.MapObject.Map + - TinyLife.Objects.MapObject.CurrentLot + - TinyLife.Objects.MapObject.CurrentRoom + - TinyLife.Objects.MapObject.IsInWorld + - TinyLife.Objects.MapObject.HoldingPerson + - TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + - TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + - TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean) + - TinyLife.Objects.MapObject.GetModCategory(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.Objects.Bathtub.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Objects.Bathtub.HasWater + commentId: F:TinyLife.Objects.Bathtub.HasWater + id: HasWater + parent: TinyLife.Objects.Bathtub + langs: + - csharp + - vb + name: HasWater + nameWithType: Bathtub.HasWater + fullName: TinyLife.Objects.Bathtub.HasWater + type: Field + source: + remote: + path: TinyLife/Objects/Bathtub.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: HasWater + path: ../TinyLife/Objects/Bathtub.cs + startLine: 20 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nWhether this bathtub currently has water in it.\n" + example: [] + syntax: + content: >- + [DataMember] + + public bool HasWater + return: + type: System.Boolean + content.vb: >- + + + Public HasWater As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] +- uid: TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) + commentId: M:TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) + id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)' + parent: TinyLife.Objects.Bathtub + langs: + - csharp + - vb + name: Bathtub(Guid, FurnitureType, int[], Map, Vector2) + nameWithType: Bathtub.Bathtub(Guid, FurnitureType, int[], Map, Vector2) + fullName: TinyLife.Objects.Bathtub.Bathtub(System.Guid, TinyLife.Objects.FurnitureType, int[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) + type: Constructor + source: + remote: + path: TinyLife/Objects/Bathtub.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Objects/Bathtub.cs + startLine: 25 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nCreates a new furniture instance.\nBy default, this is done using .\n" + example: [] + syntax: + content: public Bathtub(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos) + parameters: + - id: id + type: System.Guid + description: The id to apply to the created furniture instance + - id: type + type: TinyLife.Objects.FurnitureType + description: The type to create an instance of + - id: colors + type: System.Int32[] + description: The colors to apply to the furniture + - id: map + type: TinyLife.World.Map + description: The map to create the furniture on + - id: pos + type: Microsoft.Xna.Framework.Vector2 + description: The position that the furniture should have + content.vb: Public Sub New(id As Guid, type As FurnitureType, colors As Integer(), map As Map, pos As Vector2) + overload: TinyLife.Objects.Bathtub.#ctor* + nameWithType.vb: Bathtub.New(Guid, FurnitureType, Integer(), Map, Vector2) + fullName.vb: TinyLife.Objects.Bathtub.New(System.Guid, TinyLife.Objects.FurnitureType, Integer(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) + name.vb: New(Guid, FurnitureType, Integer(), Map, Vector2) +- uid: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + id: 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}) + parent: TinyLife.Objects.Bathtub + langs: + - csharp + - vb + name: Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List) + nameWithType: Bathtub.Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List) + fullName: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, bool, System.Collections.Generic.List) + type: Method + source: + remote: + path: TinyLife/Objects/Bathtub.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Draw + path: ../TinyLife/Objects/Bathtub.cs + startLine: 30 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: "\nDraws this furniture in the world with the given settings.\nThis is a more generalized version of \n" + example: [] + syntax: + content: public override void Draw(GameTime time, object batch, Vector2 pos, Vector2 drawPos, Color? overrideColor, Direction2 rotation, int[] colors, float drawScale, bool pivot, ParentInfo parent, float depthOffset, bool held, List items) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + description: The game time + - id: batch + type: System.Object + description: The sprite batch to draw with, which is either a or . + - id: pos + type: Microsoft.Xna.Framework.Vector2 + description: The position, in world space, that the furniture is at + - id: drawPos + type: Microsoft.Xna.Framework.Vector2 + description: The position, in draw space, to draw the furniture at + - id: overrideColor + type: System.Nullable{Microsoft.Xna.Framework.Color} + description: An optional color to override the default colors of the furniture + - id: rotation + type: MLEM.Misc.Direction2 + description: The rotation of the furniture + - id: colors + type: System.Int32[] + description: The colors to draw the furniture with + - id: drawScale + type: System.Single + description: The scale to draw the furniture with + - id: pivot + type: System.Boolean + description: Whether or not to move the furniture by its texture's pivot point + - id: parent + type: TinyLife.Objects.ParentInfo + description: The object that this furniture is latched on to, or null if there is none + - id: depthOffset + type: System.Single + description: A value that is added onto the calculated depth of the object + - id: held + type: System.Boolean + description: Whether or not this item is currently being held by a + - id: items + type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item} + description: A list of sprite batch items that items should be added to if the batch is a . + content.vb: Public Overrides Sub Draw(time As GameTime, batch As Object, pos As Vector2, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, held As Boolean, items As List(Of StaticSpriteBatch.Item)) + overridden: TinyLife.Objects.Furniture.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}) + overload: TinyLife.Objects.Bathtub.Draw* + nameWithType.vb: Bathtub.Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Bathtub.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of Item)) +references: +- uid: TinyLife.Objects.Furniture + commentId: T:TinyLife.Objects.Furniture + parent: TinyLife.Objects + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture +- uid: TinyLife.Objects.Person + commentId: T:TinyLife.Objects.Person + parent: TinyLife.Objects + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person +- uid: TinyLife.Objects.Bathtub.HasWater + commentId: F:TinyLife.Objects.Bathtub.HasWater + name: HasWater + nameWithType: Bathtub.HasWater + fullName: TinyLife.Objects.Bathtub.HasWater +- uid: TinyLife.Objects + commentId: N:TinyLife.Objects + name: TinyLife.Objects + nameWithType: TinyLife.Objects + fullName: TinyLife.Objects + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Objects + name: Objects + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Objects + name: Objects +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: object + nameWithType: object + fullName: object + nameWithType.vb: Object + fullName.vb: Object + name.vb: Object +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder + parent: MLEM.Data.Json + isExternal: true + name: JsonTypeSafeGenericDataHolder + nameWithType: JsonTypeSafeGenericDataHolder + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder +- uid: TinyLife.Objects.MapObject + commentId: T:TinyLife.Objects.MapObject + parent: TinyLife.Objects + name: MapObject + nameWithType: MapObject + fullName: TinyLife.Objects.MapObject +- uid: MLEM.Misc.IGenericDataHolder + commentId: T:MLEM.Misc.IGenericDataHolder + parent: MLEM.Misc + isExternal: true + name: IGenericDataHolder + nameWithType: IGenericDataHolder + fullName: MLEM.Misc.IGenericDataHolder +- uid: TinyLife.World.IPricedObject + commentId: T:TinyLife.World.IPricedObject + parent: TinyLife.World + name: IPricedObject + nameWithType: IPricedObject + fullName: TinyLife.World.IPricedObject +- uid: TinyLife.Objects.Furniture.Random + commentId: F:TinyLife.Objects.Furniture.Random + parent: TinyLife.Objects.Furniture + name: Random + nameWithType: Furniture.Random + fullName: TinyLife.Objects.Furniture.Random +- uid: TinyLife.Objects.Furniture.OnGetDescription + commentId: E:TinyLife.Objects.Furniture.OnGetDescription + parent: TinyLife.Objects.Furniture + name: OnGetDescription + nameWithType: Furniture.OnGetDescription + fullName: TinyLife.Objects.Furniture.OnGetDescription +- uid: TinyLife.Objects.Furniture.OnSetCreator + commentId: E:TinyLife.Objects.Furniture.OnSetCreator + parent: TinyLife.Objects.Furniture + name: OnSetCreator + nameWithType: Furniture.OnSetCreator + fullName: TinyLife.Objects.Furniture.OnSetCreator +- uid: TinyLife.Objects.Furniture.OnGetDirty + commentId: E:TinyLife.Objects.Furniture.OnGetDirty + parent: TinyLife.Objects.Furniture + name: OnGetDirty + nameWithType: Furniture.OnGetDirty + fullName: TinyLife.Objects.Furniture.OnGetDirty +- uid: TinyLife.Objects.Furniture.OnDirty + commentId: E:TinyLife.Objects.Furniture.OnDirty + parent: TinyLife.Objects.Furniture + name: OnDirty + nameWithType: Furniture.OnDirty + fullName: TinyLife.Objects.Furniture.OnDirty +- uid: TinyLife.Objects.Furniture.DisplayName + commentId: P:TinyLife.Objects.Furniture.DisplayName + parent: TinyLife.Objects.Furniture + name: DisplayName + nameWithType: Furniture.DisplayName + fullName: TinyLife.Objects.Furniture.DisplayName +- uid: TinyLife.Objects.Furniture.ParentInfo + commentId: P:TinyLife.Objects.Furniture.ParentInfo + parent: TinyLife.Objects.Furniture + name: ParentInfo + nameWithType: Furniture.ParentInfo + fullName: TinyLife.Objects.Furniture.ParentInfo +- uid: TinyLife.Objects.Furniture.Visibility + commentId: P:TinyLife.Objects.Furniture.Visibility + parent: TinyLife.Objects.Furniture + name: Visibility + nameWithType: Furniture.Visibility + fullName: TinyLife.Objects.Furniture.Visibility +- uid: TinyLife.Objects.Furniture.Type + commentId: F:TinyLife.Objects.Furniture.Type + parent: TinyLife.Objects.Furniture + name: Type + nameWithType: Furniture.Type + fullName: TinyLife.Objects.Furniture.Type +- uid: TinyLife.Objects.Furniture.Rotation + commentId: F:TinyLife.Objects.Furniture.Rotation + parent: TinyLife.Objects.Furniture + name: Rotation + nameWithType: Furniture.Rotation + fullName: TinyLife.Objects.Furniture.Rotation +- uid: TinyLife.Objects.Furniture.ParentFurniture + commentId: P:TinyLife.Objects.Furniture.ParentFurniture + parent: TinyLife.Objects.Furniture + name: ParentFurniture + nameWithType: Furniture.ParentFurniture + fullName: TinyLife.Objects.Furniture.ParentFurniture +- uid: TinyLife.Objects.Furniture.ParentObjectSpot + commentId: P:TinyLife.Objects.Furniture.ParentObjectSpot + parent: TinyLife.Objects.Furniture + name: ParentObjectSpot + nameWithType: Furniture.ParentObjectSpot + fullName: TinyLife.Objects.Furniture.ParentObjectSpot +- uid: TinyLife.Objects.Furniture.Colors + commentId: F:TinyLife.Objects.Furniture.Colors + parent: TinyLife.Objects.Furniture + name: Colors + nameWithType: Furniture.Colors + fullName: TinyLife.Objects.Furniture.Colors +- uid: TinyLife.Objects.Furniture.Area + commentId: P:TinyLife.Objects.Furniture.Area + parent: TinyLife.Objects.Furniture + name: Area + nameWithType: Furniture.Area + fullName: TinyLife.Objects.Furniture.Area +- uid: TinyLife.Objects.Furniture.DevaluedThroughUse + commentId: F:TinyLife.Objects.Furniture.DevaluedThroughUse + parent: TinyLife.Objects.Furniture + name: DevaluedThroughUse + nameWithType: Furniture.DevaluedThroughUse + fullName: TinyLife.Objects.Furniture.DevaluedThroughUse +- uid: TinyLife.Objects.Furniture.AreUtilitiesDisabled + commentId: P:TinyLife.Objects.Furniture.AreUtilitiesDisabled + parent: TinyLife.Objects.Furniture + name: AreUtilitiesDisabled + nameWithType: Furniture.AreUtilitiesDisabled + fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled +- uid: TinyLife.Objects.Furniture.IsStatic + commentId: F:TinyLife.Objects.Furniture.IsStatic + parent: TinyLife.Objects.Furniture + name: IsStatic + nameWithType: Furniture.IsStatic + fullName: TinyLife.Objects.Furniture.IsStatic +- uid: TinyLife.Objects.Furniture.CreatorId + commentId: P:TinyLife.Objects.Furniture.CreatorId + parent: TinyLife.Objects.Furniture + name: CreatorId + nameWithType: Furniture.CreatorId + fullName: TinyLife.Objects.Furniture.CreatorId +- uid: TinyLife.Objects.Furniture.Quality + commentId: F:TinyLife.Objects.Furniture.Quality + parent: TinyLife.Objects.Furniture + name: Quality + nameWithType: Furniture.Quality + fullName: TinyLife.Objects.Furniture.Quality +- uid: TinyLife.Objects.Furniture.CanBeDirty + commentId: P:TinyLife.Objects.Furniture.CanBeDirty + parent: TinyLife.Objects.Furniture + name: CanBeDirty + nameWithType: Furniture.CanBeDirty + fullName: TinyLife.Objects.Furniture.CanBeDirty +- uid: TinyLife.Objects.Furniture.Dirty + commentId: F:TinyLife.Objects.Furniture.Dirty + parent: TinyLife.Objects.Furniture + name: Dirty + nameWithType: Furniture.Dirty + fullName: TinyLife.Objects.Furniture.Dirty +- uid: TinyLife.Objects.Furniture.CustomPrice + commentId: F:TinyLife.Objects.Furniture.CustomPrice + parent: TinyLife.Objects.Furniture + name: CustomPrice + nameWithType: Furniture.CustomPrice + fullName: TinyLife.Objects.Furniture.CustomPrice +- uid: TinyLife.Objects.Furniture.Creator + commentId: P:TinyLife.Objects.Furniture.Creator + parent: TinyLife.Objects.Furniture + name: Creator + nameWithType: Furniture.Creator + fullName: TinyLife.Objects.Furniture.Creator +- uid: TinyLife.Objects.Furniture.AttachedWall + commentId: P:TinyLife.Objects.Furniture.AttachedWall + parent: TinyLife.Objects.Furniture + name: AttachedWall + nameWithType: Furniture.AttachedWall + fullName: TinyLife.Objects.Furniture.AttachedWall +- uid: TinyLife.Objects.Furniture.HideFromDraw + commentId: P:TinyLife.Objects.Furniture.HideFromDraw + parent: TinyLife.Objects.Furniture + name: HideFromDraw + nameWithType: Furniture.HideFromDraw + fullName: TinyLife.Objects.Furniture.HideFromDraw +- uid: TinyLife.Objects.Furniture.VisualRotation + commentId: P:TinyLife.Objects.Furniture.VisualRotation + parent: TinyLife.Objects.Furniture + name: VisualRotation + nameWithType: Furniture.VisualRotation + fullName: TinyLife.Objects.Furniture.VisualRotation +- uid: TinyLife.Objects.Furniture.ParentObjectSpotId + commentId: P:TinyLife.Objects.Furniture.ParentObjectSpotId + parent: TinyLife.Objects.Furniture + name: ParentObjectSpotId + nameWithType: Furniture.ParentObjectSpotId + fullName: TinyLife.Objects.Furniture.ParentObjectSpotId +- uid: TinyLife.Objects.Furniture.ParentFurnitureId + commentId: P:TinyLife.Objects.Furniture.ParentFurnitureId + parent: TinyLife.Objects.Furniture + name: ParentFurnitureId + nameWithType: Furniture.ParentFurnitureId + fullName: TinyLife.Objects.Furniture.ParentFurnitureId +- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: Draw(GameTime, object, Vector2, Color?, List) + nameWithType: Furniture.Draw(GameTime, object, Vector2, Color?, List) + fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) + nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Color?, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: Draw(GameTime, Object, Vector2, Color?, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: Draw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: Draw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) +- uid: TinyLife.Objects.Furniture.Validate + commentId: M:TinyLife.Objects.Furniture.Validate + parent: TinyLife.Objects.Furniture + name: Validate() + nameWithType: Furniture.Validate() + fullName: TinyLife.Objects.Furniture.Validate() + spec.csharp: + - uid: TinyLife.Objects.Furniture.Validate + name: Validate + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.Validate + name: Validate + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + parent: TinyLife.Objects.Furniture + isExternal: true + name: Intersects(RectangleF) + nameWithType: Furniture.Intersects(RectangleF) + fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + spec.csharp: + - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + name: Intersects + - name: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF) + name: Intersects + - name: ( + - uid: MLEM.Misc.RectangleF + name: RectangleF + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + commentId: M:TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + parent: TinyLife.Objects.Furniture + name: GetCategories(Person) + nameWithType: Furniture.GetCategories(Person) + fullName: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + name: GetCategories + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) + name: GetCategories + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ) +- uid: TinyLife.Objects.Furniture.OnAdded + commentId: M:TinyLife.Objects.Furniture.OnAdded + parent: TinyLife.Objects.Furniture + name: OnAdded() + nameWithType: Furniture.OnAdded() + fullName: TinyLife.Objects.Furniture.OnAdded() + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnAdded + name: OnAdded + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.OnAdded + name: OnAdded + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.OnRemoved + commentId: M:TinyLife.Objects.Furniture.OnRemoved + parent: TinyLife.Objects.Furniture + name: OnRemoved() + nameWithType: Furniture.OnRemoved() + fullName: TinyLife.Objects.Furniture.OnRemoved() + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnRemoved + name: OnRemoved + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.OnRemoved + name: OnRemoved + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + parent: TinyLife.Objects.Furniture + name: GetAiPriority(Person, ObjectCategory) + nameWithType: Furniture.GetAiPriority(Person, ObjectCategory) + fullName: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetAiPriority + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetAiPriority + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - 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 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: OnActionCompleted(Action, CompletionType, bool) + nameWithType: Furniture.OnActionCompleted(Action, CompletionType, bool) + fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) + nameWithType.vb: Furniture.OnActionCompleted(Action, CompletionType, Boolean) + fullName.vb: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean) + name.vb: OnActionCompleted(Action, CompletionType, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnActionCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - 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.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) + name: OnActionCompleted + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: TinyLife.Actions.CompletionType + name: CompletionType + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: ActionUpdate(Action, GameTime, TimeSpan, float, bool) + nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, float, bool) + fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool) + nameWithType.vb: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) + fullName.vb: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean) + name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) + name: ActionUpdate + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) + name: ActionUpdate + - name: ( + - uid: TinyLife.Actions.Action + name: Action + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + parent: TinyLife.Objects.Furniture + name: GetFreeActionSpotInfo(Person, ObjectCategory) + nameWithType: Furniture.GetFreeActionSpotInfo(Person, ObjectCategory) + fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpotInfo + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpotInfo + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + - name: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + - name: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) + commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: GetEfficiencyModifier(Person, ActionInfo, bool, SkillType, float) + nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, bool, SkillType, float) + fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float) + nameWithType.vb: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single) + fullName.vb: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, Single) + name.vb: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) + name: GetEfficiencyModifier + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - 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: TinyLife.Skills.SkillType + name: SkillType + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) + name: GetEfficiencyModifier + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - 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: TinyLife.Skills.SkillType + name: SkillType + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) + commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: GetRestoreNeedModifier(Person, ActionInfo, bool, NeedType) + nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, bool, NeedType) + fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType) + nameWithType.vb: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType) + fullName.vb: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, Boolean, TinyLife.NeedType) + name.vb: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) + name: GetRestoreNeedModifier + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - 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: TinyLife.NeedType + name: NeedType + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) + name: GetRestoreNeedModifier + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - 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: TinyLife.NeedType + name: NeedType + - name: ) +- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + commentId: M:TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + parent: TinyLife.Objects.Furniture + isExternal: true + name: IsFreeSpot(Point) + nameWithType: Furniture.IsFreeSpot(Point) + fullName: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + spec.csharp: + - uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + name: IsFreeSpot + - name: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) + name: IsFreeSpot + - name: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean) + commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: ResetToStatic(bool) + nameWithType: Furniture.ResetToStatic(bool) + fullName: TinyLife.Objects.Furniture.ResetToStatic(bool) + nameWithType.vb: Furniture.ResetToStatic(Boolean) + fullName.vb: TinyLife.Objects.Furniture.ResetToStatic(Boolean) + name.vb: ResetToStatic(Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean) + name: ResetToStatic + - name: ( + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean) + name: ResetToStatic + - name: ( + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + commentId: M:TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + parent: TinyLife.Objects.Furniture + isExternal: true + name: OnPositionChanged(Vector2) + nameWithType: Furniture.OnPositionChanged(Vector2) + fullName: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + name: OnPositionChanged + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.OnPositionChanged(Microsoft.Xna.Framework.Vector2) + name: OnPositionChanged + - name: ( + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.GetPrice + commentId: M:TinyLife.Objects.Furniture.GetPrice + parent: TinyLife.Objects.Furniture + name: GetPrice() + nameWithType: Furniture.GetPrice() + fullName: TinyLife.Objects.Furniture.GetPrice() + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetPrice + name: GetPrice + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetPrice + name: GetPrice + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: GetDescription(List, bool) + nameWithType: Furniture.GetDescription(List, bool) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, bool) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of String), Boolean) + name.vb: GetDescription(List(Of String), Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + - name: ( + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: '>' + - 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.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + - name: ( + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + parent: TinyLife.Objects.Furniture + name: GetDecorativeRating(Room) + nameWithType: Furniture.GetDecorativeRating(Room) + fullName: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + name: GetDecorativeRating + - name: ( + - uid: TinyLife.World.Room + name: Room + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) + name: GetDecorativeRating + - name: ( + - uid: TinyLife.World.Room + name: Room + - name: ) +- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) + commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: GetDirty(Person, TimeSpan) + nameWithType: Furniture.GetDirty(Person, TimeSpan) + fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person, System.TimeSpan) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) + name: GetDirty + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) + name: GetDirty + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ) +- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: SetCreator(Person, bool) + nameWithType: Furniture.SetCreator(Person, bool) + fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, bool) + nameWithType.vb: Furniture.SetCreator(Person, Boolean) + fullName.vb: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, Boolean) + name.vb: SetCreator(Person, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + name: SetCreator + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - 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.SetCreator(TinyLife.Objects.Person,System.Boolean) + name: SetCreator + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: OnPlacedInBuildMode(FurniturePlacer, bool) + nameWithType: Furniture.OnPlacedInBuildMode(FurniturePlacer, bool) + fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, bool) + nameWithType.vb: Furniture.OnPlacedInBuildMode(FurniturePlacer, Boolean) + fullName.vb: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, Boolean) + name.vb: OnPlacedInBuildMode(FurniturePlacer, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) + name: OnPlacedInBuildMode + - name: ( + - uid: TinyLife.Tools.FurniturePlacer + name: FurniturePlacer + - 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.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) + name: OnPlacedInBuildMode + - name: ( + - uid: TinyLife.Tools.FurniturePlacer + name: FurniturePlacer + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + parent: TinyLife.Objects.Furniture + name: OnNeighborChanged(Furniture) + nameWithType: Furniture.OnNeighborChanged(Furniture) + fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + name: OnNeighborChanged + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture) + name: OnNeighborChanged + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) +- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) + commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: DrawUi(GameTime, SpriteBatch, Element, float, int[]) + nameWithType: Furniture.DrawUi(GameTime, SpriteBatch, Element, float, int[]) + fullName: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, float, int[]) + nameWithType.vb: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Integer()) + fullName.vb: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, Single, Integer()) + name.vb: DrawUi(GameTime, SpriteBatch, Element, Single, Integer()) + spec.csharp: + - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) + name: DrawUi + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[]) + name: DrawUi + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch + name: SpriteBatch + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Ui.Elements.Element + name: Element + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ) +- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: GetOccupants(ObjectCategory, bool) + nameWithType: Furniture.GetOccupants(ObjectCategory, bool) + fullName: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, bool) + nameWithType.vb: Furniture.GetOccupants(ObjectCategory, Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, Boolean) + name.vb: GetOccupants(ObjectCategory, Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) + name: GetOccupants + - name: ( + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - 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.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean) + name: GetOccupants + - name: ( + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + parent: TinyLife.Objects.Furniture + name: GetFreeActionSpots(Person, ObjectCategory) + nameWithType: Furniture.GetFreeActionSpots(Person, ObjectCategory) + fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpots + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpots + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) +- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + parent: TinyLife.Objects.Furniture + name: GetFreeActionSpot(Person, ObjectCategory) + nameWithType: Furniture.GetFreeActionSpot(Person, ObjectCategory) + fullName: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpot + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: GetFreeActionSpot + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) +- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) + commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetActionSpotInfo(Person, ActionSpot, Direction2) + nameWithType: Furniture.GetActionSpotInfo(Person, ActionSpot, Direction2) + fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) + name: GetActionSpotInfo + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2) + name: GetActionSpotInfo + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetFreeObjectSpot(FurnitureType, Vector2?) + nameWithType: Furniture.GetFreeObjectSpot(FurnitureType, Vector2?) + fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: GetFreeObjectSpot + - name: ( + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: GetFreeObjectSpot + - name: ( + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) + commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) + parent: TinyLife.Objects.Furniture + name: SetParent(Furniture, ObjectSpot) + nameWithType: Furniture.SetParent(Furniture, ObjectSpot) + fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) + name: SetParent + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot) + name: SetParent + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ) +- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren + commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren + parent: TinyLife.Objects.Furniture + name: UnlinkParentsAndChildren() + nameWithType: Furniture.UnlinkParentsAndChildren() + fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren() + spec.csharp: + - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren + name: UnlinkParentsAndChildren + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren + name: UnlinkParentsAndChildren + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.RemoveAndUnlink + commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink + parent: TinyLife.Objects.Furniture + name: RemoveAndUnlink() + nameWithType: Furniture.RemoveAndUnlink() + fullName: TinyLife.Objects.Furniture.RemoveAndUnlink() + spec.csharp: + - uid: TinyLife.Objects.Furniture.RemoveAndUnlink + name: RemoveAndUnlink + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.RemoveAndUnlink + name: RemoveAndUnlink + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.GetChildren``1 + commentId: M:TinyLife.Objects.Furniture.GetChildren``1 + parent: TinyLife.Objects.Furniture + name: GetChildren() + nameWithType: Furniture.GetChildren() + fullName: TinyLife.Objects.Furniture.GetChildren() + nameWithType.vb: Furniture.GetChildren(Of T)() + fullName.vb: TinyLife.Objects.Furniture.GetChildren(Of T)() + name.vb: GetChildren(Of T)() + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetChildren``1 + name: GetChildren + - name: < + - name: T + - name: '>' + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetChildren``1 + name: GetChildren + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?) + nameWithType: Furniture.AddChild(FurnitureType, Direction2, int[], Guid?, Vector2?) + fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?, Microsoft.Xna.Framework.Vector2?) + nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?) + fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?, Microsoft.Xna.Framework.Vector2?) + name.vb: AddChild(Of T)(FurnitureType, Direction2, Integer(), Guid?, Vector2?) + spec.csharp: + - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: AddChild + - name: < + - name: T + - name: '>' + - name: ( + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: '?' + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: AddChild + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: '?' + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Objects.Furniture + isExternal: true + name: AddChild(Furniture, Direction2, Vector2?) + nameWithType: Furniture.AddChild(Furniture, Direction2, Vector2?) + fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, Microsoft.Xna.Framework.Vector2?) + spec.csharp: + - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: AddChild + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: AddChild + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: '?' + - name: ) +- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) + commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?) + nameWithType: Furniture.SetChild(ObjectSpot, FurnitureType, Direction2, int[], Guid?) + fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, int[], System.Guid?) + nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?) + fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, Integer(), System.Guid?) + name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Integer(), Guid?) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) + name: SetChild + - name: < + - name: T + - name: '>' + - name: ( + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: '?' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid}) + name: SetChild + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ',' + - name: " " + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Guid + name: Guid + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + - name: '?' + - name: ) +- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) + commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) + parent: TinyLife.Objects.Furniture + isExternal: true + name: SetChild(ObjectSpot, Furniture, Direction2) + nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2) + fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) + name: SetChild + - name: ( + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2) + name: SetChild + - name: ( + - uid: TinyLife.Objects.ObjectSpot + name: ObjectSpot + - name: ',' + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) +- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + parent: TinyLife.Objects.Furniture + name: RemoveChild(Furniture) + nameWithType: Furniture.RemoveChild(Furniture) + fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + name: RemoveChild + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture) + name: RemoveChild + - name: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) +- uid: TinyLife.Objects.Furniture.NotifyNeighbors + commentId: M:TinyLife.Objects.Furniture.NotifyNeighbors + parent: TinyLife.Objects.Furniture + name: NotifyNeighbors() + nameWithType: Furniture.NotifyNeighbors() + fullName: TinyLife.Objects.Furniture.NotifyNeighbors() + spec.csharp: + - uid: TinyLife.Objects.Furniture.NotifyNeighbors + name: NotifyNeighbors + - name: ( + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.NotifyNeighbors + name: NotifyNeighbors + - name: ( + - name: ) +- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) + commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + name: SetNewId(IEnumerable) + nameWithType: Furniture.SetNewId(IEnumerable) + fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable) + nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture)) + fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture)) + name.vb: SetNewId(IEnumerable(Of Furniture)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) + name: SetNewId + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: < + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) + name: SetNewId + - name: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Furniture + name: Furniture + - name: ) + - name: ) +- uid: TinyLife.Objects.MapObject.PersonRotationOrder + commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder + parent: TinyLife.Objects.MapObject + name: PersonRotationOrder + nameWithType: MapObject.PersonRotationOrder + fullName: TinyLife.Objects.MapObject.PersonRotationOrder +- uid: TinyLife.Objects.MapObject.OnCreated + commentId: E:TinyLife.Objects.MapObject.OnCreated + parent: TinyLife.Objects.MapObject + name: OnCreated + nameWithType: MapObject.OnCreated + fullName: TinyLife.Objects.MapObject.OnCreated +- uid: TinyLife.Objects.MapObject.OnValidated + commentId: E:TinyLife.Objects.MapObject.OnValidated + parent: TinyLife.Objects.MapObject + name: OnValidated + nameWithType: MapObject.OnValidated + fullName: TinyLife.Objects.MapObject.OnValidated +- uid: TinyLife.Objects.MapObject.OnEventsAttachable + commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable + parent: TinyLife.Objects.MapObject + name: OnEventsAttachable + nameWithType: MapObject.OnEventsAttachable + fullName: TinyLife.Objects.MapObject.OnEventsAttachable +- uid: TinyLife.Objects.MapObject.OnDraw + commentId: E:TinyLife.Objects.MapObject.OnDraw + parent: TinyLife.Objects.MapObject + name: OnDraw + nameWithType: MapObject.OnDraw + fullName: TinyLife.Objects.MapObject.OnDraw +- uid: TinyLife.Objects.MapObject.OnUpdate + commentId: E:TinyLife.Objects.MapObject.OnUpdate + parent: TinyLife.Objects.MapObject + name: OnUpdate + nameWithType: MapObject.OnUpdate + fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo +- uid: TinyLife.Objects.MapObject.Position + commentId: P:TinyLife.Objects.MapObject.Position + parent: TinyLife.Objects.MapObject + name: Position + nameWithType: MapObject.Position + fullName: TinyLife.Objects.MapObject.Position +- uid: TinyLife.Objects.MapObject.Id + commentId: P:TinyLife.Objects.MapObject.Id + parent: TinyLife.Objects.MapObject + name: Id + nameWithType: MapObject.Id + fullName: TinyLife.Objects.MapObject.Id +- uid: TinyLife.Objects.MapObject.Map + commentId: P:TinyLife.Objects.MapObject.Map + parent: TinyLife.Objects.MapObject + name: Map + nameWithType: MapObject.Map + fullName: TinyLife.Objects.MapObject.Map +- uid: TinyLife.Objects.MapObject.CurrentLot + commentId: P:TinyLife.Objects.MapObject.CurrentLot + parent: TinyLife.Objects.MapObject + name: CurrentLot + nameWithType: MapObject.CurrentLot + fullName: TinyLife.Objects.MapObject.CurrentLot +- uid: TinyLife.Objects.MapObject.CurrentRoom + commentId: P:TinyLife.Objects.MapObject.CurrentRoom + parent: TinyLife.Objects.MapObject + name: CurrentRoom + nameWithType: MapObject.CurrentRoom + fullName: TinyLife.Objects.MapObject.CurrentRoom +- uid: TinyLife.Objects.MapObject.IsInWorld + commentId: P:TinyLife.Objects.MapObject.IsInWorld + parent: TinyLife.Objects.MapObject + name: IsInWorld + nameWithType: MapObject.IsInWorld + fullName: TinyLife.Objects.MapObject.IsInWorld +- uid: TinyLife.Objects.MapObject.HoldingPerson + commentId: P:TinyLife.Objects.MapObject.HoldingPerson + parent: TinyLife.Objects.MapObject + name: HoldingPerson + nameWithType: MapObject.HoldingPerson + fullName: TinyLife.Objects.MapObject.HoldingPerson +- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + parent: TinyLife.Objects.MapObject + isExternal: true + name: OnCameraRotationChanged(Direction2, Direction2) + nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2) + fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2) + spec.csharp: + - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + name: OnCameraRotationChanged + - name: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) + name: OnCameraRotationChanged + - name: ( + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ) +- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + parent: TinyLife.Objects.MapObject + name: SetMapAndValidate(Map) + nameWithType: MapObject.SetMapAndValidate(Map) + fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + spec.csharp: + - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + name: SetMapAndValidate + - name: ( + - uid: TinyLife.World.Map + name: Map + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) + name: SetMapAndValidate + - name: ( + - uid: TinyLife.World.Map + name: Map + - name: ) +- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + parent: TinyLife.Objects.MapObject + name: HasCategory(Person, ObjectCategory) + nameWithType: MapObject.HasCategory(Person, ObjectCategory) + fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory) + spec.csharp: + - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: HasCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + name: HasCategory + - name: ( + - uid: TinyLife.Objects.Person + name: Person + - name: ',' + - name: " " + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + - name: ) +- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + parent: TinyLife.Objects.MapObject + isExternal: true + name: GetPathCostModifier(Point) + nameWithType: MapObject.GetPathCostModifier(Point) + fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + spec.csharp: + - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + name: GetPathCostModifier + - name: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) + name: GetPathCostModifier + - name: ( + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ) +- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + parent: TinyLife.Objects.MapObject + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: DoDraw(GameTime, object, Color?, bool, List) + nameWithType: MapObject.DoDraw(GameTime, object, Color?, bool, List) + fullName: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List) + nameWithType.vb: MapObject.DoDraw(GameTime, Object, Color?, Boolean, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Color?, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: DoDraw(GameTime, Object, Color?, Boolean, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DoDraw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) + name: DoDraw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) +- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Objects.MapObject + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + name: DoUpdate(GameTime, TimeSpan, float) + nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, float) + fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) + nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single) + fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) + name.vb: DoUpdate(GameTime, TimeSpan, Single) + spec.csharp: + - uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: DoUpdate + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: DoUpdate + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.TimeSpan + name: TimeSpan + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.timespan + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ) +- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean) + commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean) + parent: TinyLife.Objects.MapObject + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: DrawColumns(Map, Vector2, object, Vector2, TextureRegion, Color, float, Point, List, bool, ParentInfo, float, SpriteEffects, bool, bool, bool) + nameWithType: MapObject.DrawColumns(Map, Vector2, object, Vector2, TextureRegion, Color, float, Point, List, bool, ParentInfo, float, SpriteEffects, bool, bool, bool) + fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool, bool, bool) + nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean) + fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean, Boolean, Boolean) + name.vb: DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean) + name: DrawColumns + - name: ( + - uid: TinyLife.World.Map + name: Map + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + isExternal: true + - 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: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean) + name: DrawColumns + - name: ( + - uid: TinyLife.World.Map + name: Map + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Point + name: Point + isExternal: true + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects + name: SpriteEffects + isExternal: true + - 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: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) +- uid: TinyLife.Objects.MapObject.GetModCategory(System.String) + commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String) + parent: TinyLife.Objects.MapObject + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: GetModCategory(string) + nameWithType: MapObject.GetModCategory(string) + fullName: TinyLife.Objects.MapObject.GetModCategory(string) + nameWithType.vb: MapObject.GetModCategory(String) + fullName.vb: TinyLife.Objects.MapObject.GetModCategory(String) + name.vb: GetModCategory(String) + spec.csharp: + - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) + name: GetModCategory + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) + name: GetModCategory + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: SetData(string, object) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) + name.vb: SetData(String, Object) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + isExternal: true + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + isExternal: true + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + href: https://learn.microsoft.com/dotnet/api/system.string + name: SetData(string, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: GetData(string) + nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) + nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetDataKeys() + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + isExternal: true + - name: ( + - name: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + name: Equals(object) + nameWithType: object.Equals(object) + fullName: object.Equals(object) + nameWithType.vb: Object.Equals(Object) + fullName.vb: Object.Equals(Object) + name.vb: Equals(Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + name: Equals(object, object) + nameWithType: object.Equals(object, object) + fullName: object.Equals(object, object) + nameWithType.vb: Object.Equals(Object, Object) + fullName.vb: Object.Equals(Object, Object) + name.vb: Equals(Object, Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + name: GetHashCode() + nameWithType: object.GetHashCode() + fullName: object.GetHashCode() + nameWithType.vb: Object.GetHashCode() + fullName.vb: Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode + - name: ( + - name: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + name: GetType() + nameWithType: object.GetType() + fullName: object.GetType() + nameWithType.vb: Object.GetType() + fullName.vb: Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.gettype + - name: ( + - name: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + name: MemberwiseClone() + nameWithType: object.MemberwiseClone() + fullName: object.MemberwiseClone() + nameWithType.vb: Object.MemberwiseClone() + fullName.vb: Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone + - name: ( + - name: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + name: ReferenceEquals(object, object) + nameWithType: object.ReferenceEquals(object, object) + fullName: object.ReferenceEquals(object, object) + nameWithType.vb: Object.ReferenceEquals(Object, Object) + fullName.vb: Object.ReferenceEquals(Object, Object) + name.vb: ReferenceEquals(Object, Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals + - name: ( + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + name: ToString() + nameWithType: object.ToString() + fullName: object.ToString() + nameWithType.vb: Object.ToString() + fullName.vb: Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object.tostring + - name: ( + - name: ) +- uid: TinyLife.Objects.Bathtub.TinyLife.Utilities.Extensions.JsonCopy``1 + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(Bathtub) + nameWithType: Extensions.JsonCopy(Bathtub) + fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Bathtub) + nameWithType.vb: Extensions.JsonCopy(Of Bathtub)(Bathtub) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Bathtub)(TinyLife.Objects.Bathtub) + name.vb: JsonCopy(Of Bathtub)(Bathtub) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Bathtub) + name: JsonCopy + - name: < + - uid: TinyLife.Objects.Bathtub + name: Bathtub + - name: '>' + - name: ( + - uid: TinyLife.Objects.Bathtub + name: Bathtub + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Bathtub) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - uid: TinyLife.Objects.Bathtub + name: Bathtub + - name: ) + - name: ( + - uid: TinyLife.Objects.Bathtub + name: Bathtub + - name: ) +- uid: System + commentId: N:System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System + nameWithType: System + fullName: System +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + isExternal: true + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json + spec.csharp: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Data + name: Data + isExternal: true + - name: . + - uid: MLEM.Data.Json + name: Json + isExternal: true + spec.vb: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Data + name: Data + isExternal: true + - name: . + - uid: MLEM.Data.Json + name: Json + isExternal: true +- uid: MLEM.Misc + commentId: N:MLEM.Misc + isExternal: true + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc + spec.csharp: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Misc + name: Misc + isExternal: true + spec.vb: + - uid: MLEM + name: MLEM + isExternal: true + - name: . + - uid: MLEM.Misc + name: Misc + isExternal: true +- uid: TinyLife.World + commentId: N:TinyLife.World + name: TinyLife.World + nameWithType: TinyLife.World + fullName: TinyLife.World + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.World + name: World + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.World + name: World +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + name: SetData(string, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: < + - name: T + - name: '>' + - name: ( + - uid: System.String + name: string + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + isExternal: true + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: System.String + name: String + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.string + - name: ',' + - name: " " + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(T) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(T) + nameWithType.vb: Extensions.JsonCopy(Of T)(T) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) + name.vb: JsonCopy(Of T)(T) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: < + - name: T + - name: '>' + - name: ( + - name: T + - name: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - name: T + - name: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities + spec.csharp: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities + spec.vb: + - uid: TinyLife + name: TinyLife + - name: . + - uid: TinyLife.Utilities + name: Utilities +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + name: bool + nameWithType: bool + fullName: bool + nameWithType.vb: Boolean + fullName.vb: Boolean + name.vb: Boolean +- uid: TinyLife.Objects.Bathtub.#ctor* + commentId: Overload:TinyLife.Objects.Bathtub.#ctor + name: Bathtub + nameWithType: Bathtub.Bathtub + fullName: TinyLife.Objects.Bathtub.Bathtub + nameWithType.vb: Bathtub.New + fullName.vb: TinyLife.Objects.Bathtub.New + name.vb: New +- uid: System.Guid + commentId: T:System.Guid + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.guid + name: Guid + nameWithType: Guid + fullName: System.Guid +- uid: TinyLife.Objects.FurnitureType + commentId: T:TinyLife.Objects.FurnitureType + parent: TinyLife.Objects + name: FurnitureType + nameWithType: FurnitureType + fullName: TinyLife.Objects.FurnitureType +- uid: System.Int32[] + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + name: int[] + nameWithType: int[] + fullName: int[] + nameWithType.vb: Integer() + fullName.vb: Integer() + name.vb: Integer() + spec.csharp: + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + spec.vb: + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) +- uid: TinyLife.World.Map + commentId: T:TinyLife.World.Map + parent: TinyLife.World + name: Map + nameWithType: Map + fullName: TinyLife.World.Map +- uid: Microsoft.Xna.Framework.Vector2 + commentId: T:Microsoft.Xna.Framework.Vector2 + parent: Microsoft.Xna.Framework + isExternal: true + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework + spec.csharp: + - uid: Microsoft + name: Microsoft + isExternal: true + - name: . + - uid: Microsoft.Xna + name: Xna + isExternal: true + - name: . + - uid: Microsoft.Xna.Framework + name: Framework + isExternal: true + spec.vb: + - uid: Microsoft + name: Microsoft + isExternal: true + - name: . + - uid: Microsoft.Xna + name: Xna + isExternal: true + - name: . + - uid: Microsoft.Xna.Framework + name: Framework + isExternal: true +- uid: TinyLife.Objects.Furniture.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}) + commentId: M:TinyLife.Objects.Furniture.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}) + parent: TinyLife.Objects.Furniture + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + name: Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List) + nameWithType: Furniture.Draw(GameTime, object, Vector2, Vector2, Color?, Direction2, int[], float, bool, ParentInfo, float, bool, List) + fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, int[], float, bool, TinyLife.Objects.ParentInfo, float, bool, System.Collections.Generic.List) + nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item)) + fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, MLEM.Misc.Direction2, Integer(), Single, Boolean, TinyLife.Objects.ParentInfo, Single, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) + name.vb: Draw(GameTime, Object, Vector2, Vector2, Color?, Direction2, Integer(), Single, Boolean, ParentInfo, Single, Boolean, List(Of Item)) + spec.csharp: + - uid: TinyLife.Objects.Furniture.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}) + name: Draw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: int + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: '[' + - name: ']' + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + - name: ',' + - name: " " + - uid: System.Single + name: float + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.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}) + name: Draw + - name: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + isExternal: true + - name: ',' + - name: " " + - uid: System.Object + name: Object + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.object + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + isExternal: true + - name: ',' + - name: " " + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + - name: ',' + - name: " " + - uid: MLEM.Misc.Direction2 + name: Direction2 + isExternal: true + - name: ',' + - name: " " + - uid: System.Int32 + name: Integer + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.int32 + - name: ( + - name: ) + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: TinyLife.Objects.ParentInfo + name: ParentInfo + - name: ',' + - name: " " + - uid: System.Single + name: Single + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ',' + - name: " " + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) + - name: ) +- uid: TinyLife.Objects.Bathtub.Draw* + commentId: Overload:TinyLife.Objects.Bathtub.Draw + name: Draw + nameWithType: Bathtub.Draw + fullName: TinyLife.Objects.Bathtub.Draw +- uid: Microsoft.Xna.Framework.GameTime + commentId: T:Microsoft.Xna.Framework.GameTime + parent: Microsoft.Xna.Framework + isExternal: true + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime +- uid: System.Nullable{Microsoft.Xna.Framework.Color} + commentId: T:System.Nullable{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Nullable`1 + name: Color? + nameWithType: Color? + fullName: Microsoft.Xna.Framework.Color? + spec.csharp: + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' + spec.vb: + - uid: Microsoft.Xna.Framework.Color + name: Color + isExternal: true + - name: '?' +- uid: MLEM.Misc.Direction2 + commentId: T:MLEM.Misc.Direction2 + parent: MLEM.Misc + isExternal: true + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.single + name: float + nameWithType: float + fullName: float + nameWithType.vb: Single + fullName.vb: Single + name.vb: Single +- uid: TinyLife.Objects.ParentInfo + commentId: T:TinyLife.Objects.ParentInfo + parent: TinyLife.Objects + name: ParentInfo + nameWithType: ParentInfo + fullName: TinyLife.Objects.ParentInfo +- uid: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item} + commentId: T:System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of StaticSpriteBatch.Item) + fullName.vb: System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item) + name.vb: List(Of StaticSpriteBatch.Item) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - uid: MLEM.Graphics.StaticSpriteBatch + name: StaticSpriteBatch + isExternal: true + - name: . + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - uid: MLEM.Graphics.StaticSpriteBatch + name: StaticSpriteBatch + isExternal: true + - name: . + - uid: MLEM.Graphics.StaticSpriteBatch.Item + name: Item + isExternal: true + - name: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of T) + fullName.vb: System.Nullable(Of T) + name.vb: Nullable(Of T) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.nullable-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: < + - name: T + - name: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 + - name: ( + - name: Of + - name: " " + - name: T + - name: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic + spec.csharp: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic + spec.vb: + - uid: System + name: System + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system + - name: . + - uid: System.Collections + name: Collections + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections + - name: . + - uid: System.Collections.Generic + name: Generic + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.collections.generic diff --git a/docs/api/TinyLife.Objects.DeathReason.yml b/docs/api/TinyLife.Objects.DeathReason.yml index c3b7469..b7bb0ab 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: 3151 + startLine: 3152 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: 3157 + startLine: 3158 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: 3162 + startLine: 3163 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: 3167 + startLine: 3168 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: 3171 + startLine: 3172 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Food.yml b/docs/api/TinyLife.Objects.Food.yml index d942ffb..a63bc95 100644 --- a/docs/api/TinyLife.Objects.Food.yml +++ b/docs/api/TinyLife.Objects.Food.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Food path: ../TinyLife/Objects/Food.cs - startLine: 16 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -170,7 +170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodLeft path: ../TinyLife/Objects/Food.cs - startLine: 22 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -209,7 +209,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasCandle path: ../TinyLife/Objects/Food.cs - startLine: 28 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -252,7 +252,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Food.cs - startLine: 31 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -299,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Food.cs - startLine: 34 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Food.cs - startLine: 53 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -413,7 +413,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Food.cs - startLine: 68 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.FoodTypedItem.yml b/docs/api/TinyLife.Objects.FoodTypedItem.yml index c93925a..05e0637 100644 --- a/docs/api/TinyLife.Objects.FoodTypedItem.yml +++ b/docs/api/TinyLife.Objects.FoodTypedItem.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodTypedItem path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 14 + startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -169,7 +169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodType path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -208,7 +208,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpirationTime path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 26 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -247,7 +247,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ServingSize path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -286,7 +286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Expired path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -317,7 +317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -364,7 +364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 44 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -396,7 +396,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -435,7 +435,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 60 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Furniture.yml b/docs/api/TinyLife.Objects.Furniture.yml index 17e6c5c..a305d26 100644 --- a/docs/api/TinyLife.Objects.Furniture.yml +++ b/docs/api/TinyLife.Objects.Furniture.yml @@ -104,6 +104,7 @@ items: - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Objects.MapObject derivedClasses: + - TinyLife.Objects.Bathtub - TinyLife.Objects.BreakableFurniture - TinyLife.Objects.Chimney - TinyLife.Objects.CornerFurniture diff --git a/docs/api/TinyLife.Objects.FurnitureType.yml b/docs/api/TinyLife.Objects.FurnitureType.yml index 8d94a68..71d2fee 100644 --- a/docs/api/TinyLife.Objects.FurnitureType.yml +++ b/docs/api/TinyLife.Objects.FurnitureType.yml @@ -5,6 +5,7 @@ items: id: FurnitureType parent: TinyLife.Objects children: + - TinyLife.Objects.FurnitureType.BabyBathtub - TinyLife.Objects.FurnitureType.BabyBook - TinyLife.Objects.FurnitureType.BaristaCoffeeMachine - TinyLife.Objects.FurnitureType.BigBush @@ -2272,7 +2273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleDesk path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 12 + startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2299,7 +2300,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LongDinnerTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 16 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2326,7 +2327,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SquareDinnerTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 19 + startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2353,7 +2354,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GlassDinnerTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 22 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2380,7 +2381,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinyDinnerTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2407,7 +2408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GlassSingleTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 28 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2434,7 +2435,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleChair path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2461,7 +2462,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernChair path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2488,7 +2489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodenStool path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2515,7 +2516,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StorageBoxSeat path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2542,7 +2543,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleToilet path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2569,7 +2570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernBed path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2596,7 +2597,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernSingleBed path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 63 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2623,7 +2624,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernFridge path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2650,7 +2651,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleShower path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2677,7 +2678,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleOpenShower path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 83 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2704,7 +2705,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleCounter path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 92 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2731,7 +2732,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleBar path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 98 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2758,7 +2759,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernStove path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2785,7 +2786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernComputer path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2812,7 +2813,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OldComputer path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 119 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2839,7 +2840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernSink path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 129 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2866,7 +2867,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mailbox path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 136 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2893,7 +2894,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleDrawer path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 141 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2920,7 +2921,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleEasel path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 147 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2947,7 +2948,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleBench path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 158 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2974,7 +2975,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallMirror path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 164 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3001,7 +3002,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleBookshelf path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 169 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3028,7 +3029,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleDoubleSidedBookshelf path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 178 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3055,7 +3056,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernTv path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 187 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3082,7 +3083,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MixologyKit path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 194 + startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3109,7 +3110,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleSofa path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3136,7 +3137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleLowTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 205 + startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3163,7 +3164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleWallSink path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 210 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3190,7 +3191,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallBarbecue path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 217 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3217,7 +3218,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimplePicnicTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 223 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3244,7 +3245,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallPicnicTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 228 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3271,7 +3272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParkTrashCan path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 233 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3298,7 +3299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodenToyBox path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 237 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3325,7 +3326,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildStove path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 240 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3352,7 +3353,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sandbox path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 250 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3379,7 +3380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 258 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3406,7 +3407,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BaristaCoffeeMachine path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 262 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3433,7 +3434,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingCoatRack path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 268 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3460,7 +3461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CafeDisplayCase path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 272 + startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3487,7 +3488,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlainCoffeeTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 276 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3514,7 +3515,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernTvStand path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 281 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3541,7 +3542,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallOpenShelf path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 287 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3568,7 +3569,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BookCart path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 296 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3595,7 +3596,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SquareIndoorTrashCan path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 300 + startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3622,7 +3623,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WheelieBin path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 304 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3649,7 +3650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleNightstand path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 308 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3676,7 +3677,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallJungleGym path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 312 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3703,7 +3704,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColoringBook path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 321 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3730,7 +3731,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TeaKit path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 325 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3757,7 +3758,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimplePotty path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 331 + startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3784,7 +3785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleChangingStation path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 337 + startLine: 336 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3811,7 +3812,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernCrib path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 343 + startLine: 342 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3820,6 +3821,33 @@ items: return: type: TinyLife.Objects.FurnitureType content.vb: Public Shared ReadOnly ModernCrib As FurnitureType +- uid: TinyLife.Objects.FurnitureType.BabyBathtub + commentId: F:TinyLife.Objects.FurnitureType.BabyBathtub + id: BabyBathtub + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: BabyBathtub + nameWithType: FurnitureType.BabyBathtub + fullName: TinyLife.Objects.FurnitureType.BabyBathtub + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BabyBathtub + path: ../TinyLife/Objects/FurnitureType.Misc.cs + startLine: 347 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType BabyBathtub + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly BabyBathtub As FurnitureType - uid: TinyLife.Objects.FurnitureType.EmptyPlate commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate id: EmptyPlate diff --git a/docs/api/TinyLife.Objects.Gravestone.yml b/docs/api/TinyLife.Objects.Gravestone.yml index a6a3257..589a5ce 100644 --- a/docs/api/TinyLife.Objects.Gravestone.yml +++ b/docs/api/TinyLife.Objects.Gravestone.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gravestone path: ../TinyLife/Objects/Gravestone.cs - startLine: 10 + startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -163,7 +163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeadPerson path: ../TinyLife/Objects/Gravestone.cs - startLine: 16 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -194,7 +194,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reason path: ../TinyLife/Objects/Gravestone.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -233,7 +233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Gravestone.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -280,7 +280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Gravestone.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -319,7 +319,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCostModifier path: ../TinyLife/Objects/Gravestone.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml index 1794f29..221494c 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: 3206 + startLine: 3207 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: 3209 + startLine: 3210 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: 3210 + startLine: 3211 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: 3211 + startLine: 3212 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: 3212 + startLine: 3213 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: 3213 + startLine: 3214 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: 3214 + startLine: 3215 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Newspaper.yml b/docs/api/TinyLife.Objects.Newspaper.yml index 37776f1..c708564 100644 --- a/docs/api/TinyLife.Objects.Newspaper.yml +++ b/docs/api/TinyLife.Objects.Newspaper.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Newspaper path: ../TinyLife/Objects/Newspaper.cs - startLine: 13 + startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -162,7 +162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Day path: ../TinyLife/Objects/Newspaper.cs - startLine: 19 + startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsExpired path: ../TinyLife/Objects/Newspaper.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Newspaper.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ObjectCategory.yml b/docs/api/TinyLife.Objects.ObjectCategory.yml index abffc62..66b5686 100644 --- a/docs/api/TinyLife.Objects.ObjectCategory.yml +++ b/docs/api/TinyLife.Objects.ObjectCategory.yml @@ -7,6 +7,7 @@ items: children: - TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) - TinyLife.Objects.ObjectCategory.AllowedOnWater + - TinyLife.Objects.ObjectCategory.BabyBathtub - TinyLife.Objects.ObjectCategory.BabySittable - TinyLife.Objects.ObjectCategory.Barbecue - TinyLife.Objects.ObjectCategory.BartendingObject @@ -2230,6 +2231,35 @@ items: return: type: TinyLife.Objects.ObjectCategory content.vb: Public Shared ReadOnly Crib As ObjectCategory +- uid: TinyLife.Objects.ObjectCategory.BabyBathtub + commentId: F:TinyLife.Objects.ObjectCategory.BabyBathtub + id: BabyBathtub + parent: TinyLife.Objects.ObjectCategory + langs: + - csharp + - vb + name: BabyBathtub + nameWithType: ObjectCategory.BabyBathtub + fullName: TinyLife.Objects.ObjectCategory.BabyBathtub + type: Field + source: + remote: + path: TinyLife/Objects/MapObject.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BabyBathtub + path: ../TinyLife/Objects/MapObject.cs + startLine: 682 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + summary: An object category that represents objects where a baby can be bathed. + example: [] + syntax: + content: public static readonly ObjectCategory BabyBathtub + return: + type: TinyLife.Objects.ObjectCategory + content.vb: Public Shared ReadOnly BabyBathtub As ObjectCategory - uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) id: '#ctor(System.String,System.Numerics.BigInteger)' @@ -2248,7 +2278,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/MapObject.cs - startLine: 684 + startLine: 686 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2283,7 +2313,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_Implicit path: ../TinyLife/Objects/MapObject.cs - startLine: 687 + startLine: 689 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2318,7 +2348,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_Implicit path: ../TinyLife/Objects/MapObject.cs - startLine: 692 + startLine: 694 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2353,7 +2383,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_BitwiseOr path: ../TinyLife/Objects/MapObject.cs - startLine: 697 + startLine: 699 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2390,7 +2420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_BitwiseAnd path: ../TinyLife/Objects/MapObject.cs - startLine: 702 + startLine: 704 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2427,7 +2457,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_ExclusiveOr path: ../TinyLife/Objects/MapObject.cs - startLine: 707 + startLine: 709 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2464,7 +2494,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: op_OnesComplement path: ../TinyLife/Objects/MapObject.cs - startLine: 712 + startLine: 714 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Painting.yml b/docs/api/TinyLife.Objects.Painting.yml index 23e0158..8672750 100644 --- a/docs/api/TinyLife.Objects.Painting.yml +++ b/docs/api/TinyLife.Objects.Painting.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Painting path: ../TinyLife/Objects/Painting.cs - startLine: 17 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -164,7 +164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PaintingType path: ../TinyLife/Objects/Painting.cs - startLine: 23 + startLine: 22 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: 29 + startLine: 28 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: 35 + startLine: 34 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: 39 + startLine: 38 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: 45 + startLine: 44 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: 60 + startLine: 59 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: 65 + startLine: 64 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: 70 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ParentInfo.yml b/docs/api/TinyLife.Objects.ParentInfo.yml index 8e0c17a..01d6eeb 100644 --- a/docs/api/TinyLife.Objects.ParentInfo.yml +++ b/docs/api/TinyLife.Objects.ParentInfo.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentInfo path: ../TinyLife/Objects/MapObject.cs - startLine: 747 + startLine: 749 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -62,7 +62,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsAttached path: ../TinyLife/Objects/MapObject.cs - startLine: 752 + startLine: 754 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LayerDepth path: ../TinyLife/Objects/MapObject.cs - startLine: 757 + startLine: 759 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -124,7 +124,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldDraw path: ../TinyLife/Objects/MapObject.cs - startLine: 761 + startLine: 763 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -155,7 +155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/MapObject.cs - startLine: 773 + startLine: 775 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -190,7 +190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/MapObject.cs - startLine: 782 + startLine: 784 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -228,7 +228,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/MapObject.cs - startLine: 791 + startLine: 793 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -263,7 +263,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/MapObject.cs - startLine: 799 + startLine: 801 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml index f1db909..cdb27c5 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: 3056 + startLine: 3057 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 a1c71a4..1fcbb5d 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: 3041 + startLine: 3042 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 7a85095..6b0e44a 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: 3066 + startLine: 3067 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 e69a358..a636e21 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: 3051 + startLine: 3052 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 03295e7..b2421a5 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: 3071 + startLine: 3072 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 0420b21..5d0ba77 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: 3061 + startLine: 3062 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 9b5a2a0..927b004 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: 3046 + startLine: 3047 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index 12259c9..5db430a 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -907,7 +907,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nA set of instances that this person currently has or tracks.\nTo edit and query this collection easily, />, and can be used.\n" + summary: "\nA set of instances that this person currently has or tracks.\nTo edit and query this collection easily, />, and can be used.\n" example: [] syntax: content: >- @@ -4167,14 +4167,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1449 + startLine: 1450 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every call.\n" + summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every call if stayOccupied is false.\nTo exit an action spot that was marked as stayOccupied, this method can be called with furniture and/or spot set to null.\n" example: [] syntax: - content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual, Direction2? rotation = null, bool stayOccupied = false) + content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual = false, Direction2? rotation = null, bool stayOccupied = false) parameters: - id: furniture type: TinyLife.Objects.Furniture @@ -4184,14 +4184,14 @@ items: description: The action spot to occupy on the furniture. - id: visual type: System.Boolean - description: Whether or not the visual position should be updated to enter the spot, causing to return the given furniture and spot. + description: Whether or not the visual position should be updated to enter the spot, causing to contain the given furniture and spot. Note that, when furniture or spot is null, this value has no effect. - id: rotation type: System.Nullable{MLEM.Misc.Direction2} description: The rotation that this person should get, or null to use the spot's default rotation. - id: stayOccupied type: System.Boolean description: Whether this person should continue to occupy this action spot after the current update frame is over. - content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean, rotation As Direction2? = Nothing, stayOccupied As Boolean = False) + content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean = False, rotation As Direction2? = Nothing, stayOccupied As Boolean = False) overload: TinyLife.Objects.Person.OccupyActionSpot* nameWithType.vb: Person.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean) fullName.vb: TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean) @@ -4214,7 +4214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupyFreeActionSpot path: ../TinyLife/Objects/Person.cs - startLine: 1483 + startLine: 1481 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: 1501 + startLine: 1499 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: 1512 + startLine: 1510 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: 1524 + startLine: 1522 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: 1533 + startLine: 1531 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: 1545 + startLine: 1543 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: 1581 + startLine: 1579 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: 1592 + startLine: 1590 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: 1611 + startLine: 1609 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: 1621 + startLine: 1619 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: 1631 + startLine: 1629 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: 1641 + startLine: 1639 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: 1653 + startLine: 1651 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: 1673 + startLine: 1671 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: 1684 + startLine: 1682 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: 1698 + startLine: 1696 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: 1726 + startLine: 1724 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: 1745 + startLine: 1743 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: 1758 + startLine: 1756 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: 1776 + startLine: 1774 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: 1789 + startLine: 1787 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: 1802 + startLine: 1800 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: 1816 + startLine: 1814 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: 1825 + startLine: 1823 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: 1835 + startLine: 1833 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: 1934 + startLine: 1932 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: 1957 + startLine: 1955 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: 1978 + startLine: 1976 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: 1997 + startLine: 1995 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: 2013 + startLine: 2011 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: 2022 + startLine: 2020 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: 2059 + startLine: 2057 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: 2113 + startLine: 2111 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: 2118 + startLine: 2116 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: 2128 + startLine: 2126 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: 2138 + startLine: 2136 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: 2147 + startLine: 2145 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: 2159 + startLine: 2157 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: 2181 + startLine: 2179 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: 2193 + startLine: 2191 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: 2209 + startLine: 2207 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: 2224 + startLine: 2222 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: 2278 + startLine: 2276 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: 2288 + startLine: 2286 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: 2298 + startLine: 2296 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: 2318 + startLine: 2316 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: 2342 + startLine: 2340 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: 2354 + startLine: 2353 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6068,6 +6068,7 @@ items: description: The action info to attach to this memory, or null to use . - id: replace type: System.Boolean + description: Whether existing instances of the given type should be replaced by this memory. - id: timeOccured type: System.Nullable{System.TimeSpan} description: The time that this memory occured on, or null to use . @@ -6099,7 +6100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Objects/Person.cs - startLine: 2367 + startLine: 2366 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6153,6 +6154,7 @@ items: description: The memory type to match. - id: condition type: System.Func{{T},System.Boolean} + description: An additional condition to determine whether memories should be included in the search. typeParameters: - id: T return: @@ -6181,7 +6183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2386 + startLine: 2387 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6195,6 +6197,7 @@ items: description: The memory type to query. - id: condition type: System.Func{{T},System.Boolean} + description: An additional condition to determine whether memories should be included in the search. typeParameters: - id: T return: @@ -6223,7 +6226,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2405 + startLine: 2406 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6263,7 +6266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoToExitRoad path: ../TinyLife/Objects/Person.cs - startLine: 2418 + startLine: 2419 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6291,7 +6294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAction path: ../TinyLife/Objects/Person.cs - startLine: 2430 + startLine: 2431 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6335,7 +6338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetPregnancyStatus path: ../TinyLife/Objects/Person.cs - startLine: 2450 + startLine: 2451 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6376,7 +6379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomSpeakSound path: ../TinyLife/Objects/Person.cs - startLine: 2891 + startLine: 2892 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6423,7 +6426,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Objects/Person.cs - startLine: 2919 + startLine: 2920 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -9747,6 +9750,70 @@ references: - uid: TinyLife.Goals.MemoryType name: MemoryType - name: ) +- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) + commentId: M:TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + name: GetTimeSinceMemory(MemoryType, Func) + nameWithType: Person.GetTimeSinceMemory(MemoryType, Func) + fullName: TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType, System.Func) + nameWithType.vb: Person.GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) + fullName.vb: TinyLife.Objects.Person.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, System.Func(Of T, Boolean)) + name.vb: GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) + spec.csharp: + - uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) + name: GetTimeSinceMemory + - name: < + - name: T + - name: '>' + - name: ( + - uid: TinyLife.Goals.MemoryType + name: MemoryType + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: < + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: bool + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: '>' + - name: ) + spec.vb: + - uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) + name: GetTimeSinceMemory + - name: ( + - name: Of + - name: " " + - name: T + - name: ) + - name: ( + - uid: TinyLife.Goals.MemoryType + name: MemoryType + - name: ',' + - name: " " + - uid: System.Func`2 + name: Func + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.func-2 + - name: ( + - name: Of + - name: " " + - name: T + - name: ',' + - name: " " + - uid: System.Boolean + name: Boolean + isExternal: true + href: https://learn.microsoft.com/dotnet/api/system.boolean + - name: ) + - name: ) - uid: System.Collections.Generic.List{TinyLife.Goals.Memory} commentId: T:System.Collections.Generic.List{TinyLife.Goals.Memory} parent: System.Collections.Generic diff --git a/docs/api/TinyLife.Objects.PersonAi.yml b/docs/api/TinyLife.Objects.PersonAi.yml index f8ea3a5..34f42a7 100644 --- a/docs/api/TinyLife.Objects.PersonAi.yml +++ b/docs/api/TinyLife.Objects.PersonAi.yml @@ -5,7 +5,7 @@ items: id: PersonAi parent: TinyLife.Objects children: - - TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + - TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean) langs: - csharp - vb @@ -41,16 +41,16 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Objects.PersonAi.TinyLife.Utilities.Extensions.JsonCopy``1 -- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType) +- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean) + commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean) + id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean) parent: TinyLife.Objects.PersonAi langs: - csharp - vb - name: StartAutomatically(Person, ActionType) - nameWithType: PersonAi.StartAutomatically(Person, ActionType) - fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType) + name: StartAutomatically(Person, ActionType, bool) + nameWithType: PersonAi.StartAutomatically(Person, ActionType, bool) + fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool) type: Method source: remote: @@ -59,14 +59,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartAutomatically path: ../TinyLife/Objects/PersonAi.cs - startLine: 118 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nCauses a person to start the given action automatically with the same behavior that it would have if started by the \n" example: [] syntax: - content: public static bool StartAutomatically(Person person, ActionType type) + content: public static bool StartAutomatically(Person person, ActionType type, bool priority = false) parameters: - id: person type: TinyLife.Objects.Person @@ -74,11 +74,17 @@ items: - id: type type: TinyLife.Actions.ActionType description: The action to start + - id: priority + type: System.Boolean + description: Whether to add this action to the start of the action queue rather than the end return: type: System.Boolean description: Whether the action was successfully started - content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType) As Boolean + content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType, priority As Boolean = False) As Boolean overload: TinyLife.Objects.PersonAi.StartAutomatically* + nameWithType.vb: PersonAi.StartAutomatically(Person, ActionType, Boolean) + fullName.vb: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean) + name.vb: StartAutomatically(Person, ActionType, Boolean) references: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person diff --git a/docs/api/TinyLife.Objects.Pose.yml b/docs/api/TinyLife.Objects.Pose.yml index 504812b..f561d43 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: 3097 + startLine: 3098 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: 3102 + startLine: 3103 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: 3106 + startLine: 3107 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: 3110 + startLine: 3111 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: 3115 + startLine: 3116 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: 3120 + startLine: 3121 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: 3124 + startLine: 3125 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: 3128 + startLine: 3129 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: 3132 + startLine: 3133 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: 3136 + startLine: 3137 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: 3140 + startLine: 3141 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: 3144 + startLine: 3145 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.PregnancyAbility.yml b/docs/api/TinyLife.Objects.PregnancyAbility.yml index 212a27b..bdfffb4 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: 3268 + startLine: 3269 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: 3273 + startLine: 3274 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: 3277 + startLine: 3278 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: 3281 + startLine: 3282 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index 06cef51..fb016b6 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: 3224 + startLine: 3225 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: 3228 + startLine: 3229 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: 3229 + startLine: 3230 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: 3230 + startLine: 3231 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: 3231 + startLine: 3232 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: 3232 + startLine: 3233 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: 3233 + startLine: 3234 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: 3234 + startLine: 3235 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: 3235 + startLine: 3236 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: 3236 + startLine: 3237 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: 3237 + startLine: 3238 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: 3238 + startLine: 3239 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: 3239 + startLine: 3240 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: 3240 + startLine: 3241 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: 3241 + startLine: 3242 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: 3242 + startLine: 3243 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: 3243 + startLine: 3244 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Visibility.yml b/docs/api/TinyLife.Objects.Visibility.yml index 2555cb4..9969833 100644 --- a/docs/api/TinyLife.Objects.Visibility.yml +++ b/docs/api/TinyLife.Objects.Visibility.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Visibility path: ../TinyLife/Objects/MapObject.cs - startLine: 721 + startLine: 723 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WhenVisible path: ../TinyLife/Objects/MapObject.cs - startLine: 726 + startLine: 728 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WhenVisibleExt path: ../TinyLife/Objects/MapObject.cs - startLine: 730 + startLine: 732 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideZoomedOut path: ../TinyLife/Objects/MapObject.cs - startLine: 734 + startLine: 736 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Static path: ../TinyLife/Objects/MapObject.cs - startLine: 739 + startLine: 741 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index 07314f4..4c12a2b 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: 3252 + startLine: 3253 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: 3255 + startLine: 3256 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: 3256 + startLine: 3257 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: 3257 + startLine: 3258 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: 3259 + startLine: 3260 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.yml b/docs/api/TinyLife.Objects.yml index 7164649..7d4b6f4 100644 --- a/docs/api/TinyLife.Objects.yml +++ b/docs/api/TinyLife.Objects.yml @@ -7,6 +7,7 @@ items: - TinyLife.Objects.AbstractSpot - TinyLife.Objects.ActionSpot - TinyLife.Objects.AgeGroup + - TinyLife.Objects.Bathtub - TinyLife.Objects.BreakableFurniture - TinyLife.Objects.BreakableFurniture.BrokenBehavior - TinyLife.Objects.Chimney @@ -82,6 +83,11 @@ references: name: ActionSpot nameWithType: ActionSpot fullName: TinyLife.Objects.ActionSpot +- uid: TinyLife.Objects.Bathtub + commentId: T:TinyLife.Objects.Bathtub + name: Bathtub + nameWithType: Bathtub + fullName: TinyLife.Objects.Bathtub - uid: TinyLife.Objects.BreakableFurniture commentId: T:TinyLife.Objects.BreakableFurniture parent: TinyLife.Objects diff --git a/docs/api/TinyLife.Relationship.yml b/docs/api/TinyLife.Relationship.yml index 8396a6a..3cefd10 100644 --- a/docs/api/TinyLife.Relationship.yml +++ b/docs/api/TinyLife.Relationship.yml @@ -53,7 +53,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationship path: ../TinyLife/Relationship.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRelationshipPanel path: ../TinyLife/Relationship.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife @@ -138,7 +138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRelationshipTooltip path: ../TinyLife/Relationship.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife @@ -167,7 +167,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Max path: ../TinyLife/Relationship.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveFriendReduction path: ../TinyLife/Relationship.cs - startLine: 46 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife @@ -225,7 +225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveRomanceReduction path: ../TinyLife/Relationship.cs - startLine: 50 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife @@ -254,7 +254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRecentSocialsAmount path: ../TinyLife/Relationship.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife @@ -283,7 +283,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KnownPersonalityTypes path: ../TinyLife/Relationship.cs - startLine: 62 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife @@ -322,7 +322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OtherPerson path: ../TinyLife/Relationship.cs - startLine: 68 + startLine: 67 assemblies: - Tiny Life namespace: TinyLife @@ -363,7 +363,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Partner path: ../TinyLife/Relationship.cs - startLine: 74 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife @@ -394,7 +394,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendLevel path: ../TinyLife/Relationship.cs - startLine: 80 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife @@ -425,7 +425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceLevel path: ../TinyLife/Relationship.cs - startLine: 90 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife @@ -456,7 +456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendPercentage path: ../TinyLife/Relationship.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -487,7 +487,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomancePercentage path: ../TinyLife/Relationship.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife @@ -518,7 +518,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Relationship.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife @@ -549,7 +549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceType path: ../TinyLife/Relationship.cs - startLine: 131 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife @@ -580,7 +580,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendDisplayString path: ../TinyLife/Relationship.cs - startLine: 149 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife @@ -611,7 +611,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceDisplayString path: ../TinyLife/Relationship.cs - startLine: 153 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife @@ -642,7 +642,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Genealogy path: ../TinyLife/Relationship.cs - startLine: 159 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -683,7 +683,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dating path: ../TinyLife/Relationship.cs - startLine: 165 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife @@ -722,7 +722,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HadFirstKiss path: ../TinyLife/Relationship.cs - startLine: 170 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife @@ -770,7 +770,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KnownJobType path: ../TinyLife/Relationship.cs - startLine: 175 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife @@ -809,7 +809,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryingForBaby path: ../TinyLife/Relationship.cs - startLine: 181 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife @@ -852,7 +852,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSocialEffectiveness path: ../TinyLife/Relationship.cs - startLine: 204 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife @@ -887,7 +887,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRecentSocialAmount path: ../TinyLife/Relationship.cs - startLine: 214 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife @@ -922,7 +922,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRecentSocial path: ../TinyLife/Relationship.cs - startLine: 224 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife @@ -954,7 +954,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Relationship.cs - startLine: 235 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife @@ -986,7 +986,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Relationship.cs - startLine: 255 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife @@ -1024,7 +1024,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetGenealogy path: ../TinyLife/Relationship.cs - startLine: 285 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife @@ -1062,25 +1062,32 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddMemory path: ../TinyLife/Relationship.cs - startLine: 315 + startLine: 322 assemblies: - Tiny Life namespace: TinyLife + summary: "\nAdds a to this relationship's person's and 's list of this person.\n" + example: [] syntax: content: 'public T AddMemory(MemoryType type, bool addToBoth, bool replace = false, TimeSpan? timeOccured = null) where T : Memory' parameters: - id: type type: TinyLife.Goals.MemoryType + description: The type of memory to add. - id: addToBoth type: System.Boolean + description: Whether the memory should be added to the as well. - id: replace type: System.Boolean + description: Whether existing instances of the given type should be replaced by this memory. - id: timeOccured type: System.Nullable{System.TimeSpan} + description: The time that this memory occured on, or null to use . typeParameters: - id: T return: type: '{T}' + description: The added memory. content.vb: Public Function AddMemory(Of T As Memory)(type As MemoryType, addToBoth As Boolean, replace As Boolean = False, timeOccured As TimeSpan? = Nothing) As T overload: TinyLife.Relationship.AddMemory* nameWithType.vb: Relationship.AddMemory(Of T)(MemoryType, Boolean, Boolean, TimeSpan?) @@ -1104,21 +1111,26 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Relationship.cs - startLine: 321 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife + summary: "\nReturns all instances that this relationship's person and currently track that match the given .\n" + example: [] syntax: content: 'public IEnumerable GetMemories(MemoryType type, bool returnBoth) where T : Memory' parameters: - id: type type: TinyLife.Goals.MemoryType + description: The memory type to match. - id: returnBoth type: System.Boolean + description: Whether the 's memories should also be returned. typeParameters: - id: T return: type: System.Collections.Generic.IEnumerable{{T}} + description: The memories of the given type. content.vb: Public Function GetMemories(Of T As Memory)(type As MemoryType, returnBoth As Boolean) As IEnumerable(Of T) overload: TinyLife.Relationship.GetMemories* nameWithType.vb: Relationship.GetMemories(Of T)(MemoryType, Boolean) @@ -1142,23 +1154,29 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveMemory path: ../TinyLife/Relationship.cs - startLine: 328 + startLine: 348 assemblies: - Tiny Life namespace: TinyLife + summary: "\nRemoves all instances of the given type T and from this relationship's person's and 's collections, and returns the amount of memories removed.\n" + example: [] syntax: content: 'public int RemoveMemory(MemoryType type, bool removeFromBoth, Func condition = null) where T : Memory' parameters: - id: type type: TinyLife.Goals.MemoryType + description: The memory type to match. - id: removeFromBoth type: System.Boolean + description: Wether the 's memories should also be removed. - id: condition type: System.Func{{T},System.Boolean} + description: An additional condition to determine whether memories should be included in the search. typeParameters: - id: T return: type: System.Int32 + description: How many memories were removed. content.vb: Public Function RemoveMemory(Of T As Memory)(type As MemoryType, removeFromBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As Integer overload: TinyLife.Relationship.RemoveMemory* nameWithType.vb: Relationship.RemoveMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean)) @@ -1182,23 +1200,29 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Relationship.cs - startLine: 335 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife + summary: "\nReturns the time since a memory of the given has occured in this relationship's main person or .\nIf there are multiple memories of the given type, the minimum time is returned. If there is no memory of the given type, null is returned.\n" + example: [] syntax: content: 'public TimeSpan? GetTimeSinceMemory(MemoryType type, bool includeBoth, Func condition = null) where T : Memory' parameters: - id: type type: TinyLife.Goals.MemoryType + description: The memory type to query. - id: includeBoth type: System.Boolean + description: Whether the 's memories should be included in the search. - id: condition type: System.Func{{T},System.Boolean} + description: An additional condition to determine whether memories should be included in the search. typeParameters: - id: T return: type: System.Nullable{System.TimeSpan} + description: The time since the given memory type. content.vb: Public Function GetTimeSinceMemory(Of T As Memory)(type As MemoryType, includeBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As TimeSpan? overload: TinyLife.Relationship.GetTimeSinceMemory* nameWithType.vb: Relationship.GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean)) @@ -1222,7 +1246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreatePanel path: ../TinyLife/Relationship.cs - startLine: 354 + startLine: 382 assemblies: - Tiny Life namespace: TinyLife @@ -1266,7 +1290,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PopulateTooltip path: ../TinyLife/Relationship.cs - startLine: 399 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife @@ -2749,6 +2773,21 @@ references: name: SetGenealogy nameWithType: Relationship.SetGenealogy fullName: TinyLife.Relationship.SetGenealogy +- uid: TinyLife.Goals.Memory + commentId: T:TinyLife.Goals.Memory + name: Memory + nameWithType: Memory + fullName: TinyLife.Goals.Memory +- uid: TinyLife.Objects.Person.Memories + commentId: F:TinyLife.Objects.Person.Memories + name: Memories + nameWithType: Person.Memories + fullName: TinyLife.Objects.Person.Memories +- uid: TinyLife.World.Map.Time + commentId: P:TinyLife.World.Map.Time + name: Time + nameWithType: Map.Time + fullName: TinyLife.World.Map.Time - uid: TinyLife.Relationship.AddMemory* commentId: Overload:TinyLife.Relationship.AddMemory name: AddMemory diff --git a/docs/api/TinyLife.RelationshipType.yml b/docs/api/TinyLife.RelationshipType.yml index 3f622b7..752ba61 100644 --- a/docs/api/TinyLife.RelationshipType.yml +++ b/docs/api/TinyLife.RelationshipType.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RelationshipType path: ../TinyLife/Relationship.cs - startLine: 441 + startLine: 469 assemblies: - Tiny Life namespace: TinyLife @@ -53,7 +53,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Enemies path: ../TinyLife/Relationship.cs - startLine: 446 + startLine: 474 assemblies: - Tiny Life namespace: TinyLife @@ -81,7 +81,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disliked path: ../TinyLife/Relationship.cs - startLine: 450 + startLine: 478 assemblies: - Tiny Life namespace: TinyLife @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Acquaintances path: ../TinyLife/Relationship.cs - startLine: 454 + startLine: 482 assemblies: - Tiny Life namespace: TinyLife @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Friends path: ../TinyLife/Relationship.cs - startLine: 458 + startLine: 486 assemblies: - Tiny Life namespace: TinyLife @@ -165,7 +165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodFriends path: ../TinyLife/Relationship.cs - startLine: 462 + startLine: 490 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.RomanceType.yml b/docs/api/TinyLife.RomanceType.yml index 69d0992..b09e4b8 100644 --- a/docs/api/TinyLife.RomanceType.yml +++ b/docs/api/TinyLife.RomanceType.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RomanceType path: ../TinyLife/Relationship.cs - startLine: 470 + startLine: 498 assemblies: - Tiny Life namespace: TinyLife @@ -52,7 +52,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NoRomance path: ../TinyLife/Relationship.cs - startLine: 475 + startLine: 503 assemblies: - Tiny Life namespace: TinyLife @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Interested path: ../TinyLife/Relationship.cs - startLine: 479 + startLine: 507 assemblies: - Tiny Life namespace: TinyLife @@ -108,7 +108,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sweethearts path: ../TinyLife/Relationship.cs - startLine: 483 + startLine: 511 assemblies: - Tiny Life namespace: TinyLife @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Soulmates path: ../TinyLife/Relationship.cs - startLine: 487 + startLine: 515 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Tools.TileTool.yml b/docs/api/TinyLife.Tools.TileTool.yml index fd06e97..1f7b8a4 100644 --- a/docs/api/TinyLife.Tools.TileTool.yml +++ b/docs/api/TinyLife.Tools.TileTool.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TileTool path: ../TinyLife/Tools/TileTool.cs - startLine: 22 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -97,7 +97,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/TileTool.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/TileTool.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/TileTool.cs - startLine: 85 + startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InitBuildModeUi path: ../TinyLife/Tools/TileTool.cs - startLine: 96 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/TileTool.cs - startLine: 122 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -264,7 +264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/TileTool.cs - startLine: 129 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/TileTool.cs - startLine: 134 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -335,7 +335,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveTileIncompatibleFurniture path: ../TinyLife/Tools/TileTool.cs - startLine: 189 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Uis.CursorType.yml b/docs/api/TinyLife.Uis.CursorType.yml index 0aae925..238e031 100644 --- a/docs/api/TinyLife.Uis.CursorType.yml +++ b/docs/api/TinyLife.Uis.CursorType.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CursorType path: ../TinyLife/Uis/Cursor.cs - startLine: 75 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: None path: ../TinyLife/Uis/Cursor.cs - startLine: 80 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -84,7 +84,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Default path: ../TinyLife/Uis/Cursor.cs - startLine: 84 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -112,7 +112,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wall path: ../TinyLife/Uis/Cursor.cs - startLine: 88 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -140,7 +140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hammer path: ../TinyLife/Uis/Cursor.cs - startLine: 92 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -168,7 +168,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Range path: ../TinyLife/Uis/Cursor.cs - startLine: 96 + startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disallowed path: ../TinyLife/Uis/Cursor.cs - startLine: 100 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -224,7 +224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotatingCamera path: ../TinyLife/Uis/Cursor.cs - startLine: 104 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -252,7 +252,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EditingActions path: ../TinyLife/Uis/Cursor.cs - startLine: 108 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Utilities.Extensions.yml b/docs/api/TinyLife.Utilities.Extensions.yml index 20386ee..44c7f3c 100644 --- a/docs/api/TinyLife.Utilities.Extensions.yml +++ b/docs/api/TinyLife.Utilities.Extensions.yml @@ -66,7 +66,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Extensions path: ../TinyLife/Utilities/Extensions.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -104,7 +104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToScreenPos path: ../TinyLife/Utilities/Extensions.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -152,7 +152,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToWorldPos path: ../TinyLife/Utilities/Extensions.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -194,7 +194,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToVisualY path: ../TinyLife/Utilities/Extensions.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -230,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToWallSide path: ../TinyLife/Utilities/Extensions.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -266,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsVertical path: ../TinyLife/Utilities/Extensions.cs - startLine: 97 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -302,7 +302,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsHorizontal path: ../TinyLife/Utilities/Extensions.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -338,7 +338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JsonCopy path: ../TinyLife/Utilities/Extensions.cs - startLine: 117 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -380,7 +380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPriceModifier path: ../TinyLife/Utilities/Extensions.cs - startLine: 138 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -416,7 +416,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDecorativeRating path: ../TinyLife/Utilities/Extensions.cs - startLine: 161 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -452,7 +452,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetChanceModifier path: ../TinyLife/Utilities/Extensions.cs - startLine: 185 + startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -488,7 +488,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToLocalizedString path: ../TinyLife/Utilities/Extensions.cs - startLine: 201 + startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -524,7 +524,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToSellingPriceString path: ../TinyLife/Utilities/Extensions.cs - startLine: 211 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -563,7 +563,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BothValid path: ../TinyLife/Utilities/Extensions.cs - startLine: 222 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -605,7 +605,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BothValid path: ../TinyLife/Utilities/Extensions.cs - startLine: 233 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -644,7 +644,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnyActive path: ../TinyLife/Utilities/Extensions.cs - startLine: 244 + startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -686,7 +686,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnyActive path: ../TinyLife/Utilities/Extensions.cs - startLine: 255 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -725,7 +725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnyInactive path: ../TinyLife/Utilities/Extensions.cs - startLine: 266 + startLine: 265 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -767,7 +767,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnyInactive path: ../TinyLife/Utilities/Extensions.cs - startLine: 277 + startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -806,7 +806,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetOpposite path: ../TinyLife/Utilities/Extensions.cs - startLine: 288 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -842,7 +842,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTransitive path: ../TinyLife/Utilities/Extensions.cs - startLine: 311 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -885,7 +885,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsAgeAppropriate path: ../TinyLife/Utilities/Extensions.cs - startLine: 391 + startLine: 390 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -924,7 +924,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToWorking path: ../TinyLife/Utilities/Extensions.cs - startLine: 405 + startLine: 404 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -960,7 +960,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDefaultPose path: ../TinyLife/Utilities/Extensions.cs - startLine: 426 + startLine: 425 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -996,7 +996,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddHoverAnimation path: ../TinyLife/Utilities/Extensions.cs - startLine: 441 + startLine: 440 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1032,7 +1032,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToSimpleLocalizedString path: ../TinyLife/Utilities/Extensions.cs - startLine: 462 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1068,7 +1068,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDefaultTab path: ../TinyLife/Utilities/Extensions.cs - startLine: 475 + startLine: 474 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1104,7 +1104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDefaultDirtyOverlayTextureName path: ../TinyLife/Utilities/Extensions.cs - startLine: 514 + startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1140,7 +1140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsLockedFor path: ../TinyLife/Utilities/Extensions.cs - startLine: 533 + startLine: 532 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1182,7 +1182,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawIsoArea path: ../TinyLife/Utilities/Extensions.cs - startLine: 557 + startLine: 556 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1230,7 +1230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawIsoArea path: ../TinyLife/Utilities/Extensions.cs - startLine: 570 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1281,7 +1281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsPartOfPerson path: ../TinyLife/Utilities/Extensions.cs - startLine: 601 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1317,7 +1317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanTakeOff path: ../TinyLife/Utilities/Extensions.cs - startLine: 610 + startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1353,7 +1353,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDepth path: ../TinyLife/Utilities/Extensions.cs - startLine: 620 + startLine: 619 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1389,7 +1389,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetPauseGame path: ../TinyLife/Utilities/Extensions.cs - startLine: 630 + startLine: 629 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1431,7 +1431,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsActiveRoot path: ../TinyLife/Utilities/Extensions.cs - startLine: 640 + startLine: 639 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1467,7 +1467,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRequiredMatchPercentage path: ../TinyLife/Utilities/Extensions.cs - startLine: 650 + startLine: 649 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1503,7 +1503,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Weekday path: ../TinyLife/Utilities/Extensions.cs - startLine: 665 + startLine: 664 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1539,7 +1539,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Utilities/Extensions.cs - startLine: 675 + startLine: 674 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1575,7 +1575,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Utilities/Extensions.cs - startLine: 704 + startLine: 703 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1611,7 +1611,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPersonality path: ../TinyLife/Utilities/Extensions.cs - startLine: 722 + startLine: 721 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1650,7 +1650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Utilities/Extensions.cs - startLine: 736 + startLine: 735 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1685,7 +1685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Multiplier path: ../TinyLife/Utilities/Extensions.cs - startLine: 749 + startLine: 748 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1725,7 +1725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPregnancyHours path: ../TinyLife/Utilities/Extensions.cs - startLine: 765 + startLine: 764 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1761,7 +1761,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDaysBeforeAging path: ../TinyLife/Utilities/Extensions.cs - startLine: 776 + startLine: 775 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1804,7 +1804,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddGamepadScrolling path: ../TinyLife/Utilities/Extensions.cs - startLine: 793 + startLine: 792 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1837,7 +1837,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddProgressArrows path: ../TinyLife/Utilities/Extensions.cs - startLine: 813 + startLine: 812 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1885,7 +1885,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToTimestampString path: ../TinyLife/Utilities/Extensions.cs - startLine: 847 + startLine: 846 assemblies: - Tiny Life namespace: TinyLife.Utilities diff --git a/docs/api/TinyLife.World.DrawDelegate.yml b/docs/api/TinyLife.World.DrawDelegate.yml index 8c17906..1d11fec 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: 2423 + startLine: 2426 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.yml b/docs/api/TinyLife.World.Map.yml index fdd869b..4bcf2f3 100644 --- a/docs/api/TinyLife.World.Map.yml +++ b/docs/api/TinyLife.World.Map.yml @@ -2103,7 +2103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1104 + startLine: 1107 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: 1114 + startLine: 1117 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: 1135 + startLine: 1138 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: 1156 + startLine: 1159 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: 1178 + startLine: 1181 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: 1187 + startLine: 1190 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: 1197 + startLine: 1200 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: 1217 + startLine: 1220 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: 1234 + startLine: 1237 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: 1253 + startLine: 1256 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: 1264 + startLine: 1267 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: 1279 + startLine: 1282 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: 1299 + startLine: 1302 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: 1315 + startLine: 1318 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: 1330 + startLine: 1333 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: 1353 + startLine: 1356 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: 1362 + startLine: 1365 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: 1374 + startLine: 1377 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: 1435 + startLine: 1438 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: 1454 + startLine: 1457 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: 1508 + startLine: 1511 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: 1520 + startLine: 1523 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: 1603 + startLine: 1606 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: 1616 + startLine: 1619 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: 1632 + startLine: 1635 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: 2187 + startLine: 2190 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: 2242 + startLine: 2245 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: 2260 + startLine: 2263 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.UpdateDelegate.yml b/docs/api/TinyLife.World.UpdateDelegate.yml index 289ebc3..dbe5ca2 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: 2413 + startLine: 2416 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/toc.yml b/docs/api/toc.yml index d59229c..5774055 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -79,8 +79,6 @@ items: name: ChoicePromptInfo - uid: TinyLife.Actions.ChoicePromptInfo.Option name: ChoicePromptInfo.Option - - uid: TinyLife.Actions.CleanUpBabyAction - name: CleanUpBabyAction - uid: TinyLife.Actions.CompletionType name: CompletionType - uid: TinyLife.Actions.DebugAction @@ -260,6 +258,8 @@ items: name: ActionSpot - uid: TinyLife.Objects.AgeGroup name: AgeGroup + - uid: TinyLife.Objects.Bathtub + name: Bathtub - uid: TinyLife.Objects.BreakableFurniture name: BreakableFurniture - uid: TinyLife.Objects.BreakableFurniture.BrokenBehavior