diff --git a/Changelog.md b/Changelog.md index 5ba79a5..e1a615a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,58 @@ +# 0.23.0 +![](media/changelog/0.23.0.png) + +> Job Choices, Aging Up and Furniture Fun + +Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/400497/0230-job-choices-aging-up-and-furniture-fun) or [on Steam](https://store.steampowered.com/news/app/1651490/view/3344500789303904087). + +Additions +- Added choice prompts for jobs and students, which appear randomly and allow the player to influence the situation +- Added the ability for children to age up into adults +- Added a baking skill and several food items that can be baked +- Added the ability to add candles to cake to celebrate someone's birthday +- Added a bigger version of the fitness rug +- Added a cheaper computer +- Added two new chairs +- Added four new flower vases +- Added two new small lamps +- Added a taller wooden fence +- Added a small coffee table and a new TV stand +- Added two new roof textures +- Added the ability to rummage through trash to dig up thrown away items +- Added kissing +- Added a search bar to the hint history menu +- Added more actions for people that have diet personalities +- Added decorative power poles to the default map + +Improvements +- Clarify that puddles on natural ground can't be mopped +- Allow wall sinks to get dirty +- Display some important tooltip information properly when using a gamepad +- Disallow sleeping when stunned +- Go back to the starting location after jogging +- Improve the action variety screen when other people are involved by increasing the size of their portrait +- Allow using WASD to control the camera by default +- Made trash cans fill up with trash +- Order action varieties by name +- Display learned recipes and woodworking recipes when leveling up the cooking and woodworking skills +- Display a security disclaimer when enabling mods +- Play sounds for broken objects + +Fixes +- Fixed people's shoes rendering above the picnic table when sitting +- Fixed lights being clipped early, causing them to disappear visually +- Fixed people sometimes putting objects down on surfaces with the wrong rotation +- Fixed some issues on the default map, including walden household duplications and a missing chair +- Fixed diet personalities not being incompatible with each other +- Fixed issues with the smoke particle displaying behind objects +- Fixed people doing the walking animation while their pathfinding is still calculating +- Fixed people sometimes not leaving a lot when asked to +- Fixed "got food somewhere else" notifications being displayed for every household +- Fixed emotion stings playing if the same person is selected again +- Fixed children being able to tinker with stuff +- Fixed being unable to place rugs under tables that have something on them +- Fixed lamps in storage lighting up the place they used to occupy when reloading a save + # 0.22.2 > Small Improvements, Important Fixes @@ -1059,4 +1114,4 @@ Fixes - Fixed an issue with driving causing crashes occasionally # 0.1.0 -- Initial alpha release \ No newline at end of file +- Initial alpha release diff --git a/docs/api/.manifest b/docs/api/.manifest index cb036ae..e236be2 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -1,6 +1,7 @@ { "TinyLife": "TinyLife.yml", "TinyLife.Actions": "TinyLife.Actions.yml", + "TinyLife.Actions.": "TinyLife.Actions..yml", "TinyLife.Actions.Action": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml", @@ -12,7 +13,7 @@ "TinyLife.Actions.Action.GetIconObject": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", - "TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml", + "TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml", @@ -35,8 +36,10 @@ "TinyLife.Actions.ActionInfo.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionType": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AddALittleSomething": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.AddCandle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AdmireFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AdmireLgbtFlag": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.AgeUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AiSettings": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoAtAnyPoint": "TinyLife.Actions.ActionType.AiSettings.yml", "TinyLife.Actions.ActionType.AiSettings.CanDoRandomly": "TinyLife.Actions.ActionType.AiSettings.yml", @@ -53,7 +56,9 @@ "TinyLife.Actions.ActionType.AskToLeave": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToTaste": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskToTellStory": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BoastAboutPagesWritten": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BreakUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.BrewCoffee": "TinyLife.Actions.ActionType.yml", @@ -71,7 +76,9 @@ "TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CanPlaceHeldItem(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.CelebrateBirthday": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChangeOutfit": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.ChastiseForFoodBeliefs": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Chat": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChatWith": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml", @@ -90,6 +97,8 @@ "TinyLife.Actions.ActionType.CookFood": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CreateApp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DebatePineappleOnPizza": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.DebugDie": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.DebugTeleport": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeliverMail": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.DeliverNewspaper": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Die": "TinyLife.Actions.ActionType.yml", @@ -103,6 +112,7 @@ "TinyLife.Actions.ActionType.Flirt": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.FoolAround": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GaugeRelationship": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.GetBakingIngredients": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetFoodFromDisplayCase": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetFoodSomewhereElse": "TinyLife.Actions.ActionType.yml", @@ -144,12 +154,14 @@ "TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWritingStyle": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.Kiss": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.LiftWeights": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.LightFireplace": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.LockDoor": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.LotEmploymentIdle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfBeingNerd": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfFriends": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml", @@ -192,6 +204,7 @@ "TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Repair": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ResearchProgrammingPatterns": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.Rummage": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.RunAround": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.RunOnTreadmill": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Scrap": "TinyLife.Actions.ActionType.yml", @@ -304,6 +317,7 @@ "TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "TinyLife.Actions.BehaviorMultiAction-1.yml", + "TinyLife.Actions.BehaviorMultiAction`1.CreateLastActions": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.GetIconObject": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.BehaviorMultiAction`1.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml", "TinyLife.Actions.Behaviors": "TinyLife.Actions.Behaviors.yml", @@ -333,6 +347,7 @@ "TinyLife.Actions.Behaviors.MultiActionBehavior": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml", "TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml", "TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml", + "TinyLife.Actions.Behaviors.MultiActionBehavior.CreateLastActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml", "TinyLife.Actions.Behaviors.SinkBehavior": "TinyLife.Actions.Behaviors.SinkBehavior.yml", "TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml", "TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.SinkBehavior.yml", @@ -343,26 +358,6 @@ "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml", - "TinyLife.Actions.CanExecuteResult": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.#ctor(System.String,TinyLife.Actions.CanExecuteResult.ResultType)": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.Equals(System.Object)": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.Equals(TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.GetHashCode": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.Hidden": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.LotStaffOnly": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.Name": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.NotEnoughMoney": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.NotEnoughSkill": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.NotYours": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.ObjectBroken": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.op_Equality(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.op_Inequality(TinyLife.Actions.CanExecuteResult,TinyLife.Actions.CanExecuteResult)": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.ResultType": "TinyLife.Actions.CanExecuteResult.ResultType.yml", - "TinyLife.Actions.CanExecuteResult.ResultType.Hidden": "TinyLife.Actions.CanExecuteResult.ResultType.yml", - "TinyLife.Actions.CanExecuteResult.ResultType.Invalid": "TinyLife.Actions.CanExecuteResult.ResultType.yml", - "TinyLife.Actions.CanExecuteResult.ResultType.Valid": "TinyLife.Actions.CanExecuteResult.ResultType.yml", - "TinyLife.Actions.CanExecuteResult.Type": "TinyLife.Actions.CanExecuteResult.yml", - "TinyLife.Actions.CanExecuteResult.Valid": "TinyLife.Actions.CanExecuteResult.yml", "TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml", @@ -424,6 +419,7 @@ "TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml", + "TinyLife.Actions.MultiAction.CreateLastActions": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml", @@ -472,7 +468,6 @@ "TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PickUpOrSpawnAction.ColorsToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PickUpOrSpawnAction.CreateFirstActions": "TinyLife.Actions.PickUpOrSpawnAction.yml", - "TinyLife.Actions.PickUpOrSpawnAction.GetIconObject": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PickUpOrSpawnAction.ItemCategory": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PickUpOrSpawnAction.ItemToSpawn": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml", @@ -480,6 +475,10 @@ "TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml", "TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml", "TinyLife.Actions.PutAwayAction.Items": "TinyLife.Actions.PutAwayAction.yml", + "TinyLife.Actions.ResultType": "TinyLife.Actions.ResultType.yml", + "TinyLife.Actions.ResultType.Hidden": "TinyLife.Actions.ResultType.yml", + "TinyLife.Actions.ResultType.Invalid": "TinyLife.Actions.ResultType.yml", + "TinyLife.Actions.ResultType.Valid": "TinyLife.Actions.ResultType.yml", "TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml", @@ -494,7 +493,6 @@ "TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml", "TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml", - "TinyLife.Actions.SocialAction.AndThenInitialize": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenIsCompleted": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml", @@ -503,17 +501,21 @@ "TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.CreateFirstActions": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.yml", + "TinyLife.Actions.SocialAction.FacePartner": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.GetMaxWaitTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml", - "TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.IsMain": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml", - "TinyLife.Actions.SocialAction.PartnerCompletion": "TinyLife.Actions.SocialAction.yml", + "TinyLife.Actions.SocialAction.StartPartnerAction": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", + "TinyLife.Actions.SocialAction.StartPartnerAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", + "TinyLife.Actions.SocialAction.StartPartnerAction.Initialize": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", + "TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted": "TinyLife.Actions.SocialAction.StartPartnerAction.yml", + "TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.StoreAction": "TinyLife.Actions.StoreAction.yml", "TinyLife.Actions.StoreAction.AndThenInitialize": "TinyLife.Actions.StoreAction.yml", @@ -580,6 +582,15 @@ "TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", "TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.IsMain": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.Partner": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.PartnerSocialAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.PartnerTypelessAction": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.SocialParent": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", + "TinyLife.Actions.Typeless.SocialTypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.SocialTypelessAction.yml", "TinyLife.Actions.Typeless.SpawnItemInHandAction": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml", "TinyLife.Actions.Typeless.SpawnItemInHandAction.#ctor(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType,System.Int32[])": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml", "TinyLife.Actions.Typeless.SpawnItemInHandAction.ColorsToSpawn": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml", @@ -618,7 +629,6 @@ "TinyLife.Actions.Typeless.TypelessAction.FullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml", - "TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml", @@ -628,18 +638,21 @@ "TinyLife.Actions.Typeless.TypelessAction.IsCompleted": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml", + "TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.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}})": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Parent": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Person": "TinyLife.Actions.Typeless.TypelessAction.yml", + "TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml", + "TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml", - "TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml", + "TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml", "TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml", @@ -672,7 +685,22 @@ "TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml", + "TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml", "TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml", + "TinyLife.ChoicePromptInfo": "TinyLife.ChoicePromptInfo.yml", + "TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])": "TinyLife.ChoicePromptInfo.yml", + "TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)": "TinyLife.ChoicePromptInfo.yml", + "TinyLife.ChoicePromptInfo.Name": "TinyLife.ChoicePromptInfo.yml", + "TinyLife.ChoicePromptInfo.Option": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,System.Single,System.Single,System.Single)": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.FailAction": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.Name": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.SuccessAction": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Option.SuccessWeight": "TinyLife.ChoicePromptInfo.Option.yml", + "TinyLife.ChoicePromptInfo.Options": "TinyLife.ChoicePromptInfo.yml", "TinyLife.Debug": "TinyLife.Debug.yml", "TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml", "TinyLife.Debug.Cheats": "TinyLife.Debug.yml", @@ -687,6 +715,7 @@ "TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.Int32})": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.Emotions.EmotionType,System.Func{TinyLife.Objects.Person,System.ValueTuple{TinyLife.Emotions.IEmotionSource,System.Int32}})": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AdmiredFood": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.AgedUp": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AggravatingConversation": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml", @@ -714,6 +743,7 @@ "TinyLife.Emotions.EmotionModifier.DirtyDishes": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.DirtyHandsAfterToilet": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.DirtyObject": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.DisplayName": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.EmergencyFood": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Emotion": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.EnergizingCoffee": "TinyLife.Emotions.EmotionModifier.yml", @@ -729,6 +759,7 @@ "TinyLife.Emotions.EmotionModifier.FinishedBook": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FinishedMod": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Fired": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.FirstKiss": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FitnessLevelUp": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FoolAroundFail": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml", @@ -740,6 +771,7 @@ "TinyLife.Emotions.EmotionModifier.FunPlaying": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.FunSchoolDay": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.GetCausedEmotion(TinyLife.Objects.Person)": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.GetDisplayName(TinyLife.Emotions.EmotionModifier.Instance)": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.GoodChildFood": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.GoodFood": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.GoodWalkthrough": "TinyLife.Emotions.EmotionModifier.yml", @@ -754,6 +786,7 @@ "TinyLife.Emotions.EmotionModifier.Instance": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance.Amount": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)": "TinyLife.Emotions.EmotionModifier.Instance.yml", + "TinyLife.Emotions.EmotionModifier.Instance.Person": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance.Source": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance.Time": "TinyLife.Emotions.EmotionModifier.Instance.yml", "TinyLife.Emotions.EmotionModifier.Instance.TotalTime": "TinyLife.Emotions.EmotionModifier.Instance.yml", @@ -764,6 +797,10 @@ "TinyLife.Emotions.EmotionModifier.IntrovertedHomeLong": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.IntrovertedOverstimulated": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.IntrovertedStrangerDanger": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.JobChoicePromptFailed": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.JobChoicePromptFailedPerformance": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccess": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.JobChoicePromptSuccessPerformance": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.LazyWorkout": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.LostTournament": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.LovelyInteraction": "TinyLife.Emotions.EmotionModifier.yml", @@ -815,6 +852,7 @@ "TinyLife.Emotions.EmotionModifier.StartedDating": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StrokeOfGenius": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SuccessfullyPublished": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.SuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TerribleAtSchool": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ThrewAwayInsteadOfCleaning": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TinkerFail": "TinyLife.Emotions.EmotionModifier.yml", @@ -825,6 +863,7 @@ "TinyLife.Emotions.EmotionModifier.TvRomantic": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.UnsuccessfulRummaging": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.UpsettingConversation": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.UsefulProgrammingResearch": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml", @@ -914,6 +953,7 @@ "TinyLife.GenealogyType.Sibling": "TinyLife.GenealogyType.yml", "TinyLife.GenealogyType.Unrelated": "TinyLife.GenealogyType.yml", "TinyLife.Goals": "TinyLife.Goals.yml", + "TinyLife.Goals.": "TinyLife.Goals..yml", "TinyLife.Goals.AmountGoal": "TinyLife.Goals.AmountGoal.yml", "TinyLife.Goals.AmountGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AmountGoal.yml", "TinyLife.Goals.AmountGoal.GetDisplayedProgress": "TinyLife.Goals.AmountGoal.yml", @@ -933,8 +973,8 @@ "TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.AutoTriggerGoal-1.yml", "TinyLife.Goals.AutoTriggerGoal`1.AutoInfo": "TinyLife.Goals.AutoTriggerGoal-1.yml", "TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml", - "TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalSet,System.Object,`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml", - "TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalTrigger,TinyLife.Objects.Person,System.Object,`0)": "TinyLife.Goals.AutoTriggerGoal-1.yml", + "TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.GoalSet},System.Object,`0,TinyLife.Goals.GoalTrigger[])": "TinyLife.Goals.AutoTriggerGoal-1.yml", + "TinyLife.Goals.AutoTriggerGoal`1.Trigger(TinyLife.Goals.GoalSet,System.Object,`0,TinyLife.Goals.GoalTrigger[])": "TinyLife.Goals.AutoTriggerGoal-1.yml", "TinyLife.Goals.AutoTriggerGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.AutoTriggerGoal-1.yml", "TinyLife.Goals.ConditionedGoal": "TinyLife.Goals.ConditionedGoal.yml", "TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.ConditionedGoal.yml", @@ -964,7 +1004,7 @@ "TinyLife.Goals.GoalInfo.Name": "TinyLife.Goals.GoalInfo.yml", "TinyLife.Goals.GoalSet": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo,TinyLife.Objects.Person)": "TinyLife.Goals.GoalSet.yml", - "TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor)": "TinyLife.Goals.GoalSet.yml", + "TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.GetGoal``1": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.GetGoal``1(System.String)": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.GetGoals``1": "TinyLife.Goals.GoalSet.yml", @@ -978,19 +1018,6 @@ "TinyLife.Goals.GoalSetInfo.#ctor(TinyLife.Goals.GoalInfo[])": "TinyLife.Goals.GoalSetInfo.yml", "TinyLife.Goals.GoalSetInfo.Configurations": "TinyLife.Goals.GoalSetInfo.yml", "TinyLife.Goals.GoalSetInfo.Construct(TinyLife.Objects.Person)": "TinyLife.Goals.GoalSetInfo.yml", - "TinyLife.Goals.GoalTrigger": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.#ctor(System.String)": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.ActionCompleted": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.ActionUpdate": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.EarnMoney": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.Equals(System.Object)": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.FurnitureCreated": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.GetHashCode": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.Name": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.op_Equality(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.op_Inequality(TinyLife.Goals.GoalTrigger,TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml", - "TinyLife.Goals.GoalTrigger.PersonUpdate": "TinyLife.Goals.GoalTrigger.yml", "TinyLife.Goals.Job": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.#ctor(TinyLife.Goals.JobType,TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.AddLevel(System.Int32)": "TinyLife.Goals.Job.yml", @@ -998,15 +1025,19 @@ "TinyLife.Goals.Job.CurrentHourlyPay": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.DailyTasks": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.HasRequiredPromotionSkills": "TinyLife.Goals.Job.yml", + "TinyLife.Goals.Job.JobPerformanceDelegate": "TinyLife.Goals.Job.JobPerformanceDelegate.yml", "TinyLife.Goals.Job.Level": "TinyLife.Goals.Job.yml", + "TinyLife.Goals.Job.OnGetWorkingPerformance": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Performance": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Person": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Type": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Update(System.TimeSpan)": "TinyLife.Goals.Job.yml", + "TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.#ctor(System.String,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml", + "TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.DailyTaskImportance": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.DailyTasks": "TinyLife.Goals.JobType.yml", @@ -1034,6 +1065,7 @@ "TinyLife.Goals.LifeGoal": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.#ctor(System.String,TinyLife.PersonalityType,TinyLife.Goals.GoalSetInfo[])": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.AllowedAges": "TinyLife.Goals.LifeGoal.yml", + "TinyLife.Goals.LifeGoal.CapableCarpenter": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.Chef": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.ComputerAddict": "TinyLife.Goals.LifeGoal.yml", "TinyLife.Goals.LifeGoal.FriendOfEveryone": "TinyLife.Goals.LifeGoal.yml", @@ -1129,6 +1161,7 @@ "TinyLife.LnCategory": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.BuildMode": "TinyLife.LnCategory.yml", + "TinyLife.LnCategory.ChoicePrompts": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Clothes": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Emotions": "TinyLife.LnCategory.yml", "TinyLife.LnCategory.Food": "TinyLife.LnCategory.yml", @@ -1239,6 +1272,7 @@ "TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml", + "TinyLife.Objects.BreakableFurniture.OnRemoved": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)": "TinyLife.Objects.BreakableFurniture.yml", @@ -1319,6 +1353,8 @@ "TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Food.yml", + "TinyLife.Objects.Food.HasCandle": "TinyLife.Objects.Food.yml", + "TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml", @@ -1355,6 +1391,7 @@ "TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetDisplayName": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml", @@ -1362,6 +1399,7 @@ "TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetPrice": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetVisibility": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.HasParent": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.HideFromDraw": "TinyLife.Objects.Furniture.yml", @@ -1411,7 +1449,7 @@ "TinyLife.Objects.FurnitureType.DecorativeLogPile": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DirtyTextures": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Doormat": "TinyLife.Objects.FurnitureType.yml", - "TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,Microsoft.Xna.Framework.Graphics.SpriteEffects)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DrawDirtyOverlay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DrawLayers(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Textures.TextureRegion[],System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml", @@ -1449,6 +1487,7 @@ "TinyLife.Objects.FurnitureType.HasCategory(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.HomeworkBook": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.HugeRectangleRug": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargePotPlant": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRectangleRug": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRoundRug": "TinyLife.Objects.FurnitureType.yml", @@ -1459,6 +1498,7 @@ "TinyLife.Objects.FurnitureType.MapleTree": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.MixologyKit": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernBed": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.ModernBedsideLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernChair": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernComputer": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernFridge": "TinyLife.Objects.FurnitureType.yml", @@ -1466,15 +1506,18 @@ "TinyLife.Objects.FurnitureType.ModernSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernStove": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernTv": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.ModernTvStand": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ModernWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Mop": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Newspaper": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.OakTree": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.OldComputer": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.OrnateBed": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.OrnateFlowerBed": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.OrnateSingleBed": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PaintBrush": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PotPlant": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PreparedFood": "TinyLife.Objects.FurnitureType.yml", @@ -1511,6 +1554,7 @@ "TinyLife.Objects.FurnitureType.SmallMirror": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallPicnicTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.SmallRocks": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallShovel": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallSimpleCurtain": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SourceString": "TinyLife.Objects.FurnitureType.yml", @@ -1520,14 +1564,17 @@ "TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingCoatRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.StorageBoxSeat": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StreetLamps": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Succulents": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.TallCountryFence": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TinyDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ToyCar": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalBar": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.TraditionalBedsideLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalCounter": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TraditionalFireplace": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Treadmill": "TinyLife.Objects.FurnitureType.yml", @@ -1549,6 +1596,7 @@ "TinyLife.Objects.FurnitureType.TypeSettings.DefaultRotation": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.DirtyOverlayTextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.DistanceFromObstructions": "TinyLife.Objects.FurnitureType.TypeSettings.yml", + "TinyLife.Objects.FurnitureType.TypeSettings.EfficiencyModifier": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.ElectricityRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetData``1(System.String)": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.GetDataKeys": "TinyLife.Objects.FurnitureType.TypeSettings.yml", @@ -1560,6 +1608,7 @@ "TinyLife.Objects.FurnitureType.TypeSettings.ObjectSpots": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Price": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Reliability": "TinyLife.Objects.FurnitureType.TypeSettings.yml", + "TinyLife.Objects.FurnitureType.TypeSettings.RestoreNeedModifier": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.SetData(System.String,System.Object)": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Size": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Tab": "TinyLife.Objects.FurnitureType.TypeSettings.yml", @@ -1568,9 +1617,13 @@ "TinyLife.Objects.FurnitureType.TypeSettings.WaterRating": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.UnfinishedWoodwork": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.UnpreparedFood": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.Vases": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodenPowerPole": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodenPowerPoleLine": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodenStool": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WoodenToyBox": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WoodworkingChair": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WoodworkingChairArmrests": "TinyLife.Objects.FurnitureType.yml", @@ -1584,6 +1637,13 @@ "TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml", "TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.IUpdatingObject.yml", + "TinyLife.Objects.LifeSpan": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.Infinite": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.Long": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.Normal": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.Short": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.VeryLong": "TinyLife.Objects.LifeSpan.yml", + "TinyLife.Objects.LifeSpan.VeryShort": "TinyLife.Objects.LifeSpan.yml", "TinyLife.Objects.Light": "TinyLife.Objects.Light.yml", "TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "TinyLife.Objects.Light.yml", "TinyLife.Objects.Light.CameraOffset": "TinyLife.Objects.Light.yml", @@ -1613,8 +1673,9 @@ "TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml", + "TinyLife.Objects.MapObject.CurrentRoom": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml", - "TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml", + "TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.MapObject.yml", @@ -1674,6 +1735,7 @@ "TinyLife.Objects.ObjectCategory.Fridge": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Gravestone": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Ground": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.GroundItem": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Holdable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Lamp": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.LargeSurfaceObject": "TinyLife.Objects.ObjectCategory.yml", @@ -1693,6 +1755,7 @@ "TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Sandbox": "TinyLife.Objects.ObjectCategory.yml", @@ -1767,6 +1830,7 @@ "TinyLife.Objects.Particle.Position": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.Scale": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})": "TinyLife.Objects.Particle.yml", + "TinyLife.Objects.Particle.SpriteEffects": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.TimeToLive": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml", @@ -1778,6 +1842,7 @@ "TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AddMemory(TinyLife.Goals.MemoryType,System.Boolean,System.Nullable{System.TimeSpan})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Age": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.AgeGroups": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AllActions": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimateHeldObject": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.AnimationSpeed": "TinyLife.Objects.Person.yml", @@ -1785,13 +1850,14 @@ "TinyLife.Objects.Person.ChangeFriendship(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ChangeRomance(TinyLife.Objects.Person,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentActions": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.CurrentAgeDays": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentEmote": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentOutfit": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentOutfitIndex": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentPose": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.CurrentRoom": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentRoomDecorativeRating": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.CurrentSpeakStyle": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.DaysLived": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.DeathReason": "TinyLife.Objects.Person.DeathReason.yml", "TinyLife.Objects.Person.DeathReason.Electrocution": "TinyLife.Objects.Person.DeathReason.yml", "TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml", @@ -1809,6 +1875,7 @@ "TinyLife.Objects.Person.EfficiencyModifierDelegate": "TinyLife.Objects.Person.EfficiencyModifierDelegate.yml", "TinyLife.Objects.Person.Emotion": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.EmotionModifiers": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.EmotionModifiersChangedDelegate": "TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml", "TinyLife.Objects.Person.EnqueueAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Actions.ActionVariety,System.Boolean,System.Boolean)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Finalize": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FindPathAsync(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point,MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Nullable{System.Boolean})": "TinyLife.Objects.Person.yml", @@ -1818,6 +1885,7 @@ "TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.GetDaysBeforeAging": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetFreeTalkingSpots(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", @@ -1907,6 +1975,7 @@ "TinyLife.Objects.Person.PrepareForPermanentRemoval": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Projects": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RecentActions": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.ReferenceTexture": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml", @@ -1962,6 +2031,11 @@ "TinyLife.Objects.SpeakStyle.Scared": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Shocked": "TinyLife.Objects.SpeakStyle.yml", "TinyLife.Objects.SpeakStyle.Thinking": "TinyLife.Objects.SpeakStyle.yml", + "TinyLife.Objects.TrashCan": "TinyLife.Objects.TrashCan.yml", + "TinyLife.Objects.TrashCan.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.TrashCan.yml", + "TinyLife.Objects.TrashCan.Content": "TinyLife.Objects.TrashCan.yml", + "TinyLife.Objects.TrashCan.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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)": "TinyLife.Objects.TrashCan.yml", + "TinyLife.Objects.TrashCan.Validate": "TinyLife.Objects.TrashCan.yml", "TinyLife.Objects.UnfinishedWoodwork": "TinyLife.Objects.UnfinishedWoodwork.yml", "TinyLife.Objects.UnfinishedWoodwork.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.UnfinishedWoodwork.yml", "TinyLife.Objects.UnfinishedWoodwork.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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)": "TinyLife.Objects.UnfinishedWoodwork.yml", @@ -2066,6 +2140,8 @@ "TinyLife.PerSaveOptions.MapCustom": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.MapName": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.MaxRegularVisitors": "TinyLife.PerSaveOptions.yml", + "TinyLife.PerSaveOptions.OtherLifespan": "TinyLife.PerSaveOptions.yml", + "TinyLife.PerSaveOptions.PlayedLifespan": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Save(System.String)": "TinyLife.PerSaveOptions.yml", "TinyLife.PersonalityType": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.#ctor(System.String,MLEM.Textures.TextureRegion)": "TinyLife.PersonalityType.yml", @@ -2075,6 +2151,7 @@ "TinyLife.PersonalityType.Asexual": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.BoostedSkillTypes": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml", @@ -2118,6 +2195,7 @@ "TinyLife.Relationship.Genealogy": "TinyLife.Relationship.yml", "TinyLife.Relationship.GetRecentSocialAmount(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", "TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml", + "TinyLife.Relationship.HadFirstKiss": "TinyLife.Relationship.yml", "TinyLife.Relationship.KnownPersonalityTypes": "TinyLife.Relationship.yml", "TinyLife.Relationship.Max": "TinyLife.Relationship.yml", "TinyLife.Relationship.MaxRecentSocialsAmount": "TinyLife.Relationship.yml", @@ -2151,25 +2229,28 @@ "TinyLife.Skills": "TinyLife.Skills.yml", "TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.#ctor(System.String,System.Int32,System.Int32,System.Int32,TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Skills.FoodType.IngredientSource,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.AdditionalObject": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.AllIntolerances": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CanCreate(TinyLife.Actions.ActionInfo,System.Boolean,System.Int32,System.Single)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CanCreateFunc": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CanEat(TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.CanEatFunc": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.CanHaveCandle": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Color": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Construct(TinyLife.World.Map,TinyLife.Skills.Quality,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.ConstructUnfinished(TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.TimeSpan,System.Int32,TinyLife.Objects.Person,System.Nullable{System.Guid},System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Container": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.ContainerType": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.#ctor(System.String,System.Boolean,System.Func{System.Int32,TinyLife.Objects.FurnitureType},System.Func{TinyLife.Objects.FurnitureType},System.Func{TinyLife.Skills.FoodType,MLEM.Textures.TextureRegion})": "TinyLife.Skills.FoodType.ContainerType.yml", + "TinyLife.Skills.FoodType.ContainerType.GetDefaultTexture(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.GetEmpty": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.GetFilled(System.Int32)": "TinyLife.Skills.FoodType.ContainerType.yml", - "TinyLife.Skills.FoodType.ContainerType.GetTexture(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.Glass": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.IsDrink": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.Mug": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.Name": "TinyLife.Skills.FoodType.ContainerType.yml", "TinyLife.Skills.FoodType.ContainerType.Plate": "TinyLife.Skills.FoodType.ContainerType.yml", + "TinyLife.Skills.FoodType.CustomTextureFunc": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.DisplayName": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.FoodAmount": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.FoodIntolerance": "TinyLife.Skills.FoodType.FoodIntolerance.yml", @@ -2177,10 +2258,11 @@ "TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.NotVegan": "TinyLife.Skills.FoodType.FoodIntolerance.yml", "TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian": "TinyLife.Skills.FoodType.FoodIntolerance.yml", - "TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single)": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.GetActions(System.Int32,TinyLife.Skills.FoodType.IngredientSource,System.Boolean,System.Single,TinyLife.Skills.SkillType)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetAllContainers(System.Int32)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetIntolerancesDescription(System.Boolean)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.GetPrice(System.Int32)": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.GetTexture(System.Int32)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.IngredientSource": "TinyLife.Skills.FoodType.IngredientSource.yml", "TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)": "TinyLife.Skills.FoodType.IngredientSource.yml", "TinyLife.Skills.FoodType.IngredientSource.Barbecue": "TinyLife.Skills.FoodType.IngredientSource.yml", @@ -2196,14 +2278,13 @@ "TinyLife.Skills.FoodType.Intolerances": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Name": "TinyLife.Skills.FoodType.yml", - "TinyLife.Skills.FoodType.NeedsCooking": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.OnEaten": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.OnFoodEaten": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Price": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Register(TinyLife.Skills.FoodType)": "TinyLife.Skills.FoodType.yml", - "TinyLife.Skills.FoodType.RequiredCookingLevel": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.RequiredSkill": "TinyLife.Skills.FoodType.yml", + "TinyLife.Skills.FoodType.RequiredSkillLevel": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml", - "TinyLife.Skills.FoodType.Texture": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml", @@ -2222,7 +2303,6 @@ "TinyLife.Skills.Quality.Terrible": "TinyLife.Skills.Quality.yml", "TinyLife.Skills.Skill": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.#ctor(TinyLife.Skills.SkillType)": "TinyLife.Skills.Skill.yml", - "TinyLife.Skills.Skill.Gain(TinyLife.Objects.Person,System.Single)": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.GetRequiredPointsToNextLevel": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.Level": "TinyLife.Skills.Skill.yml", "TinyLife.Skills.Skill.LevelPercentage": "TinyLife.Skills.Skill.yml", @@ -2237,6 +2317,8 @@ "TinyLife.Skills.SkillCategory.Social": "TinyLife.Skills.SkillCategory.yml", "TinyLife.Skills.SkillType": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Int32,TinyLife.Skills.SkillCategory)": "TinyLife.Skills.SkillType.yml", + "TinyLife.Skills.SkillType.AdditionalEarnedActions": "TinyLife.Skills.SkillType.yml", + "TinyLife.Skills.SkillType.Baking": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Categories": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Charisma": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.ChildhoodMaxLevel": "TinyLife.Skills.SkillType.yml", @@ -2543,6 +2625,7 @@ "TinyLife.Utilities.Extensions.CanTakeOff(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.DrawIsoArea(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Boolean,System.Single)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetChanceModifier(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml", + "TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDecorativeRating(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDefaultDirtyOverlayTextureName(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.GetDefaultTab(TinyLife.Objects.ObjectCategory)": "TinyLife.Utilities.Extensions.yml", @@ -2561,6 +2644,7 @@ "TinyLife.Utilities.Extensions.IsPartOfPerson(TinyLife.Objects.ClothesLayer)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.IsVertical(MLEM.Misc.Direction2)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.JsonCopy``1(``0)": "TinyLife.Utilities.Extensions.yml", + "TinyLife.Utilities.Extensions.Multiplier(TinyLife.Objects.LifeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.OneCompleted(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.SetPauseGame(MLEM.Ui.RootElement,System.Boolean)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.ToLocalizedString(TinyLife.Skills.Quality)": "TinyLife.Utilities.Extensions.yml", @@ -2865,9 +2949,11 @@ "TinyLife.World.RoofType.Icon": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.ModernFlat": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Name": "TinyLife.World.RoofType.yml", + "TinyLife.World.RoofType.OldStyleFlat": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Price": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Register(TinyLife.World.RoofType)": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.RoundedShingles": "TinyLife.World.RoofType.yml", + "TinyLife.World.RoofType.SheetMetal": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.SquareShingles": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Style": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Texture": "TinyLife.World.RoofType.yml", diff --git a/docs/api/TinyLife.Actions..yml b/docs/api/TinyLife.Actions..yml new file mode 100644 index 0000000..9112c24 --- /dev/null +++ b/docs/api/TinyLife.Actions..yml @@ -0,0 +1,531 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Actions. + commentId: T:TinyLife.Actions. + id: '' + parent: TinyLife.Actions + children: [] + langs: + - csharp + - vb + name: '' + nameWithType: '' + fullName: TinyLife.Actions. + type: Class + source: + remote: + path: TinyLife/Actions/CanExecuteResult.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: '' + path: ../TinyLife/Actions/CanExecuteResult.cs + startLine: 13 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nA utility structure used by and other situations where an action can fail, or fail to start, due to a specific circumstance.\nThe of the will be localized and displayed to the player if the is not or .\n" + example: [] + syntax: + content: 'public class : IEquatable<>' + content.vb: >- + Public Class + Implements IEquatable(Of ) + inheritance: + - System.Object + implements: + - System.IEquatable{TinyLife.Actions.} + inheritedMembers: + - 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..TinyLife.Utilities.Extensions.JsonCopy``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +references: +- uid: TinyLife.Actions.ActionType.CanExecuteDelegate + commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate + parent: TinyLife.Actions + name: ActionType.CanExecuteDelegate + nameWithType: ActionType.CanExecuteDelegate + fullName: TinyLife.Actions.ActionType.CanExecuteDelegate +- uid: TinyLife.Actions.CanExecuteResult + commentId: T:TinyLife.Actions.CanExecuteResult + parent: TinyLife.Actions + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult +- uid: TinyLife.Actions.ResultType + commentId: T:TinyLife.Actions.ResultType + parent: TinyLife.Actions + name: ResultType + nameWithType: ResultType + fullName: TinyLife.Actions.ResultType +- uid: TinyLife.Actions.ResultType.Invalid + commentId: F:TinyLife.Actions.ResultType.Invalid + isExternal: true +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.IEquatable{TinyLife.Actions.} + commentId: T:System.IEquatable{TinyLife.Actions.} + parent: System + definition: System.IEquatable`1 + name: IEquatable<> + nameWithType: IEquatable<> + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of ) + fullName.vb: System.IEquatable(Of TinyLife.Actions.) + name.vb: IEquatable(Of ) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions. + name: '' + nameWithType: '' + fullName: TinyLife.Actions. + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions. + name: '' + nameWithType: '' + fullName: TinyLife.Actions. + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions..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<>() + nameWithType: Extensions.JsonCopy<>() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + nameWithType.vb: Extensions.JsonCopy(Of )() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.)() + name.vb: JsonCopy(Of )() + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy<> + nameWithType: Extensions.JsonCopy<> + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy(Of ) + nameWithType: Extensions.JsonCopy(Of ) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- 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 + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(Of T) + nameWithType: Extensions.JsonCopy(Of T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- 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 diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index 715c191..4636051 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -15,7 +15,7 @@ items: - TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) - - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) + - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) @@ -73,12 +73,13 @@ items: - TinyLife.Actions.Typeless.TypelessAction.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}}) - TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action) - TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String) + - TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) - TinyLife.Actions.Typeless.TypelessAction.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.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType) - - TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - - TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) + - TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) @@ -556,16 +557,16 @@ items: modifiers.vb: - Public - Overridable -- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - id: TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) +- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + id: TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) parent: TinyLife.Actions.Action langs: - csharp - vb - name: TryForceResult(CompletionType, CanExecuteResult, MapObject) - nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject) - fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject) + name: TryForceResult(CompletionType, Nullable, MapObject) + nameWithType: Action.TryForceResult(CompletionType, Nullable, MapObject) + fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, TinyLife.Objects.MapObject) type: Method source: remote: @@ -574,35 +575,39 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryForceResult path: ../TinyLife/Actions/Action.cs - startLine: 132 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThis is an external version of which can be called from outside sources, like a object.\nA reason is provided that can be used to decide whether the external object can cause this action to fail.\nBy default, this action sets to true and returns true if doesn't return true.\n" example: [] syntax: - content: public virtual bool TryForceResult(CompletionType result, CanExecuteResult reason, MapObject source) + content: public override bool TryForceResult(CompletionType result, CanExecuteResult? reason = null, MapObject source = null) parameters: - id: result type: TinyLife.Actions.CompletionType description: The result to force. - id: reason - type: TinyLife.Actions.CanExecuteResult - description: The reason for this action to fail. + type: System.Nullable{TinyLife.Actions.CanExecuteResult} + description: The reason for this action to fail. Can be null. - id: source type: TinyLife.Objects.MapObject description: The object that is trying to force this action to fail. Can be null. return: type: System.Boolean description: Whether this action was successfully forced to fail (if returning true, should also be set to true). - content.vb: Public Overridable Function TryForceResult(result As CompletionType, reason As CanExecuteResult, source As MapObject) As Boolean + content.vb: Public Overrides Function TryForceResult(result As CompletionType, reason As CanExecuteResult? = Nothing, source As MapObject = Nothing) As Boolean + overridden: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) overload: TinyLife.Actions.Action.TryForceResult* + nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) modifiers.csharp: - public - - virtual + - override modifiers.vb: - Public - - Overridable + - Overrides + fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject) + name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) id: CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) @@ -621,7 +626,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanEnqueueConversation path: ../TinyLife/Actions/Action.cs - startLine: 147 + startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -665,7 +670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/Action.cs - startLine: 158 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1302,6 +1307,42 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + commentId: M:TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + parent: TinyLife.Actions.Typeless.TypelessAction + name: OpenChoicePrompt(ChoicePromptInfo) + nameWithType: TypelessAction.OpenChoicePrompt(ChoicePromptInfo) + fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + spec.csharp: + - uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + name: OpenChoicePrompt + nameWithType: TypelessAction.OpenChoicePrompt + fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.ChoicePromptInfo + name: ChoicePromptInfo + nameWithType: ChoicePromptInfo + fullName: TinyLife.ChoicePromptInfo + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + name: OpenChoicePrompt + nameWithType: TypelessAction.OpenChoicePrompt + fullName: TinyLife.Actions.Typeless.TypelessAction.OpenChoicePrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.ChoicePromptInfo + name: ChoicePromptInfo + nameWithType: ChoicePromptInfo + fullName: TinyLife.ChoicePromptInfo + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) parent: TinyLife.Actions.Typeless.TypelessAction @@ -1754,20 +1795,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) +- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) parent: TinyLife.Actions.Typeless.TypelessAction - name: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[]) - nameWithType: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType[]) - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType[]) - nameWithType.vb: TypelessAction.PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType()) - fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType()) - name.vb: PutDownOrGoTo(ActionInfo, ObjectCategory, FurnitureType()) + isExternal: true + name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean) spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - name: PutDownOrGoTo - nameWithType: TypelessAction.PutDownOrGoTo - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo + - uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + nameWithType: TypelessAction.PickUpAndGoTo + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo - name: ( nameWithType: ( fullName: ( @@ -1785,21 +1824,26 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: '[]' - nameWithType: '[]' - fullName: '[]' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - name: PutDownOrGoTo - nameWithType: TypelessAction.PutDownOrGoTo - fullName: TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo + - uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + nameWithType: TypelessAction.PickUpAndGoTo + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo - name: ( nameWithType: ( fullName: ( @@ -1817,63 +1861,178 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType - - name: () - nameWithType: () - fullName: () - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - parent: TinyLife.Actions.Typeless.TypelessAction - name: GetPlaceDirection(Person, FurnitureType) - nameWithType: TypelessAction.GetPlaceDirection(Person, FurnitureType) - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person, TinyLife.Objects.FurnitureType) - spec.csharp: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - name: GetPlaceDirection - nameWithType: TypelessAction.GetPlaceDirection - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection - - name: ( - nameWithType: ( - fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + commentId: M:TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + parent: TinyLife.Actions.Typeless.TypelessAction + isExternal: true + name: PickUpAndGoTo(ActionInfo, Func, Func, Boolean) + nameWithType: TypelessAction.PickUpAndGoTo(ActionInfo, Func, Func, Boolean) + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, System.Boolean) + nameWithType.vb: TypelessAction.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + fullName.vb: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean) + name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + spec.csharp: + - uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + nameWithType: TypelessAction.PickUpAndGoTo + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType) - name: GetPlaceDirection - nameWithType: TypelessAction.GetPlaceDirection - fullName: TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection + - uid: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + nameWithType: TypelessAction.PickUpAndGoTo + fullName: TinyLife.Actions.Typeless.TypelessAction.PickUpAndGoTo - name: ( nameWithType: ( fullName: ( - - uid: TinyLife.Objects.Person - name: Person - nameWithType: Person - fullName: TinyLife.Objects.Person + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo - name: ', ' nameWithType: ', ' fullName: ', ' - - uid: TinyLife.Objects.FurnitureType - name: FurnitureType - nameWithType: FurnitureType - fullName: TinyLife.Objects.FurnitureType + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -4126,26 +4285,182 @@ references: name: String nameWithType: String fullName: System.String -- uid: TinyLife.Objects.BreakableFurniture - commentId: T:TinyLife.Objects.BreakableFurniture - parent: TinyLife.Objects - name: BreakableFurniture - nameWithType: BreakableFurniture - fullName: TinyLife.Objects.BreakableFurniture -- uid: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions - commentId: F:TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions +- uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + commentId: M:TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + parent: TinyLife.Actions.Typeless.TypelessAction isExternal: true + name: TryForceResult(CompletionType, Nullable, MapObject) + nameWithType: TypelessAction.TryForceResult(CompletionType, Nullable, MapObject) + fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, TinyLife.Objects.MapObject) + nameWithType.vb: TypelessAction.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) + fullName.vb: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject) + name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) + spec.csharp: + - uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + nameWithType: TypelessAction.TryForceResult + fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.MapObject + name: MapObject + nameWithType: MapObject + fullName: TinyLife.Objects.MapObject + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Typeless.TypelessAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + nameWithType: TypelessAction.TryForceResult + fullName: TinyLife.Actions.Typeless.TypelessAction.TryForceResult + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.MapObject + name: MapObject + nameWithType: MapObject + fullName: TinyLife.Objects.MapObject + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Actions.Action.TryForceResult* commentId: Overload:TinyLife.Actions.Action.TryForceResult name: TryForceResult nameWithType: Action.TryForceResult fullName: TinyLife.Actions.Action.TryForceResult -- uid: TinyLife.Actions.CanExecuteResult - commentId: T:TinyLife.Actions.CanExecuteResult - parent: TinyLife.Actions - name: CanExecuteResult - nameWithType: CanExecuteResult - fullName: TinyLife.Actions.CanExecuteResult +- uid: System.Nullable{TinyLife.Actions.CanExecuteResult} + commentId: T:System.Nullable{TinyLife.Actions.CanExecuteResult} + parent: System + definition: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + nameWithType.vb: Nullable(Of CanExecuteResult) + fullName.vb: System.Nullable(Of TinyLife.Actions.CanExecuteResult) + name.vb: Nullable(Of CanExecuteResult) + spec.csharp: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Nullable`1 + commentId: T:System.Nullable`1 + isExternal: true + 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 + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Actions.SleepAction commentId: T:TinyLife.Actions.SleepAction isExternal: true diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index 980c395..b94b536 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 366 + startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -66,7 +66,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolvedNeeds path: ../TinyLife/Actions/ActionType.cs - startLine: 374 + startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -99,7 +99,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassivePriority path: ../TinyLife/Actions/ActionType.cs - startLine: 382 + startLine: 381 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -132,7 +132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoRandomly path: ../TinyLife/Actions/ActionType.cs - startLine: 389 + startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -165,7 +165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoAtAnyPoint path: ../TinyLife/Actions/ActionType.cs - startLine: 396 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -198,7 +198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedsFreeActionSpot path: ../TinyLife/Actions/ActionType.cs - startLine: 402 + startLine: 401 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 fa4f2ae..a069169 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: 215 + startLine: 214 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 acc1193..b960a24 100644 --- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -42,7 +42,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 220 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -88,7 +88,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Actions/ActionType.cs - startLine: 225 + startLine: 224 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -121,7 +121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NameWithoutCategory path: ../TinyLife/Actions/ActionType.cs - startLine: 230 + startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -159,7 +159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/Actions/ActionType.cs - startLine: 235 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -197,7 +197,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Actions/ActionType.cs - startLine: 240 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -230,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Context path: ../TinyLife/Actions/ActionType.cs - startLine: 245 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -263,11 +263,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs - startLine: 251 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA delegate that returns a based on whether the given situation allows this action to be executed.\nThis value is initialized always return .\nTo query this delegate effectively, use , which also validates the , the and the .\n" + summary: "\nA delegate that returns a based on whether the given situation allows this action to be executed.\nThis value is initialized always return .\nTo query this delegate effectively, use , which also validates the , the and the .\n" example: [] syntax: content: public ActionType.CanExecuteDelegate CanExecute @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructedType path: ../TinyLife/Actions/ActionType.cs - startLine: 256 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -329,7 +329,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructorArguments path: ../TinyLife/Actions/ActionType.cs - startLine: 261 + startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -362,11 +362,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Varieties path: ../TinyLife/Actions/ActionType.cs - startLine: 269 + startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA set of instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its function returned .\nWhen the invokes an action with a variety, it chooses a variety randomly based on its .\nTo query this function and do all of the appropriate error handling, use .\n" + summary: "\nA set of instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its function returned .\nWhen the invokes an action with a variety, it chooses a variety randomly based on its .\nTo query this function and do all of the appropriate error handling, use .\n" example: [] syntax: content: public Func> Varieties @@ -395,7 +395,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ai path: ../TinyLife/Actions/ActionType.cs - startLine: 274 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -428,7 +428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInappropriateElsewhere path: ../TinyLife/Actions/ActionType.cs - startLine: 279 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -461,7 +461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IconName path: ../TinyLife/Actions/ActionType.cs - startLine: 285 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -494,7 +494,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs - startLine: 291 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -527,11 +527,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredSkill path: ../TinyLife/Actions/ActionType.cs - startLine: 297 + startLine: 296 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nThe and level of the skill that is required for this action to become available, where otherwise it will be .\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nIf the is not set, the required skill's icon will automatically be used.\n" + summary: "\nThe and level of the skill that is required for this action to become available, where otherwise it will be .\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nIf the is not set, the required skill's icon will automatically be used.\n" example: [] syntax: content: public (SkillType Type, int Level) RequiredSkill @@ -560,7 +560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredAges path: ../TinyLife/Actions/ActionType.cs - startLine: 301 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -593,7 +593,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredEmotion path: ../TinyLife/Actions/ActionType.cs - startLine: 306 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -626,7 +626,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPersonality path: ../TinyLife/Actions/ActionType.cs - startLine: 311 + startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -659,11 +659,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IgnoreObjectConditions path: ../TinyLife/Actions/ActionType.cs - startLine: 317 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA function that can return whether a given 's action conditions should be ignored in a given case.\nThis function is used in and to determine whether an action object should have a say in whether this action can be executed.\nBy default, this function is null, meaning no action object conditions will be ignored.\n" + summary: "\nA function that can return whether a given 's action conditions should be ignored in a given case.\nThis function is used in and to determine whether an action object should have a say in whether this action can be executed.\nBy default, this function is null, meaning no action object conditions will be ignored.\n" example: [] syntax: content: public Func<(ActionInfo Info, bool Automatic, MapObject Object, bool IsAuxiliary, CanExecuteResult Reason), bool> IgnoreObjectConditions @@ -692,7 +692,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerEmployment path: ../TinyLife/Actions/ActionType.cs - startLine: 323 + startLine: 322 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -725,7 +725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs - startLine: 333 + startLine: 332 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: 344 + startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -805,7 +805,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetData path: ../TinyLife/Actions/ActionType.cs - startLine: 350 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -848,7 +848,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDataKeys path: ../TinyLife/Actions/ActionType.cs - startLine: 355 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1359,9 +1359,6 @@ references: name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult -- uid: TinyLife.Actions.CanExecuteResult.Valid - commentId: F:TinyLife.Actions.CanExecuteResult.Valid - isExternal: true - uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true @@ -1568,9 +1565,6 @@ references: - uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute isExternal: true -- uid: TinyLife.Actions.CanExecuteResult.Hidden - commentId: F:TinyLife.Actions.CanExecuteResult.Hidden - isExternal: true - uid: TinyLife.Objects.PersonAi commentId: T:TinyLife.Objects.PersonAi name: PersonAi @@ -2022,14 +2016,18 @@ references: name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject -- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) - commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) +- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) parent: TinyLife.Actions.Action - name: TryForceResult(CompletionType, CanExecuteResult, MapObject) - nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult, MapObject) - fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult, TinyLife.Objects.MapObject) + isExternal: true + name: TryForceResult(CompletionType, Nullable, MapObject) + nameWithType: Action.TryForceResult(CompletionType, Nullable, MapObject) + fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, TinyLife.Objects.MapObject) + nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) + fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject) + name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) spec.csharp: - - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult nameWithType: Action.TryForceResult fullName: TinyLife.Actions.Action.TryForceResult @@ -2043,10 +2041,21 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult + - name: '>' + nameWithType: '>' + fullName: '>' - name: ', ' nameWithType: ', ' fullName: ', ' @@ -2058,7 +2067,7 @@ references: nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,TinyLife.Actions.CanExecuteResult,TinyLife.Objects.MapObject) + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult nameWithType: Action.TryForceResult fullName: TinyLife.Actions.Action.TryForceResult @@ -2072,10 +2081,21 @@ references: - name: ', ' nameWithType: ', ' fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) - name: ', ' nameWithType: ', ' fullName: ', ' diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index f434fe6..7349bf2 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -6,8 +6,10 @@ items: parent: TinyLife.Actions children: - TinyLife.Actions.ActionType.AddALittleSomething + - TinyLife.Actions.ActionType.AddCandle - TinyLife.Actions.ActionType.AdmireFood - TinyLife.Actions.ActionType.AdmireLgbtFlag + - TinyLife.Actions.ActionType.AgeUp - TinyLife.Actions.ActionType.AreDating(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.AskAboutComputerSpecs - TinyLife.Actions.ActionType.AskAboutDay @@ -18,7 +20,9 @@ items: - TinyLife.Actions.ActionType.AskToLeave - TinyLife.Actions.ActionType.AskToTaste - TinyLife.Actions.ActionType.AskToTellStory + - TinyLife.Actions.ActionType.BakeFood - TinyLife.Actions.ActionType.BeAwayFromLotEmployment + - TinyLife.Actions.ActionType.BlowOutCandles - TinyLife.Actions.ActionType.BoastAboutPagesWritten - TinyLife.Actions.ActionType.BreakUp - TinyLife.Actions.ActionType.BrewCoffee @@ -35,7 +39,9 @@ items: - TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean) - TinyLife.Actions.ActionType.CanPlaceHeldItem(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean) + - TinyLife.Actions.ActionType.CelebrateBirthday - TinyLife.Actions.ActionType.ChangeOutfit + - TinyLife.Actions.ActionType.ChastiseForFoodBeliefs - TinyLife.Actions.ActionType.Chat - TinyLife.Actions.ActionType.ChatWith - TinyLife.Actions.ActionType.Clean @@ -54,6 +60,8 @@ items: - TinyLife.Actions.ActionType.CookFood - TinyLife.Actions.ActionType.CreateApp - TinyLife.Actions.ActionType.DebatePineappleOnPizza + - TinyLife.Actions.ActionType.DebugDie + - TinyLife.Actions.ActionType.DebugTeleport - TinyLife.Actions.ActionType.DeliverMail - TinyLife.Actions.ActionType.DeliverNewspaper - TinyLife.Actions.ActionType.Die @@ -67,6 +75,7 @@ items: - TinyLife.Actions.ActionType.Flirt - TinyLife.Actions.ActionType.FoolAround - TinyLife.Actions.ActionType.GaugeRelationship + - TinyLife.Actions.ActionType.GetBakingIngredients - TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.GetFoodFromDisplayCase - TinyLife.Actions.ActionType.GetFoodSomewhereElse @@ -108,12 +117,14 @@ items: - TinyLife.Actions.ActionType.JokeAboutTreadmillAccidents - TinyLife.Actions.ActionType.JokeAboutWork - TinyLife.Actions.ActionType.JokeAboutWritingStyle + - TinyLife.Actions.ActionType.Kiss - TinyLife.Actions.ActionType.LiftWeights - TinyLife.Actions.ActionType.LightFireplace - TinyLife.Actions.ActionType.LockDoor - TinyLife.Actions.ActionType.LotEmploymentIdle - TinyLife.Actions.ActionType.MakeFunOfBeingBadAtSchool - TinyLife.Actions.ActionType.MakeFunOfBeingNerd + - TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance - TinyLife.Actions.ActionType.MakeFunOfFriends - TinyLife.Actions.ActionType.MakeFunOfIntroversion - TinyLife.Actions.ActionType.MakeFunOfLaziness @@ -156,6 +167,7 @@ items: - TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings}) - TinyLife.Actions.ActionType.Repair - TinyLife.Actions.ActionType.ResearchProgrammingPatterns + - TinyLife.Actions.ActionType.Rummage - TinyLife.Actions.ActionType.RunAround - TinyLife.Actions.ActionType.RunOnTreadmill - TinyLife.Actions.ActionType.Scrap @@ -226,7 +238,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionType path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 15 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -280,7 +292,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Actions/ActionType.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -317,7 +329,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Settings path: ../TinyLife/Actions/ActionType.cs - startLine: 41 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -352,7 +364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Actions/ActionType.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -391,7 +403,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Actions/ActionType.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -433,7 +445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs - startLine: 73 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -475,7 +487,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsActionType path: ../TinyLife/Actions/ActionType.cs - startLine: 83 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -514,7 +526,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs - startLine: 94 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -556,7 +568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIconName path: ../TinyLife/Actions/ActionType.cs - startLine: 141 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -595,7 +607,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVarieties path: ../TinyLife/Actions/ActionType.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -634,7 +646,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Actions/ActionType.cs - startLine: 189 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -675,7 +687,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RegisterAll path: ../TinyLife/Actions/ActionType.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -701,6 +713,76 @@ items: - Shared fullName.vb: TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionType.TypeSettings)) name.vb: RegisterAll(IEnumerable(Of ActionType.TypeSettings)) +- uid: TinyLife.Actions.ActionType.DebugTeleport + commentId: F:TinyLife.Actions.ActionType.DebugTeleport + id: DebugTeleport + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: DebugTeleport + nameWithType: ActionType.DebugTeleport + fullName: TinyLife.Actions.ActionType.DebugTeleport + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Internal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: DebugTeleport + path: ../TinyLife/Actions/ActionType.Internal.cs + startLine: 10 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType DebugTeleport + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly DebugTeleport As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.DebugDie + commentId: F:TinyLife.Actions.ActionType.DebugDie + id: DebugDie + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: DebugDie + nameWithType: ActionType.DebugDie + fullName: TinyLife.Actions.ActionType.DebugDie + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Internal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: DebugDie + path: ../TinyLife/Actions/ActionType.Internal.cs + startLine: 11 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType DebugDie + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly DebugDie As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.Walk commentId: F:TinyLife.Actions.ActionType.Walk id: Walk @@ -719,7 +801,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walk path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 10 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -754,7 +836,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Drive path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 11 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -789,7 +871,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassOut path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 12 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -824,7 +906,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PeeSelf path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 13 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -859,7 +941,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Starve path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 14 + startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -894,7 +976,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BeAwayFromLotEmployment path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 15 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -929,7 +1011,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeliverMail path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 16 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -964,7 +1046,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeliverNewspaper path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 19 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -999,7 +1081,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Die path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 22 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1034,7 +1116,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CollectTrash path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 23 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1069,7 +1151,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitorGoHome path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 24 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1104,7 +1186,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFoodSomewhereElse path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 31 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1139,7 +1221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmploymentIdle path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 32 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1174,7 +1256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareOrder path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 33 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1209,7 +1291,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WaitForOrder path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 34 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1244,7 +1326,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFoodFromDisplayCase path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 35 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1261,6 +1343,76 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.AgeUp + commentId: F:TinyLife.Actions.ActionType.AgeUp + id: AgeUp + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: AgeUp + nameWithType: ActionType.AgeUp + fullName: TinyLife.Actions.ActionType.AgeUp + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Internal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AgeUp + path: ../TinyLife/Actions/ActionType.Internal.cs + startLine: 42 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType AgeUp + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly AgeUp As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.CelebrateBirthday + commentId: F:TinyLife.Actions.ActionType.CelebrateBirthday + id: CelebrateBirthday + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: CelebrateBirthday + nameWithType: ActionType.CelebrateBirthday + fullName: TinyLife.Actions.ActionType.CelebrateBirthday + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Internal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CelebrateBirthday + path: ../TinyLife/Actions/ActionType.Internal.cs + startLine: 43 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType CelebrateBirthday + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly CelebrateBirthday As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.GoHere commentId: F:TinyLife.Actions.ActionType.GoHere id: GoHere @@ -1279,7 +1431,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoHere path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1314,7 +1466,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sit path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 23 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1349,7 +1501,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SitToilet path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1384,7 +1536,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sleep path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 35 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1419,7 +1571,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeShower path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1454,7 +1606,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIngredientsSingle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 51 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1489,7 +1641,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIngredientsFamily path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 52 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1506,6 +1658,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.GetBakingIngredients + commentId: F:TinyLife.Actions.ActionType.GetBakingIngredients + id: GetBakingIngredients + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: GetBakingIngredients + nameWithType: ActionType.GetBakingIngredients + fullName: TinyLife.Actions.ActionType.GetBakingIngredients + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetBakingIngredients + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 52 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType GetBakingIngredients + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly GetBakingIngredients As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.PutDown commentId: F:TinyLife.Actions.ActionType.PutDown id: PutDown @@ -1611,6 +1798,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.BakeFood + commentId: F:TinyLife.Actions.ActionType.BakeFood + id: BakeFood + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: BakeFood + nameWithType: ActionType.BakeFood + fullName: TinyLife.Actions.ActionType.BakeFood + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BakeFood + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 82 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType BakeFood + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly BakeFood As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.PickUp commentId: F:TinyLife.Actions.ActionType.PickUp id: PickUp @@ -1629,7 +1851,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 80 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1664,7 +1886,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Eat path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 83 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1699,7 +1921,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrabServing path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 107 + startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1734,7 +1956,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CallToMeal path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 125 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1769,7 +1991,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySingleplayerGames path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 129 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1804,7 +2026,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayOnlineGames path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 130 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1839,7 +2061,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchWalkthroughs path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 131 + startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1874,7 +2096,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JoinEasyTournament path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 132 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1909,7 +2131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JoinAdvancedTournament path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 133 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1944,7 +2166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Chat path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 134 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1979,7 +2201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChatWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 144 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2014,7 +2236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanDish path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 148 + startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2049,7 +2271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChangeOutfit path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 157 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2084,7 +2306,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EditOutfits path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 169 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2119,7 +2341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoHome path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 172 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2154,7 +2376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisitLot path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 185 + startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2189,7 +2411,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Paint path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 204 + startLine: 217 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2224,7 +2446,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sell path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 213 + startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2259,7 +2481,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSpeech path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 221 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2294,7 +2516,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Read path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 229 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2329,7 +2551,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 242 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2364,7 +2586,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 251 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2399,7 +2621,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Work path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 259 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2434,7 +2656,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 267 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2469,7 +2691,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: QuitJob path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 275 + startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2504,7 +2726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MopPuddle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 278 + startLine: 291 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2539,7 +2761,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeProgramming path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 288 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2574,7 +2796,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModGame path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 296 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2609,7 +2831,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 302 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2644,7 +2866,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PublishApp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 308 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2679,7 +2901,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HackSomeone path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 314 + startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2714,7 +2936,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchProgrammingPatterns path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 319 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2749,7 +2971,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchTv path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 324 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2784,7 +3006,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Repair path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 334 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2819,7 +3041,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PayBills path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 348 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2854,7 +3076,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeWriting path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 362 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2889,7 +3111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WriteBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 370 + startLine: 385 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2924,7 +3146,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelfPublishBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 380 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2959,7 +3181,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HaveBookPublished path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 381 + startLine: 396 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2994,7 +3216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LockDoor path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 382 + startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3029,7 +3251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireLgbtFlag path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 387 + startLine: 402 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3064,7 +3286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShakeTree path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 390 + startLine: 405 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3099,7 +3321,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RunOnTreadmill path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 393 + startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3134,7 +3356,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoJogging path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 401 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3169,7 +3391,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LiftWeights path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 409 + startLine: 424 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3204,7 +3426,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MixProteinShake path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 417 + startLine: 432 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3239,7 +3461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWater path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 426 + startLine: 441 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3274,7 +3496,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WashHands path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 434 + startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3309,7 +3531,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleLight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 441 + startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3344,7 +3566,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleAllLights path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 444 + startLine: 459 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3379,7 +3601,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrillFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 455 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3414,7 +3636,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThrowAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 465 + startLine: 480 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3449,7 +3671,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scrap path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 473 + startLine: 488 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3484,7 +3706,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanEverything path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 479 + startLine: 494 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3519,7 +3741,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clean path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 485 + startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3554,7 +3776,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Woodworking path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 493 + startLine: 508 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3589,7 +3811,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LightFireplace path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 514 + startLine: 529 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3624,7 +3846,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoHomework path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 523 + startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3659,7 +3881,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayWithToy path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 534 + startLine: 549 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3694,7 +3916,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CookChildFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 548 + startLine: 563 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3729,7 +3951,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayInSandbox path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 561 + startLine: 576 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3764,7 +3986,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShufflePuzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 570 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3799,7 +4021,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 578 + startLine: 593 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3834,7 +4056,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PsychSelfUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 586 + startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3869,7 +4091,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Store path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 590 + startLine: 605 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3904,7 +4126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFurnitureMail path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 597 + startLine: 612 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3939,7 +4161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJobFromNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 605 + startLine: 620 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3974,7 +4196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 613 + startLine: 628 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4009,7 +4231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 621 + startLine: 636 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4044,7 +4266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrewCoffee path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 629 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4079,7 +4301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 639 + startLine: 654 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4114,7 +4336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 646 + startLine: 662 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4149,7 +4371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddALittleSomething path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 654 + startLine: 670 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4184,7 +4406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RunAround path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 668 + startLine: 684 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4201,6 +4423,111 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.Rummage + commentId: F:TinyLife.Actions.ActionType.Rummage + id: Rummage + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: Rummage + nameWithType: ActionType.Rummage + fullName: TinyLife.Actions.ActionType.Rummage + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Rummage + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 693 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType Rummage + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly Rummage As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.AddCandle + commentId: F:TinyLife.Actions.ActionType.AddCandle + id: AddCandle + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: AddCandle + nameWithType: ActionType.AddCandle + fullName: TinyLife.Actions.ActionType.AddCandle + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AddCandle + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 701 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType AddCandle + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly AddCandle As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.BlowOutCandles + commentId: F:TinyLife.Actions.ActionType.BlowOutCandles + id: BlowOutCandles + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: BlowOutCandles + nameWithType: ActionType.BlowOutCandles + fullName: TinyLife.Actions.ActionType.BlowOutCandles + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BlowOutCandles + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 707 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType BlowOutCandles + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly BlowOutCandles As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.ConfideIn commentId: F:TinyLife.Actions.ActionType.ConfideIn id: ConfideIn @@ -4219,7 +4546,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConfideIn path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 24 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4254,7 +4581,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutLife path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 30 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4289,7 +4616,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFeelings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 35 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4324,7 +4651,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShareIdeas path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 40 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4359,7 +4686,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GaugeRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 45 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4394,7 +4721,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToLeave path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 67 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4429,7 +4756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CallOver path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 73 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4464,7 +4791,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThisIsInappropriate path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 79 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4499,7 +4826,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WakeUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 91 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4534,7 +4861,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutPersonality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 94 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4569,7 +4896,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTaste path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 110 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4604,7 +4931,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BribeForFriendship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 119 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4639,7 +4966,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCoffee path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 129 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4674,7 +5001,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCafeFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 139 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4709,7 +5036,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Talk path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 151 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4744,7 +5071,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutDay path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 155 + startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4779,7 +5106,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellEngagingStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 159 + startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4814,7 +5141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 164 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4849,7 +5176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 168 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4884,7 +5211,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNeighborhood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 174 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4919,7 +5246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutOutdoors path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 179 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4954,7 +5281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 183 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4989,7 +5316,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussWorkoutRegimen path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 187 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5024,7 +5351,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompareMuscleSize path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 194 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5059,7 +5386,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GushAboutPartner path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 201 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5094,7 +5421,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutGamingRig path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 207 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5129,7 +5456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutComputerSpecs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 212 + startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5164,7 +5491,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoastAboutPagesWritten path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 217 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5199,7 +5526,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PoseMathPuzzle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 223 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5234,7 +5561,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpressFearOfCrowds path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 228 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5269,7 +5596,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNaps path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 233 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5304,7 +5631,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWatchingTv path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 239 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5339,7 +5666,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InviteToHousehold path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 244 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5374,7 +5701,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToCook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 249 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5409,7 +5736,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 256 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5444,7 +5771,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutAdults path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 262 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5479,7 +5806,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutParent path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 267 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5514,7 +5841,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutCartoons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 272 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5549,7 +5876,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 277 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5584,7 +5911,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFavoriteToys path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 282 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5619,7 +5946,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFamilyWellbeing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 287 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5654,7 +5981,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFamily path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 293 + startLine: 288 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5689,7 +6016,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebatePineappleOnPizza path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 299 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5724,7 +6051,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussFineDining path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 305 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5759,7 +6086,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSpicyFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 310 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5794,7 +6121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 317 + startLine: 312 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5829,7 +6156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellFunnyStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 321 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5864,7 +6191,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellRidiculousStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 325 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5899,7 +6226,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellComplexJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 329 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5934,7 +6261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayTrick path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 333 + startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5969,7 +6296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 337 + startLine: 332 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6004,7 +6331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOwnUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 343 + startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6039,7 +6366,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTreadmillAccidents path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 349 + startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6074,7 +6401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWritingStyle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 354 + startLine: 349 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6109,7 +6436,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAromance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 359 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6144,7 +6471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAsexuality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 364 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6179,7 +6506,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJokeAboutSomething path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 369 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6214,7 +6541,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellDadJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 378 + startLine: 373 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6249,7 +6576,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutFamilyGatherings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 384 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6284,7 +6611,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Insult path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 392 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6319,7 +6646,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyMotherIsCamel path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 396 + startLine: 391 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6354,7 +6681,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 400 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6389,7 +6716,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfLaziness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 406 + startLine: 401 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6424,7 +6751,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfIntroversion path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 411 + startLine: 406 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6459,7 +6786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfNiceness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 416 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6494,7 +6821,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 421 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6529,7 +6856,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfPoorFitness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 426 + startLine: 421 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6564,7 +6891,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BreakUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 432 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6599,7 +6926,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFriends path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 443 + startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6634,7 +6961,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingNerd path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 448 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6669,7 +6996,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingBadAtSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 453 + startLine: 448 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6704,7 +7031,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShooChild path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 458 + startLine: 453 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6721,6 +7048,76 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance + commentId: F:TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance + id: MakeFunOfFoodIntolerance + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: MakeFunOfFoodIntolerance + nameWithType: ActionType.MakeFunOfFoodIntolerance + fullName: TinyLife.Actions.ActionType.MakeFunOfFoodIntolerance + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: MakeFunOfFoodIntolerance + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 459 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType[] MakeFunOfFoodIntolerance + return: + type: TinyLife.Actions.ActionType[] + content.vb: Public Shared ReadOnly MakeFunOfFoodIntolerance As ActionType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.ChastiseForFoodBeliefs + commentId: F:TinyLife.Actions.ActionType.ChastiseForFoodBeliefs + id: ChastiseForFoodBeliefs + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: ChastiseForFoodBeliefs + nameWithType: ActionType.ChastiseForFoodBeliefs + fullName: TinyLife.Actions.ActionType.ChastiseForFoodBeliefs + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ChastiseForFoodBeliefs + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 465 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType[] ChastiseForFoodBeliefs + return: + type: TinyLife.Actions.ActionType[] + content.vb: Public Shared ReadOnly ChastiseForFoodBeliefs As ActionType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.Flirt commentId: F:TinyLife.Actions.ActionType.Flirt id: Flirt @@ -6739,7 +7136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Flirt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 466 + startLine: 473 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6774,7 +7171,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplimentLooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 470 + startLine: 477 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6809,7 +7206,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeRisqueRemark path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 474 + startLine: 481 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6844,7 +7241,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartDating path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 480 + startLine: 487 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6879,7 +7276,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolAround path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 497 + startLine: 504 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6896,6 +7293,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.Kiss + commentId: F:TinyLife.Actions.ActionType.Kiss + id: Kiss + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: Kiss + nameWithType: ActionType.Kiss + fullName: TinyLife.Actions.ActionType.Kiss + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Kiss + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 517 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType Kiss + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly Kiss As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.ActionType.CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean) id: CanPickUpOrIsHoldingForTarget(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Nullable{TinyLife.Actions.CanExecuteResult},System.Boolean,System.Boolean) @@ -6914,11 +7346,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the goalParent category
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" + summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the goalParent category
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" example: [] syntax: content: public static CanExecuteResult CanPickUpOrIsHoldingForTarget(ActionInfo info, ObjectCategory goalParent, Func isAllowed, CanExecuteResult? parentNotFoundResult = null, bool allowAnyInvolved = false, bool needsObjectSpot = false) @@ -6973,11 +7405,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 51 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the isParentAllowed condition
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" + summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the isParentAllowed condition
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" example: [] syntax: content: public static CanExecuteResult CanPickUpOrIsHoldingForTarget(ActionInfo info, Func<(Furniture Parent, Furniture Item), bool> isParentAllowed, Func isAllowed, CanExecuteResult? parentNotFoundResult = null, bool allowAnyInvolved = false, bool needsObjectSpot = false) @@ -7032,11 +7464,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPickUpOrIsHoldingForTarget path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 91 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the isPersonAllowed condition
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" + summary: "\nA helper method intended to be used with that returns in the following cases:\n
  • The held object isAllowed and the action object matches the isPersonAllowed condition
  • The held object is null and the action objectt isAllowed
\nThis helper method is useful in cases like , where the action should be allowed if the person is holding a food plate and clicking a chair, or if a person is clicking the food plate itself.\n" example: [] syntax: content: public static CanExecuteResult CanPickUpOrIsHoldingForTarget(ActionInfo info, Func isAllowed, Func<(Person Person, Furniture Item), bool> isPersonAllowed = null, bool allowAnyInvolved = false) @@ -7085,7 +7517,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanPlaceHeldItem path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 119 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7102,7 +7534,7 @@ items: description: Whether or not this action is started automatically. This property is unused, but present for ease of use with return: type: TinyLife.Actions.CanExecuteResult - description: if the object has a free object spot, otherwise + description: if the object has a free object spot, otherwise content.vb: Public Shared Function CanPlaceHeldItem(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanPlaceHeldItem* modifiers.csharp: @@ -7129,7 +7561,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasChairOrIsStandingDesk path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 140 + startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7146,7 +7578,7 @@ items: description: Whether or not this action is started automatically. This property is unused, but present for ease of use with return: type: TinyLife.Actions.CanExecuteResult - description: if there is a chair, a result if there is no valid chair + description: if there is a chair, a result if there is no valid chair content.vb: Public Shared Function HasChairOrIsStandingDesk(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.HasChairOrIsStandingDesk* modifiers.csharp: @@ -7173,11 +7605,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDislikedOrMean path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that determines if the action is executed manually, the given 's person has the personality type, or if the interaction partner has the relationship type (or lower).\nIf the person's current is , this method also returns .\n" + summary: "\nA helper method intended to be used with that determines if the action is executed manually, the given 's person has the personality type, or if the interaction partner has the relationship type (or lower).\nIf the person's current is , this method also returns .\n" example: [] syntax: content: public static CanExecuteResult IsDislikedOrMean(ActionInfo info, bool automatic) @@ -7190,7 +7622,7 @@ items: description: Whether this action is automatic return: type: TinyLife.Actions.CanExecuteResult - description: if any of the conditions are met, otherwise + description: if any of the conditions are met, otherwise content.vb: Public Shared Function IsDislikedOrMean(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsDislikedOrMean* modifiers.csharp: @@ -7217,7 +7649,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsReadyForRomance path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 175 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7234,7 +7666,7 @@ items: description: Whether this action is automatic return: type: TinyLife.Actions.CanExecuteResult - description: if any of the conditions are met, otherwise + description: if any of the conditions are met, otherwise content.vb: Public Shared Function IsReadyForRomance(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsReadyForRomance* modifiers.csharp: @@ -7261,7 +7693,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsComfortable path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 212 + startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7278,7 +7710,7 @@ items: description: Whether this action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the person is comfortable, a "TooUncomfortable" result otherwise + description: if the person is comfortable, a "TooUncomfortable" result otherwise content.vb: Public Shared Function IsComfortable(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsComfortable* modifiers.csharp: @@ -7305,7 +7737,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotUncomfortable path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 223 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7322,7 +7754,7 @@ items: description: Whether this action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the person is not uncomfortable, else a "TooUncomfortable" result. + description: if the person is not uncomfortable, else a "TooUncomfortable" result. content.vb: Public Shared Function IsNotUncomfortable(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsNotUncomfortable* modifiers.csharp: @@ -7349,7 +7781,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotEmbarrassed path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 233 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7366,7 +7798,7 @@ items: description: Whether this action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the person is not embarrassed, a "TooEmbarrassed" result otherwise + description: if the person is not embarrassed, a "TooEmbarrassed" result otherwise content.vb: Public Shared Function IsNotEmbarrassed(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsNotEmbarrassed* modifiers.csharp: @@ -7393,7 +7825,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsEmptyHanded path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 243 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7410,7 +7842,7 @@ items: description: Whether this action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the person's hands are empty, a "HoldingItem" result otherwise + description: if the person's hands are empty, a "HoldingItem" result otherwise content.vb: Public Shared Function IsEmptyHanded(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsEmptyHanded* modifiers.csharp: @@ -7437,7 +7869,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanWorkAtDeskObject path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 253 + startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7454,7 +7886,7 @@ items: description: Whether this action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the desk object can be worked at, several possible results like a "NoChair" and a "HoldingItem" result otherwise + description: if the desk object can be worked at, several possible results like a "NoChair" and a "HoldingItem" result otherwise content.vb: Public Shared Function CanWorkAtDeskObject(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanWorkAtDeskObject* modifiers.csharp: @@ -7481,7 +7913,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsNotExpired path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 263 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7498,7 +7930,7 @@ items: description: Whether the action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if the action object is not expired, an "Expired" result otherwise + description: if the action object is not expired, an "Expired" result otherwise content.vb: Public Shared Function IsNotExpired(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.IsNotExpired* modifiers.csharp: @@ -7525,7 +7957,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoImportantAction path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 274 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7542,7 +7974,7 @@ items: description: Whether the action is automatic return: type: TinyLife.Actions.CanExecuteResult - description: if an important action can be executed, otherwise + description: if an important action can be executed, otherwise content.vb: Public Shared Function CanDoImportantAction(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanDoImportantAction* modifiers.csharp: @@ -7569,11 +8001,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoSocialAction path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 286 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that determines whether a person is currently able to do a social action with the 's action object.\nThis method returns if the action is manual (automatic is false), or if is true, or if there is an existing relationship between the two parties.\nThis method is automatically called when is used.\n" + summary: "\nA helper method intended to be used with that determines whether a person is currently able to do a social action with the 's action object.\nThis method returns if the action is manual (automatic is false), or if is true, or if there is an existing relationship between the two parties.\nThis method is automatically called when is used.\n" example: [] syntax: content: public static CanExecuteResult CanDoSocialAction(ActionInfo info, bool automatic) @@ -7586,7 +8018,7 @@ items: description: Whether the action is automatic return: type: TinyLife.Actions.CanExecuteResult - description: if a social action can be executed, otherwise + description: if a social action can be executed, otherwise content.vb: Public Shared Function CanDoSocialAction(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanDoSocialAction* modifiers.csharp: @@ -7613,7 +8045,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AreDating path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 299 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7630,7 +8062,7 @@ items: description: Whether the action is automatic (unused) return: type: TinyLife.Actions.CanExecuteResult - description: if they are dating, otherwise + description: if they are dating, otherwise content.vb: Public Shared Function AreDating(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.AreDating* modifiers.csharp: @@ -7657,11 +8089,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAll path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 316 + startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that determines if all of the passed checks pass.\nIf one of the passed checks does not pass, its result is returned. If all of them pass, is returned. In the context of this method, a null counts as .\nThis method is designed to be used with the other helper methods in this class, for example:\n
CanExecuteAll(info, automatic, HasChair, IsFunctional, IsEmptyHanded)
\n" + summary: "\nA helper method intended to be used with that determines if all of the passed checks pass.\nIf one of the passed checks does not pass, its result is returned. If all of them pass, is returned. In the context of this method, a null counts as .\nThis method is designed to be used with the other helper methods in this class, for example:\n
CanExecuteAll(info, automatic, HasChair, IsFunctional, IsEmptyHanded)
\n" example: [] syntax: content: public static CanExecuteResult CanExecuteAll(ActionInfo info, bool automatic, params ActionType.CanExecuteDelegate[] conditions) @@ -7677,7 +8109,7 @@ items: description: The conditions that should be checked return: type: TinyLife.Actions.CanExecuteResult - description: if all of the conditions are valid, else the first invalid result + description: if all of the conditions are valid, else the first invalid result content.vb: Public Shared Function CanExecuteAll(info As ActionInfo, automatic As Boolean, ParamArray conditions As ActionType.CanExecuteDelegate()) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanExecuteAll* nameWithType.vb: ActionType.CanExecuteAll(ActionInfo, Boolean, ActionType.CanExecuteDelegate()) @@ -7707,7 +8139,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeSexual path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 332 + startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7724,7 +8156,7 @@ items: description: Whether this action is automatic return: type: TinyLife.Actions.CanExecuteResult - description: if the person cannot be sexual, otherwise + description: if the person cannot be sexual, otherwise content.vb: Public Shared Function CanBeSexual(info As ActionInfo, automatic As Boolean) As CanExecuteResult overload: TinyLife.Actions.ActionType.CanBeSexual* modifiers.csharp: @@ -7751,7 +8183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSkillPriorityMod path: ../TinyLife/Actions/ActionType.Utilities.cs - startLine: 346 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8720,9 +9152,6 @@ references: name: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate -- uid: TinyLife.Actions.CanExecuteResult.Valid - commentId: F:TinyLife.Actions.CanExecuteResult.Valid - isExternal: true - uid: TinyLife.Actions.ActionType.Eat commentId: F:TinyLife.Actions.ActionType.Eat isExternal: true @@ -9121,17 +9550,11 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.CanExecuteResult.Hidden - commentId: F:TinyLife.Actions.CanExecuteResult.Hidden - isExternal: true - uid: TinyLife.Actions.ActionType.CanPlaceHeldItem* commentId: Overload:TinyLife.Actions.ActionType.CanPlaceHeldItem name: CanPlaceHeldItem nameWithType: ActionType.CanPlaceHeldItem fullName: TinyLife.Actions.ActionType.CanPlaceHeldItem -- uid: TinyLife.Actions.CanExecuteResult.ResultType.Invalid - commentId: F:TinyLife.Actions.CanExecuteResult.ResultType.Invalid - isExternal: true - uid: TinyLife.Actions.ActionType.HasChairOrIsStandingDesk* commentId: Overload:TinyLife.Actions.ActionType.HasChairOrIsStandingDesk name: HasChairOrIsStandingDesk diff --git a/docs/api/TinyLife.Actions.ActionVariety.yml b/docs/api/TinyLife.Actions.ActionVariety.yml index 1e7aadc..da187ff 100644 --- a/docs/api/TinyLife.Actions.ActionVariety.yml +++ b/docs/api/TinyLife.Actions.ActionVariety.yml @@ -35,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionVariety path: ../TinyLife/Actions/ActionVariety.cs - startLine: 18 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Actions/ActionVariety.cs - startLine: 23 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -122,7 +122,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddedConstructorArguments path: ../TinyLife/Actions/ActionVariety.cs - startLine: 28 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -155,7 +155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassivePriority path: ../TinyLife/Actions/ActionVariety.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -188,7 +188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionVariety.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -221,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/Actions/ActionVariety.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -254,7 +254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Actions/ActionVariety.cs - startLine: 50 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -287,7 +287,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CustomLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -320,7 +320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionVariety.cs - startLine: 63 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -362,7 +362,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionVariety.cs - startLine: 73 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -404,7 +404,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionVariety.cs - startLine: 79 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -440,7 +440,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionVariety.cs - startLine: 85 + startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -475,11 +475,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeExecuted path: ../TinyLife/Actions/ActionVariety.cs - startLine: 96 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nReturns whether this action variety can be executed using the provided .\nThis returns the result of , or if it is null.\n" + summary: "\nReturns whether this action variety can be executed using the provided .\nThis returns the result of , or if it is null.\n" example: [] syntax: content: public CanExecuteResult CanBeExecuted(ActionInfo info, bool automatic) @@ -517,7 +517,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassivePriority path: ../TinyLife/Actions/ActionVariety.cs - startLine: 112 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -556,7 +556,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FreePeople path: ../TinyLife/Actions/ActionVariety.cs - startLine: 123 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -597,7 +597,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImageLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 141 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -644,11 +644,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PortraitLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 160 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nA helper method intended to be used with that creates a layout with the same, rectangular buttons as the default layout, but with the of the given on the left\n" + summary: "\nA helper method intended to be used with that creates a layout that includes the of the given in the center bottom.\n" example: [] syntax: content: public static Action