diff --git a/Changelog.md b/Changelog.md index 0c248f6..11df229 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,56 @@ +# 0.16.0 +This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/289260/0160-woodlands-and-visitors) or [on Steam](https://store.steampowered.com/news/app/1651490/view/2949282742498975401). + +Additions +- Added the Woodlands Set with art by [faellynna](https://www.instagram.com/faellynna/), which includes a Woodworking skill and a large variety of new build mode items: + - 34 new furniture items, including the woodworking table and new types of decorative items + - 4 flooring tiles + - 5 wallpapers + - 2 roof styles + - 8 character creator items +- Added a large new forested area with dirt footpaths to the eastern part of town, along with some new houses and empty lots +- Added emotion sting sound effects by the lovely [Jamal Green](https://jamalgreenmusic.com) +- Added a regular visitors system that allows for people from exported households to visit and interact with the town without living there +- Added a few households that are exported by default to populate the visitors system +- Added the ability for furniture to get dirty and having to be cleaned +- Added an "Invite into Household" interaction +- Added a way to scrap other people's crafts on public lots +- Added italian translation ([SchiavoAnto](https://twitter.com/schiavoanto)) + +Improvements +- Improved the chatting interaction on the computer, now allowing people to chat with specific people +- Added more in-game hints for various build mode tools +- Added a configurable keybind for increasing and decreasing game speed +- Cleaned up the localization of money and always display money amounts with decimals +- Allow easily deleting items in the move tool by pressing the Del key when hovering over them +- Split the Import menu into custom and default content and improved the household import menu +- Move invalidly placed objects into the furniture storage instead of selling them +- Made people leave the room on their own if they see someone being inappropriate +- Rebalanced bills slightly +- Made people tell others to leave the room when they start fooling around +- Disallow trees from being placed below roofs +- Made trees have a minimum distance from walls +- More gracefully handle Steam cloud sync exceptions +- Color lots on the map based on whether people live there +- Added the ability to clone roofing, openings, wallpapers and tiles in build mode + +Fixes +- Fixed paintings being placed on easels incorrectly at fast game speeds +- Fixed a crash when hovering over people with lot employments whose personality is known +- Fixed 3D sounds breaking on camera rotation +- Fixed depth calculations being incorrect for larger and oddly-shaped objects +- Fixed the ability to hack yourself +- Fixed roofing having incorrect display names +- Fixed a crash when exiting the move tool with an item from storage selected +- Fixed hidden (out of town) people still spawning particles and emotes +- Fixed the ability to ask lot employment people to leave not working +- Fixed furniture with parents sometimes not being imported correctly +- Fixed people turning around visually for a single frame when starting social actions while sitting +- Fixed roofs having incorrect depth calculations in some camera rotations +- Fixed people not leaving occasionally when being asked to leave +- Fixed money not being subtracted when importing new households +- Fixed practice speech and jokes actions going on forever if done automatically + # 0.15.0 This update has a devlog post, which you can view [on itch](https://ellpeck.itch.io/tiny-life/devlog/277913/0150-barbecue-trash-cleaning) or [on Steam](https://store.steampowered.com/news/app/1651490/view/2968419780808932932). diff --git a/api/.manifest b/api/.manifest index f119593..e23bf5c 100644 --- a/api/.manifest +++ b/api/.manifest @@ -21,7 +21,7 @@ "TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Action.yml", - "TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)": "TinyLife.Actions.Action.yml", + "TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ForceFail": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Action.yml", @@ -41,6 +41,7 @@ "TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Person": "TinyLife.Actions.Action.yml", + "TinyLife.Actions.Action.PlayerPromptOpen": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Random": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Action.yml", @@ -56,6 +57,7 @@ "TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)": "TinyLife.Actions.ActionInfo.yml", + "TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetActionObject``1": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture)": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean)": "TinyLife.Actions.ActionInfo.yml", @@ -115,6 +117,7 @@ "TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ChangeOutfit": "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", "TinyLife.Actions.ActionType.CleanDish": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CleanEverything": "TinyLife.Actions.ActionType.yml", @@ -142,6 +145,7 @@ "TinyLife.Actions.ActionType.GetIngredientsSingle": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetJob": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType)": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GetWater": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GoHere": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.GoHome": "TinyLife.Actions.ActionType.yml", @@ -154,6 +158,7 @@ "TinyLife.Actions.ActionType.HaveBookPublished": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ImplyMotherIsCamel": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Insult": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.InviteToHousehold": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsActionType(System.Type)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsComfortable(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean)": "TinyLife.Actions.ActionType.yml", @@ -173,6 +178,7 @@ "TinyLife.Actions.ActionType.JokeAboutWork": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.JokeAboutWritingStyle": "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.MakeFunOfIntroversion": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.MakeFunOfLaziness": "TinyLife.Actions.ActionType.yml", @@ -205,6 +211,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.RunOnTreadmill": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.Scrap": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.SelfPublishBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.SellPainting": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Settings": "TinyLife.Actions.ActionType.yml", @@ -259,11 +266,13 @@ "TinyLife.Actions.ActionType.TypeSettings.Texture": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.TypeSettings.Varieties": "TinyLife.Actions.ActionType.TypeSettings.yml", "TinyLife.Actions.ActionType.VisitLot": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.VisitorGoHome": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WakeUp": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Walk": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WashHands": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WatchTv": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WatchWalkthroughs": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.Woodworking": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Work": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.WriteBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionVariety": "TinyLife.Actions.ActionVariety.yml", @@ -280,6 +289,7 @@ "TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.Name": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.PassivePriority": "TinyLife.Actions.ActionVariety.yml", + "TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ActionVariety.SetData(System.String,System.Object)": "TinyLife.Actions.ActionVariety.yml", "TinyLife.Actions.ComputerAction": "TinyLife.Actions.ComputerAction.yml", "TinyLife.Actions.ComputerAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.ComputerAction.yml", @@ -376,7 +386,7 @@ "TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml", - "TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Actions.SellAction.yml", + "TinyLife.Actions.SellAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml", "TinyLife.Actions.SellAction.CreateFirstActions": "TinyLife.Actions.SellAction.yml", @@ -450,9 +460,17 @@ "TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml", "TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.TalkAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.Action.CompletionType)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", + "TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml", "TinyLife.Actions.UnderlyingAction": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Action": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.UnderlyingAction.yml", + "TinyLife.Actions.UnderlyingAction.InitializeExact(TinyLife.Actions.Action,System.Boolean)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.OnCompleted(TinyLife.Actions.Action.CompletionType)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.UnderlyingAction.yml", "TinyLife.Actions.UnderlyingAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingAction.yml", @@ -488,6 +506,7 @@ "TinyLife.Emotions": "TinyLife.Emotions.yml", "TinyLife.Emotions.EmotionModifier": "TinyLife.Emotions.EmotionModifier.yml", "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.AmazingCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AsexualFoolingDeclined": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.AsexualFoolingPartner": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Asleep": "TinyLife.Emotions.EmotionModifier.yml", @@ -566,6 +585,8 @@ "TinyLife.Emotions.EmotionModifier.RepairFail": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SawSomethingPersonal": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.ScrappedBook": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.ScrappedSomeonesProject": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.SelfCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.SleptOutside": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StandingDeskPositive": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.StandingDeskSore": "TinyLife.Emotions.EmotionModifier.yml", @@ -579,7 +600,9 @@ "TinyLife.Emotions.EmotionModifier.TvRomantic": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.TvSaddenedByNews": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.Types": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.UncomfortableCraftedFurniture": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.WonTournament": "TinyLife.Emotions.EmotionModifier.yml", + "TinyLife.Emotions.EmotionModifier.WoodworkingSplinter": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionModifier.WritersBlock": "TinyLife.Emotions.EmotionModifier.yml", "TinyLife.Emotions.EmotionType": "TinyLife.Emotions.EmotionType.yml", "TinyLife.Emotions.EmotionType.#ctor(System.String,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,TinyLife.Emotions.EmotionType.TypeCategory)": "TinyLife.Emotions.EmotionType.yml", @@ -787,7 +810,7 @@ "TinyLife.Objects.ActionSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2[])": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.BedSpots(System.Boolean)": "TinyLife.Objects.ActionSpot.yml", - "TinyLife.Objects.ActionSpot.BenchSpots": "TinyLife.Objects.ActionSpot.yml", + "TinyLife.Objects.ActionSpot.BenchSpots(System.Boolean)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.CategoryRestriction": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetFreeDirections(TinyLife.Objects.Furniture,TinyLife.Objects.Person)": "TinyLife.Objects.ActionSpot.yml", "TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean)": "TinyLife.Objects.ActionSpot.yml", @@ -869,15 +892,20 @@ "TinyLife.Objects.Fence.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.ShouldConnectTo(TinyLife.Objects.Furniture)": "TinyLife.Objects.Fence.yml", "TinyLife.Objects.Fence.Validate": "TinyLife.Objects.Fence.yml", + "TinyLife.Objects.Fireplace": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.CreateLights": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.IsElectrical": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.LightSize": "TinyLife.Objects.Fireplace.yml", + "TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Fireplace.yml", "TinyLife.Objects.Food": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml", "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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.GetHoverInfo": "TinyLife.Objects.Food.yml", - "TinyLife.Objects.Food.Quality": "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.Creator": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.Expired": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml", @@ -894,6 +922,8 @@ "TinyLife.Objects.Furniture.AreUtilitiesDisabled": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.CanBeDirty": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Colors": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.Creator": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.CustomPrice": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.DevaluedThroughUse": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Dirty": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml", @@ -918,25 +948,34 @@ "TinyLife.Objects.Furniture.NotifyNeighbors": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.Action.CompletionType,System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnAdded": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.OnGetDescription": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.OnRemoved": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ParentFurniture": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.ParentObjectSpot": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.Quality": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Random": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Type": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.UnlinkParentsAndChildren": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.Validate": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.VisualPosition": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml", - "TinyLife.Objects.FurnitureType.AreWallsInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Construct(System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Nullable{System.Guid})": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CountryFence": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.CustomPainting": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.Cypress": "TinyLife.Objects.FurnitureType.yml", + "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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", @@ -944,16 +983,22 @@ "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.Furniture,TinyLife.Objects.AbstractSpot,System.Nullable{Microsoft.Xna.Framework.Color},System.Single,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Dumbbell": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.DumbbellRack": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyGlass": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyPlate": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.EmptyPlatter": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.EvergreenTree": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodGlass": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodPlate": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.FoodPlatter": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.FourPostBed": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetBestRotation(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetCoveredTiles(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetPrice": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetReferenceTexture(System.Nullable{MLEM.Misc.Direction2})": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.GetRoofingInTheWay(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.GetRotatedOffset(Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetSize(MLEM.Misc.Direction2)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetTexture(System.String,System.Boolean)": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.GetTextures(System.String,System.Int32,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Objects.FurnitureType.yml", @@ -965,6 +1010,7 @@ "TinyLife.Objects.FurnitureType.Hedge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRectangleRug": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LargeRoundRug": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.LargeWoodworkingSofa": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LgbtFlags": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.LongDinnerTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Mailbox": "TinyLife.Objects.FurnitureType.yml", @@ -977,7 +1023,12 @@ "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.ModernWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Mop": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.OakTree": "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.Pot": "TinyLife.Objects.FurnitureType.yml", @@ -1007,14 +1058,22 @@ "TinyLife.Objects.FurnitureType.SimpleWallSink": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallBarbecue": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallBush": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.SmallChimney": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallMirror": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SmallPlant": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Spanner": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Sponge": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.SquareDinnerTable": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.SquarePlantPots": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.StandingDesk": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Textures": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.ToString": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.TraditionalBar": "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", + "TinyLife.Objects.FurnitureType.TreeStumps": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Types": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.TypeSettings": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.#ctor(System.String,Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory,System.Single,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.FurnitureType.TypeSettings.yml", @@ -1030,6 +1089,7 @@ "TinyLife.Objects.FurnitureType.TypeSettings.DefaultColors": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "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.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", @@ -1046,8 +1106,15 @@ "TinyLife.Objects.FurnitureType.TypeSettings.TextureName": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "TinyLife.Objects.FurnitureType.TypeSettings.Visibility": "TinyLife.Objects.FurnitureType.TypeSettings.yml", "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.VerticalDumbbellRack": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WindowPlants": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.Wisteria": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodworkingChair": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodworkingChairArmrests": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodworkingCloset": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.WoodworkingTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.WorkoutPosters": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.Gravestone": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Gravestone.yml", @@ -1069,7 +1136,9 @@ "TinyLife.Objects.Light.UpwardsOffset": "TinyLife.Objects.Light.yml", "TinyLife.Objects.LightFurniture": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.LightFurniture.yml", + "TinyLife.Objects.LightFurniture.CreateLights": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.IsDisabled": "TinyLife.Objects.LightFurniture.yml", + "TinyLife.Objects.LightFurniture.IsElectrical": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml", @@ -1080,7 +1149,7 @@ "TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.CurrentLot": "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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,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.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,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.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.MapObject.yml", @@ -1111,7 +1180,9 @@ "TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Bed": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Bookshelf": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.CanBeScrapped": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CanBeThrownAway": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.CanCoverDoor": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CanCoverWindow": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.CeilingHanging": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Chair": "TinyLife.Objects.ObjectCategory.yml", @@ -1122,6 +1193,7 @@ "TinyLife.Objects.ObjectCategory.DeskObject": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.DisallowedOnGround": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Easel": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.Fireplaces": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.ForceGridPlacement": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Fridge": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Gravestone": "TinyLife.Objects.ObjectCategory.yml", @@ -1137,6 +1209,7 @@ "TinyLife.Objects.ObjectCategory.NonMovable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.NonSellable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Nothing": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.ObstructedByRoofs": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_BitwiseAnd(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_BitwiseOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_ExclusiveOr(TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", @@ -1146,10 +1219,12 @@ "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.People": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Self": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Shower": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Sink": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.SmallObject": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.SpecialInteractable": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.StandingDesk": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Stove": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Table": "TinyLife.Objects.ObjectCategory.yml", @@ -1177,12 +1252,11 @@ "TinyLife.Objects.OverlayWallHanging.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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.OverlayWallHanging.yml", "TinyLife.Objects.Painting": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Painting.yml", - "TinyLife.Objects.Painting.Creator": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.GetHoverInfo": "TinyLife.Objects.Painting.yml", + "TinyLife.Objects.Painting.GetPrice": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.PaintingType": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Progress": "TinyLife.Objects.Painting.yml", - "TinyLife.Objects.Painting.Quality": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.Validate": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Particle": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Particle.yml", @@ -1259,6 +1333,7 @@ "TinyLife.Objects.Person.GetNeed(TinyLife.NeedType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetNeedPercentage(TinyLife.NeedType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetProject(System.String,System.String)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetProjects(System.String)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.GetRandomSpeakSound(TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})": "TinyLife.Objects.Person.yml", @@ -1280,8 +1355,10 @@ "TinyLife.Objects.Person.IsAsexual": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsCloseForTalking(Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsCurrentHousehold": "TinyLife.Objects.Person.yml", - "TinyLife.Objects.Person.IsLotVisible(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.IsIdMatch(System.Guid)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.IsIdMatch(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.IsMoving": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.IsRegularVisitor": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Job": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LastBedSleptIn": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LastName": "TinyLife.Objects.Person.yml", @@ -1334,6 +1411,7 @@ "TinyLife.Objects.Person.SetHeldObject(TinyLife.Objects.Furniture)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType)": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.SetNewId(TinyLife.World.Map,TinyLife.Objects.Person[])": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Skills": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml", @@ -1376,6 +1454,13 @@ "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.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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.UnfinishedWoodwork.yml", + "TinyLife.Objects.UnfinishedWoodwork.Recipe": "TinyLife.Objects.UnfinishedWoodwork.yml", + "TinyLife.Objects.UnfinishedWoodwork.SelectedColors": "TinyLife.Objects.UnfinishedWoodwork.yml", + "TinyLife.Objects.UnfinishedWoodwork.TimeWorked": "TinyLife.Objects.UnfinishedWoodwork.yml", + "TinyLife.Objects.UnfinishedWoodwork.Validate": "TinyLife.Objects.UnfinishedWoodwork.yml", "TinyLife.Objects.Visibility": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.HideZoomedOut": "TinyLife.Objects.Visibility.yml", "TinyLife.Objects.Visibility.WhenVisible": "TinyLife.Objects.Visibility.yml", @@ -1393,10 +1478,12 @@ "TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml", "TinyLife.Options.CameraRotation": "TinyLife.Options.yml", "TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml", + "TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml", "TinyLife.Options.DisplayedHints": "TinyLife.Options.yml", "TinyLife.Options.Fullscreen": "TinyLife.Options.yml", "TinyLife.Options.GameSpeeds": "TinyLife.Options.yml", "TinyLife.Options.HideHangingObjects": "TinyLife.Options.yml", + "TinyLife.Options.IncreaseSpeedKeybind": "TinyLife.Options.yml", "TinyLife.Options.Instance": "TinyLife.Options.yml", "TinyLife.Options.InteractKeybind": "TinyLife.Options.yml", "TinyLife.Options.Keybinds": "TinyLife.Options.yml", @@ -1407,13 +1494,13 @@ "TinyLife.Options.RotateCameraKeybind": "TinyLife.Options.yml", "TinyLife.Options.RotateKeybind": "TinyLife.Options.yml", "TinyLife.Options.Save": "TinyLife.Options.yml", + "TinyLife.Options.ScreenshotKeybind": "TinyLife.Options.yml", "TinyLife.Options.SellHeldObjectKeybind": "TinyLife.Options.yml", "TinyLife.Options.SoundVolume": "TinyLife.Options.yml", "TinyLife.Options.SpeechVolume": "TinyLife.Options.yml", "TinyLife.Options.StingVolume": "TinyLife.Options.yml", "TinyLife.Options.StoreInHouseholdKeybind": "TinyLife.Options.yml", "TinyLife.Options.SwitchPersonKeybind": "TinyLife.Options.yml", - "TinyLife.Options.TakeScreenshotKeybind": "TinyLife.Options.yml", "TinyLife.Options.UiScale": "TinyLife.Options.yml", "TinyLife.Options.VSync": "TinyLife.Options.yml", "TinyLife.Options.WallDisplays": "TinyLife.Options.yml", @@ -1426,13 +1513,13 @@ "TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Instance": "TinyLife.PerSaveOptions.yml", "TinyLife.PerSaveOptions.Load(System.String)": "TinyLife.PerSaveOptions.yml", + "TinyLife.PerSaveOptions.MaxRegularVisitors": "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[])": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Ambitious": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.AmountPerPerson": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.BoostedSkills": "TinyLife.PersonalityType.yml", - "TinyLife.PersonalityType.BoostedSkillsModifier": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.DisallowedOthers": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Energetic": "TinyLife.PersonalityType.yml", @@ -1463,6 +1550,7 @@ "TinyLife.Relationship.Partner": "TinyLife.Relationship.yml", "TinyLife.Relationship.PassiveFriendReduction": "TinyLife.Relationship.yml", "TinyLife.Relationship.PassiveRomanceReduction": "TinyLife.Relationship.yml", + "TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomanceLevel": "TinyLife.Relationship.yml", "TinyLife.Relationship.RomancePercentage": "TinyLife.Relationship.yml", "TinyLife.Relationship.Type": "TinyLife.Relationship.yml", @@ -1474,6 +1562,7 @@ "TinyLife.RelationshipType.Friends": "TinyLife.RelationshipType.yml", "TinyLife.RelationshipType.GoodFriends": "TinyLife.RelationshipType.yml", "TinyLife.Set": "TinyLife.Set.yml", + "TinyLife.Set.Woodworking": "TinyLife.Set.yml", "TinyLife.Set.Workout": "TinyLife.Set.yml", "TinyLife.Skills": "TinyLife.Skills.yml", "TinyLife.Skills.FoodType": "TinyLife.Skills.FoodType.yml", @@ -1551,7 +1640,17 @@ "TinyLife.Skills.SkillType.Repair": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Texture": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Types": "TinyLife.Skills.SkillType.yml", + "TinyLife.Skills.SkillType.Woodworking": "TinyLife.Skills.SkillType.yml", "TinyLife.Skills.SkillType.Writing": "TinyLife.Skills.SkillType.yml", + "TinyLife.Skills.WoodworkingRecipe": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.#ctor(TinyLife.Objects.FurnitureType,System.Int32,System.Single,System.TimeSpan)": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.CraftingTime": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.Name": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.Output": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.PriceMultiplier": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.Recipes": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.Register(TinyLife.Skills.WoodworkingRecipe)": "TinyLife.Skills.WoodworkingRecipe.yml", + "TinyLife.Skills.WoodworkingRecipe.RequiredLevel": "TinyLife.Skills.WoodworkingRecipe.yml", "TinyLife.Tools": "TinyLife.Tools.yml", "TinyLife.Tools.FurniturePlacer": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.#ctor(System.Action{TinyLife.Objects.Furniture})": "TinyLife.Tools.FurniturePlacer.yml", @@ -1562,6 +1661,7 @@ "TinyLife.Tools.FurniturePlacer.SelectedFurniture": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectedPreview": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.SelectFurniture(TinyLife.Objects.FurnitureType,TinyLife.Objects.Furniture,System.Action{TinyLife.Objects.Furniture},MLEM.Misc.Direction2,System.Int32[],System.Boolean)": "TinyLife.Tools.FurniturePlacer.yml", + "TinyLife.Tools.FurniturePlacer.UnselectFurniture": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurniturePlacer.Update": "TinyLife.Tools.FurniturePlacer.yml", "TinyLife.Tools.FurnitureTool": "TinyLife.Tools.FurnitureTool.yml", "TinyLife.Tools.FurnitureTool.#ctor": "TinyLife.Tools.FurnitureTool.yml", @@ -1606,6 +1706,7 @@ "TinyLife.Tools.MoveTool.GetMouseCursor": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Opened": "TinyLife.Tools.MoveTool.yml", + "TinyLife.Tools.MoveTool.Reload": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.MoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.MoveTool.yml", "TinyLife.Tools.OpeningTool": "TinyLife.Tools.OpeningTool.yml", @@ -1619,6 +1720,7 @@ "TinyLife.Tools.PlayModeTool.#ctor": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.Closed": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.Opened": "TinyLife.Tools.PlayModeTool.yml", + "TinyLife.Tools.PlayModeTool.Reload": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.SelectedPerson": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.SelectedStat": "TinyLife.Tools.PlayModeTool.yml", "TinyLife.Tools.PlayModeTool.StatType": "TinyLife.Tools.PlayModeTool.StatType.yml", @@ -1638,6 +1740,7 @@ "TinyLife.Tools.RemoveTool.RemoveRoof(TinyLife.World.Roof)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.RemoveWall(TinyLife.World.Wall)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.ShouldHighlightSelectedObject": "TinyLife.Tools.RemoveTool.yml", + "TinyLife.Tools.RemoveTool.StoreOrRemoveFurniture(TinyLife.Objects.Furniture)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RemoveTool.Update(Microsoft.Xna.Framework.GameTime)": "TinyLife.Tools.RemoveTool.yml", "TinyLife.Tools.RoofTool": "TinyLife.Tools.RoofTool.yml", "TinyLife.Tools.RoofTool.#ctor": "TinyLife.Tools.RoofTool.yml", @@ -1665,7 +1768,6 @@ "TinyLife.Tools.Tool.DisplayAsTab": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.ForceWallsUp": "TinyLife.Tools.Tool.yml", - "TinyLife.Tools.Tool.GetClosestWallDirection(Microsoft.Xna.Framework.Point)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.GetMouseCursor": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)": "TinyLife.Tools.Tool.yml", "TinyLife.Tools.Tool.Input": "TinyLife.Tools.Tool.yml", @@ -1807,8 +1909,8 @@ "TinyLife.World.BillsMail.OnReceived(TinyLife.World.Map)": "TinyLife.World.BillsMail.yml", "TinyLife.World.Door": "TinyLife.World.Door.yml", "TinyLife.World.Door.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Door.yml", + "TinyLife.World.Door.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Door.yml", "TinyLife.World.Door.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Door.yml", - "TinyLife.World.Door.IsWindow": "TinyLife.World.Door.yml", "TinyLife.World.DrawDelegate": "TinyLife.World.DrawDelegate.yml", "TinyLife.World.ExportedHousehold": "TinyLife.World.ExportedHousehold.yml", "TinyLife.World.ExportedHousehold.ClothesStorage": "TinyLife.World.ExportedHousehold.yml", @@ -1829,11 +1931,12 @@ "TinyLife.World.Household.Add(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", "TinyLife.World.Household.AreUtilitiesDisabled(System.Nullable{System.TimeSpan})": "TinyLife.World.Household.yml", "TinyLife.World.Household.ClothesStorage": "TinyLife.World.Household.yml", - "TinyLife.World.Household.Export": "TinyLife.World.Household.yml", + "TinyLife.World.Household.DefaultMoney": "TinyLife.World.Household.yml", + "TinyLife.World.Household.Export(System.Boolean)": "TinyLife.World.Household.yml", "TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml", "TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", "TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml", - "TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold)": "TinyLife.World.Household.yml", + "TinyLife.World.Household.Import(TinyLife.World.ExportedHousehold,System.Boolean)": "TinyLife.World.Household.yml", "TinyLife.World.Household.IsCurrent": "TinyLife.World.Household.yml", "TinyLife.World.Household.IsLotVisible(TinyLife.World.Lot)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Lot": "TinyLife.World.Household.yml", @@ -1842,7 +1945,7 @@ "TinyLife.World.Household.Members": "TinyLife.World.Household.yml", "TinyLife.World.Household.Money": "TinyLife.World.Household.yml", "TinyLife.World.Household.Name": "TinyLife.World.Household.yml", - "TinyLife.World.Household.Remove(TinyLife.Objects.Person)": "TinyLife.World.Household.yml", + "TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml", "TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml", "TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Household.yml", "TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml", @@ -1936,6 +2039,7 @@ "TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetPeople": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRandomTile(System.Random,Microsoft.Xna.Framework.Vector2,System.Int32,System.Predicate{Microsoft.Xna.Framework.Point})": "TinyLife.World.Map.yml", + "TinyLife.World.Map.GetRegularVisitors": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoads": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoof(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetRoom(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", @@ -1948,6 +2052,7 @@ "TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", + "TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot)": "TinyLife.World.Map.yml", "TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.LoadStaticMap(System.String)": "TinyLife.World.Map.yml", "TinyLife.World.Map.MailToSend": "TinyLife.World.Map.yml", @@ -1973,7 +2078,8 @@ "TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml", "TinyLife.World.Map.StaticVersion": "TinyLife.World.Map.yml", "TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Map.yml", - "TinyLife.World.Map.Validate(System.Action{System.String})": "TinyLife.World.Map.yml", + "TinyLife.World.Map.UpdateRegularVisitors": "TinyLife.World.Map.yml", + "TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)": "TinyLife.World.Map.yml", "TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.MapAudioEmitter": "TinyLife.World.MapAudioEmitter.yml", "TinyLife.World.MapAudioEmitter.WorldPosition": "TinyLife.World.MapAudioEmitter.yml", @@ -1986,11 +2092,11 @@ "TinyLife.World.MapSection.Validate": "TinyLife.World.MapSection.yml", "TinyLife.World.Opening": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml", + "TinyLife.World.Opening.CanPlaceOn(TinyLife.Objects.FurnitureType)": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Color": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.GetPrice": "TinyLife.World.Opening.yml", - "TinyLife.World.Opening.IsWindow": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.Type": "TinyLife.World.Opening.yml", "TinyLife.World.OpeningType": "TinyLife.World.OpeningType.yml", "TinyLife.World.OpeningType.#ctor(System.String,MLEM.Textures.TextureRegion,TinyLife.World.WallMode,System.Int32,System.Func{TinyLife.World.OpeningType,System.Int32,TinyLife.World.Wall,TinyLife.World.Opening},TinyLife.Utilities.ColorScheme,MLEM.Textures.TextureRegion)": "TinyLife.World.OpeningType.yml", @@ -2029,9 +2135,11 @@ "TinyLife.World.RoofType.Name": "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.SquareShingles": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Style": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Texture": "TinyLife.World.RoofType.yml", + "TinyLife.World.RoofType.Thatch": "TinyLife.World.RoofType.yml", "TinyLife.World.RoofType.Types": "TinyLife.World.RoofType.yml", "TinyLife.World.Room": "TinyLife.World.Room.yml", "TinyLife.World.Room.Center": "TinyLife.World.Room.yml", @@ -2050,7 +2158,7 @@ "TinyLife.World.SwingingDoor.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.CanWalkThrough(TinyLife.World.Wall,TinyLife.Objects.Person)": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,TinyLife.World.Map,TinyLife.World.Wall,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Single,System.Single,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.World.SwingingDoor.yml", - "TinyLife.World.SwingingDoor.IsWindow": "TinyLife.World.SwingingDoor.yml", + "TinyLife.World.SwingingDoor.IsOpen(TinyLife.World.Map,TinyLife.World.Wall)": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.SwingingDoor.Lock": "TinyLife.World.SwingingDoor.yml", "TinyLife.World.Tile": "TinyLife.World.Tile.yml", "TinyLife.World.Tile.BaseName": "TinyLife.World.Tile.yml", diff --git a/api/TinyLife.Actions.Action.CompletionType.yml b/api/TinyLife.Actions.Action.CompletionType.yml index 66cfefa..828c6c7 100644 --- a/api/TinyLife.Actions.Action.CompletionType.yml +++ b/api/TinyLife.Actions.Action.CompletionType.yml @@ -20,10 +20,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CompletionType path: Actions/Action.cs - startLine: 632 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -57,10 +57,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Active path: Actions/Action.cs - startLine: 637 + startLine: 649 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -91,10 +91,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Completed path: Actions/Action.cs - startLine: 641 + startLine: 653 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -125,10 +125,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Failed path: Actions/Action.cs - startLine: 645 + startLine: 657 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -159,10 +159,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Canceled path: Actions/Action.cs - startLine: 649 + startLine: 661 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/api/TinyLife.Actions.Action.yml b/api/TinyLife.Actions.Action.yml index 2207f50..d49a90a 100644 --- a/api/TinyLife.Actions.Action.yml +++ b/api/TinyLife.Actions.Action.yml @@ -19,7 +19,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.ForceFail - TinyLife.Actions.Action.GetDisplayName - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) @@ -39,6 +39,7 @@ items: - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule) - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action) - TinyLife.Actions.Action.Person + - TinyLife.Actions.Action.PlayerPromptOpen - TinyLife.Actions.Action.PutDownOrGoTo(TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[]) - TinyLife.Actions.Action.Random - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot) @@ -59,7 +60,7 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Action path: Actions/Action.cs startLine: 26 @@ -87,6 +88,7 @@ items: - TinyLife.Actions.MultiAction - TinyLife.Actions.PathfindAction - TinyLife.Actions.SocialAction + - TinyLife.Actions.TellPeopleToLeaveRoomAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: @@ -131,7 +133,7 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Random path: Actions/Action.cs startLine: 33 @@ -168,10 +170,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Type path: Actions/Action.cs - startLine: 38 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -213,10 +215,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Info path: Actions/Action.cs - startLine: 43 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -258,10 +260,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: StartedAutomatically path: Actions/Action.cs - startLine: 47 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -305,10 +307,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsUnderlying path: Actions/Action.cs - startLine: 52 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -342,10 +344,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Map path: Actions/Action.cs - startLine: 56 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -379,10 +381,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Person path: Actions/Action.cs - startLine: 60 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -416,10 +418,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ElapsedTime path: Actions/Action.cs - startLine: 64 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -450,6 +452,43 @@ items: - Public - Get - Protected Set +- uid: TinyLife.Actions.Action.PlayerPromptOpen + commentId: P:TinyLife.Actions.Action.PlayerPromptOpen + id: PlayerPromptOpen + parent: TinyLife.Actions.Action + langs: + - csharp + - vb + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen + type: Property + source: + remote: + path: TinyLife/Actions/Action.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: PlayerPromptOpen + path: Actions/Action.cs + startLine: 72 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nA property that stores whether a player prompt is currently open. A prompt can be opened using .\nThis property can be used to ensure that an action is not paused or canceled while a player prompt is open, as, based on the implementation of the action, there might be certain update frames that still occur while the prompt is open.\n" + example: [] + syntax: + content: public bool PlayerPromptOpen { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property PlayerPromptOpen As Boolean + overload: TinyLife.Actions.Action.PlayerPromptOpen* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly - uid: TinyLife.Actions.Action.ForceFail commentId: F:TinyLife.Actions.Action.ForceFail id: ForceFail @@ -465,10 +504,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ForceFail path: Actions/Action.cs - startLine: 70 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -498,10 +537,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: .ctor path: Actions/Action.cs - startLine: 80 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -537,10 +576,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Initialize path: Actions/Action.cs - startLine: 89 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -571,10 +610,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Update path: Actions/Action.cs - startLine: 98 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -615,10 +654,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsCompleted path: Actions/Action.cs - startLine: 113 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -652,10 +691,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: OnCompleted path: Actions/Action.cs - startLine: 122 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -690,10 +729,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanMultitask path: Actions/Action.cs - startLine: 138 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -731,10 +770,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Validate path: Actions/Action.cs - startLine: 149 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -772,10 +811,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanCancel path: Actions/Action.cs - startLine: 161 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -813,10 +852,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetNextAction path: Actions/Action.cs - startLine: 172 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -854,10 +893,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetIconObject path: Actions/Action.cs - startLine: 182 + startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -891,10 +930,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CausesExtremelyFastSpeed path: Actions/Action.cs - startLine: 191 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -928,10 +967,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetDisplayName path: Actions/Action.cs - startLine: 200 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -965,10 +1004,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TryForceFail path: Actions/Action.cs - startLine: 211 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1006,10 +1045,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsFullyInProgress path: Actions/Action.cs - startLine: 222 + startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1043,10 +1082,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetInProgressTime path: Actions/Action.cs - startLine: 232 + startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1080,10 +1119,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ApplyVariety path: Actions/Action.cs - startLine: 242 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1118,10 +1157,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanEnqueueConversation path: Actions/Action.cs - startLine: 253 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1162,10 +1201,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CompleteIfNeedFull path: Actions/Action.cs - startLine: 263 + startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1204,10 +1243,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PutDownOrGoTo path: Actions/Action.cs - startLine: 274 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1249,10 +1288,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetPlaceDirection path: Actions/Action.cs - startLine: 301 + startLine: 309 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1288,10 +1327,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Sit path: Actions/Action.cs - startLine: 317 + startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1333,10 +1372,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CompleteInTime path: Actions/Action.cs - startLine: 337 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1384,14 +1423,14 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: OpenPlayerPrompt path: Actions/Action.cs - startLine: 355 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nOpens a prompt for the player with the given elements, also pausing the game.\nThis behavior is used for things like the action, where a confirmation panel pops up.\n" + summary: "\nOpens a prompt for the player with the given elements, also pausing the game.\nThis behavior is used for things like the action, where a confirmation panel pops up.\nTo check whether a player prompt is currently opened, see .\n" example: [] syntax: content: protected Group OpenPlayerPrompt(string title, Predicate canFinish, Action onFinished, bool canExit, params Element[] children) @@ -1441,14 +1480,14 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: OpenYesNoPrompt path: Actions/Action.cs - startLine: 389 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nOpens a prompt for the player that contains a yes and a no button along with some text.\nThis prompt can be used to ensure that a player selected the right option in an important decision.\nWhile the prompt is open, the game will be paused.\n" + summary: "\nOpens a prompt for the player that contains a yes and a no button along with some text.\nThis prompt can be used to ensure that a player selected the right option in an important decision.\nTo check whether a player prompt is currently opened, see .\n" example: [] syntax: content: protected void OpenYesNoPrompt(string title, Action onYes, Action onNo = null) @@ -1483,14 +1522,14 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: OpenTextPrompt path: Actions/Action.cs - startLine: 415 + startLine: 426 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nOpens a prompt with a text box that allows the player to input a string.\nWhile the prompt is open, the game will be paused.\n" + summary: "\nOpens a prompt with a text box that allows the player to input a string.\nTo check whether a player prompt is currently opened, see .\n" example: [] syntax: content: protected void OpenTextPrompt(string title, Action onFinished, Predicate isNameValid = null, TextField.Rule rule = null) @@ -1531,10 +1570,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SpeakAlone path: Actions/Action.cs - startLine: 433 + startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1582,10 +1621,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetFreeChair path: Actions/Action.cs - startLine: 470 + startLine: 481 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1626,17 +1665,17 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FindAllFreePeople path: Actions/Action.cs - startLine: 500 + startLine: 511 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n" example: [] syntax: - content: public static IEnumerable FindAllFreePeople(ActionType type, Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) + content: public static IEnumerable FindAllFreePeople(ActionType type, Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false) parameters: - id: type type: TinyLife.Actions.ActionType @@ -1682,17 +1721,17 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FindAllFreeFurniture path: Actions/Action.cs - startLine: 525 + startLine: 536 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n" example: [] syntax: - content: public static IEnumerable FindAllFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false) + content: public static IEnumerable FindAllFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false) parameters: - id: person type: TinyLife.Objects.Person @@ -1747,17 +1786,17 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FindAllFreeWalls path: Actions/Action.cs - startLine: 543 + startLine: 554 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n" example: [] syntax: - content: public static IEnumerable FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) + content: public static IEnumerable FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false) parameters: - id: person type: TinyLife.Objects.Person @@ -1800,17 +1839,17 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FindAllFreeGround path: Actions/Action.cs - startLine: 558 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n" example: [] syntax: - content: public static IEnumerable FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false) + content: public static IEnumerable FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false) parameters: - id: person type: TinyLife.Objects.Person @@ -1838,32 +1877,32 @@ items: - Shared fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) name.vb: FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) -- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - id: FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + id: FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action langs: - csharp - vb - name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean) - nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean) + name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) + nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean, System.Boolean) type: Method source: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FindFreeFurniture path: Actions/Action.cs - startLine: 575 + startLine: 587 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA helper method to find the best instance to interact with based on the given data.\nNote that this method always returns a related to the first result from .\n" example: [] syntax: - content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false) + content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false) parameters: - id: person type: TinyLife.Objects.Person @@ -1880,20 +1919,23 @@ items: - id: allowBroken type: System.Boolean description: Whether furniture that is can be returned + - id: ignoreVisibility + type: System.Boolean + description: Whether the visibility () of the object's lot should be ignored, or false by default return: type: TinyLife.Actions.ActionInfo description: An action info for the best furniture, or null if there is none - content.vb: Public Shared Function FindFreeFurniture(person As Person, categories As ObjectCategory, objectSpotType As FurnitureType = Nothing, position As Vector2? = Nothing, allowBroken As Boolean = False) As ActionInfo + content.vb: Public Shared Function FindFreeFurniture(person As Person, categories As ObjectCategory, objectSpotType As FurnitureType = Nothing, position As Vector2? = Nothing, allowBroken As Boolean = False, ignoreVisibility As Boolean = False) As ActionInfo overload: TinyLife.Actions.Action.FindFreeFurniture* - nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) + nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) modifiers.csharp: - public - static modifiers.vb: - Public - Shared - fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) + fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) id: CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) @@ -1909,10 +1951,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanMultitask path: Actions/Action.cs - startLine: 587 + startLine: 599 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1953,10 +1995,10 @@ items: remote: path: TinyLife/Actions/Action.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetTableSpot path: Actions/Action.cs - startLine: 598 + startLine: 610 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2858,6 +2900,167 @@ references: name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan +- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[]) + commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[]) + parent: TinyLife.Actions.Action + isExternal: true + name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Element[]) + nameWithType: Action.OpenPlayerPrompt(String, Predicate, Action, Boolean, Element[]) + fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, MLEM.Ui.Elements.Element[]) + nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element()) + fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, MLEM.Ui.Elements.Element()) + name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Element()) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[]) + name: OpenPlayerPrompt + nameWithType: Action.OpenPlayerPrompt + fullName: TinyLife.Actions.Action.OpenPlayerPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Predicate`1 + name: Predicate + nameWithType: Predicate + fullName: System.Predicate + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Panel + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,MLEM.Ui.Elements.Element[]) + name: OpenPlayerPrompt + nameWithType: Action.OpenPlayerPrompt + fullName: TinyLife.Actions.Action.OpenPlayerPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Predicate`1 + name: Predicate + nameWithType: Predicate + fullName: System.Predicate + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Ui.Elements.Panel + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Ui.Elements.Panel + name: Panel + nameWithType: Panel + fullName: MLEM.Ui.Elements.Panel + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + isExternal: true + - name: () + nameWithType: () + fullName: () + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.PlayerPromptOpen* + commentId: Overload:TinyLife.Actions.Action.PlayerPromptOpen + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen - uid: TinyLife.Actions.Action.IsCompleted commentId: M:TinyLife.Actions.Action.IsCompleted parent: TinyLife.Actions.Action @@ -3588,6 +3791,12 @@ references: - uid: TinyLife.Actions.ActionType.QuitJob commentId: F:TinyLife.Actions.ActionType.QuitJob isExternal: true +- uid: TinyLife.Actions.Action.PlayerPromptOpen + commentId: P:TinyLife.Actions.Action.PlayerPromptOpen + parent: TinyLife.Actions.Action + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen - uid: System.InvalidOperationException commentId: T:System.InvalidOperationException isExternal: true diff --git a/api/TinyLife.Actions.ActionInfo.yml b/api/TinyLife.Actions.ActionInfo.yml index 52a8334..74c4592 100644 --- a/api/TinyLife.Actions.ActionInfo.yml +++ b/api/TinyLife.Actions.ActionInfo.yml @@ -10,6 +10,7 @@ items: - TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) - TinyLife.Actions.ActionInfo.FromLocation(TinyLife.Objects.Person,Microsoft.Xna.Framework.Vector2) - TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject) + - TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person) - TinyLife.Actions.ActionInfo.GetActionObject``1 - TinyLife.Actions.ActionInfo.GetInvolvedActionSpot(TinyLife.Objects.Furniture) - TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean) @@ -30,7 +31,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ActionInfo path: Actions/ActionInfo.cs startLine: 14 @@ -95,7 +96,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Person path: Actions/ActionInfo.cs startLine: 20 @@ -132,7 +133,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ActionLocation path: Actions/ActionInfo.cs startLine: 27 @@ -177,7 +178,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ActionSpot path: Actions/ActionInfo.cs startLine: 31 @@ -217,7 +218,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Map path: Actions/ActionInfo.cs startLine: 38 @@ -254,7 +255,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetActionObject path: Actions/ActionInfo.cs startLine: 65 @@ -295,7 +296,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AddAuxiliaryObject path: Actions/ActionInfo.cs startLine: 87 @@ -334,7 +335,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetInvolvedObjects path: Actions/ActionInfo.cs startLine: 105 @@ -382,7 +383,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetInvolvedObject path: Actions/ActionInfo.cs startLine: 148 @@ -432,7 +433,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetInvolvedActionSpot path: Actions/ActionInfo.cs startLine: 159 @@ -471,7 +472,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ToFreeActionSpot path: Actions/ActionInfo.cs startLine: 175 @@ -510,7 +511,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: OccupyFreeActionSpot path: Actions/ActionInfo.cs startLine: 191 @@ -520,7 +521,7 @@ items: summary: "\nThis is a shorthand method for .\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n" example: [] syntax: - content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? )) + content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null) parameters: - id: context type: TinyLife.Objects.ObjectCategory @@ -558,7 +559,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Validate path: Actions/ActionInfo.cs startLine: 201 @@ -594,7 +595,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FromLocation path: Actions/ActionInfo.cs startLine: 211 @@ -638,7 +639,7 @@ items: remote: path: TinyLife/Actions/ActionInfo.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FromObjectGeneric path: Actions/ActionInfo.cs startLine: 221 @@ -667,6 +668,47 @@ items: modifiers.vb: - Public - Shared +- uid: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person) + id: FromSelf(TinyLife.Objects.Person) + parent: TinyLife.Actions.ActionInfo + langs: + - csharp + - vb + name: FromSelf(Person) + nameWithType: ActionInfo.FromSelf(Person) + fullName: TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person) + type: Method + source: + remote: + path: TinyLife/Actions/ActionInfo.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: FromSelf + path: Actions/ActionInfo.cs + startLine: 230 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nReturns a new based on the given person, with the action object also being the person\n" + example: [] + syntax: + content: public static ActionInfo FromSelf(Person person) + parameters: + - id: person + type: TinyLife.Objects.Person + description: The person to create an action info from + return: + type: TinyLife.Actions.ActionInfo + description: A new action info based on the person + content.vb: Public Shared Function FromSelf(person As Person) As ActionInfo + overload: TinyLife.Actions.ActionInfo.FromSelf* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared references: - uid: TinyLife.Actions commentId: N:TinyLife.Actions @@ -1904,3 +1946,8 @@ references: name: FromObjectGeneric nameWithType: ActionInfo.FromObjectGeneric fullName: TinyLife.Actions.ActionInfo.FromObjectGeneric +- uid: TinyLife.Actions.ActionInfo.FromSelf* + commentId: Overload:TinyLife.Actions.ActionInfo.FromSelf + name: FromSelf + nameWithType: ActionInfo.FromSelf + fullName: TinyLife.Actions.ActionInfo.FromSelf diff --git a/api/TinyLife.Actions.ActionType.AiSettings.yml b/api/TinyLife.Actions.ActionType.AiSettings.yml index 3b223b8..19e9626 100644 --- a/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -21,10 +21,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AiSettings path: Actions/ActionType.cs - startLine: 290 + startLine: 309 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -63,10 +63,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SolvedNeeds path: Actions/ActionType.cs - startLine: 297 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -96,10 +96,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PassivePriority path: Actions/ActionType.cs - startLine: 304 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -129,10 +129,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanDoRandomly path: Actions/ActionType.cs - startLine: 311 + startLine: 330 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -162,10 +162,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanDoAtAnyPoint path: Actions/ActionType.cs - startLine: 318 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -195,10 +195,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NeedsFreeActionSpot path: Actions/ActionType.cs - startLine: 324 + startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml b/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml index 738c011..9cf0b95 100644 --- a/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml +++ b/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml @@ -16,10 +16,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecuteDelegate path: Actions/ActionType.cs - startLine: 157 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/api/TinyLife.Actions.ActionType.CanExecuteResult.yml b/api/TinyLife.Actions.ActionType.CanExecuteResult.yml index 17be55a..7877ab3 100644 --- a/api/TinyLife.Actions.ActionType.CanExecuteResult.yml +++ b/api/TinyLife.Actions.ActionType.CanExecuteResult.yml @@ -36,10 +36,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecuteResult path: Actions/ActionType.cs - startLine: 331 + startLine: 350 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -72,10 +72,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Hidden path: Actions/ActionType.cs - startLine: 336 + startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -106,10 +106,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Valid path: Actions/ActionType.cs - startLine: 340 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -140,10 +140,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: HoldingItem path: Actions/ActionType.cs - startLine: 344 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -174,10 +174,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NoSpace path: Actions/ActionType.cs - startLine: 348 + startLine: 367 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -208,10 +208,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NoChair path: Actions/ActionType.cs - startLine: 352 + startLine: 371 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -242,10 +242,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NotEnoughMoney path: Actions/ActionType.cs - startLine: 356 + startLine: 375 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -276,10 +276,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NotEnoughSkill path: Actions/ActionType.cs - startLine: 360 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -310,10 +310,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TooFar path: Actions/ActionType.cs - startLine: 364 + startLine: 383 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -344,10 +344,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NotYours path: Actions/ActionType.cs - startLine: 368 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -378,10 +378,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TooUncomfortable path: Actions/ActionType.cs - startLine: 372 + startLine: 391 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -412,10 +412,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TooEmbarrassed path: Actions/ActionType.cs - startLine: 376 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -446,10 +446,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TooSad path: Actions/ActionType.cs - startLine: 380 + startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -480,10 +480,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WrongRelationshipType path: Actions/ActionType.cs - startLine: 384 + startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -514,10 +514,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ObjectBroken path: Actions/ActionType.cs - startLine: 388 + startLine: 407 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -548,10 +548,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NoMatchingObjectAround path: Actions/ActionType.cs - startLine: 392 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -582,10 +582,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: UtilitiesDisabled path: Actions/ActionType.cs - startLine: 396 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -616,10 +616,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Expired path: Actions/ActionType.cs - startLine: 400 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -650,10 +650,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: BlockedByEmotionModifier path: Actions/ActionType.cs - startLine: 404 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -684,10 +684,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WaitingRequired path: Actions/ActionType.cs - startLine: 408 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -718,10 +718,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TooStunned path: Actions/ActionType.cs - startLine: 412 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/api/TinyLife.Actions.ActionType.TypeSettings.yml b/api/TinyLife.Actions.ActionType.TypeSettings.yml index d5a2d8f..2e79216 100644 --- a/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -36,10 +36,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TypeSettings path: Actions/ActionType.cs - startLine: 162 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -84,10 +84,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Name path: Actions/ActionType.cs - startLine: 167 + startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -117,10 +117,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: NameWithoutCategory path: Actions/ActionType.cs - startLine: 172 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -155,10 +155,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Categories path: Actions/ActionType.cs - startLine: 177 + startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -193,10 +193,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Texture path: Actions/ActionType.cs - startLine: 182 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -226,10 +226,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Context path: Actions/ActionType.cs - startLine: 187 + startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -259,10 +259,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecute path: Actions/ActionType.cs - startLine: 193 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -292,10 +292,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ConstructedType path: Actions/ActionType.cs - startLine: 198 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -325,10 +325,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ConstructorArguments path: Actions/ActionType.cs - startLine: 203 + startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -358,14 +358,14 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Varieties path: Actions/ActionType.cs - startLine: 209 + startLine: 228 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. If 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 \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 @@ -391,10 +391,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Ai path: Actions/ActionType.cs - startLine: 214 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -424,10 +424,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsInappropriateElsewhere path: Actions/ActionType.cs - startLine: 219 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -457,10 +457,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IconName path: Actions/ActionType.cs - startLine: 225 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -490,10 +490,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetDisplayName path: Actions/ActionType.cs - startLine: 231 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -523,10 +523,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: RequiredSkill path: Actions/ActionType.cs - startLine: 237 + startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -556,10 +556,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: RequiredEmotion path: Actions/ActionType.cs - startLine: 242 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -589,10 +589,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: RequiredPersonality path: Actions/ActionType.cs - startLine: 247 + startLine: 266 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -622,10 +622,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: .ctor path: Actions/ActionType.cs - startLine: 257 + startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -664,10 +664,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SetData path: Actions/ActionType.cs - startLine: 268 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -702,10 +702,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetData path: Actions/ActionType.cs - startLine: 274 + startLine: 293 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -745,10 +745,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetDataKeys path: Actions/ActionType.cs - startLine: 279 + startLine: 298 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1697,6 +1697,9 @@ references: - uid: TinyLife.Actions.ActionVariety.PassivePriority commentId: F:TinyLife.Actions.ActionVariety.PassivePriority isExternal: true +- uid: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) + isExternal: true - uid: System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} parent: System diff --git a/api/TinyLife.Actions.ActionType.yml b/api/TinyLife.Actions.ActionType.yml index 9aa02d0..fc51da7 100644 --- a/api/TinyLife.Actions.ActionType.yml +++ b/api/TinyLife.Actions.ActionType.yml @@ -26,6 +26,7 @@ items: - TinyLife.Actions.ActionType.CanWorkAtDeskObject(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.ChangeOutfit - TinyLife.Actions.ActionType.Chat + - TinyLife.Actions.ActionType.ChatWith - TinyLife.Actions.ActionType.Clean - TinyLife.Actions.ActionType.CleanDish - TinyLife.Actions.ActionType.CleanEverything @@ -53,6 +54,7 @@ items: - TinyLife.Actions.ActionType.GetIngredientsSingle - TinyLife.Actions.ActionType.GetJob - TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) + - TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) - TinyLife.Actions.ActionType.GetWater - TinyLife.Actions.ActionType.GoHere - TinyLife.Actions.ActionType.GoHome @@ -65,6 +67,7 @@ items: - TinyLife.Actions.ActionType.HaveBookPublished - TinyLife.Actions.ActionType.ImplyMotherIsCamel - TinyLife.Actions.ActionType.Insult + - TinyLife.Actions.ActionType.InviteToHousehold - TinyLife.Actions.ActionType.IsActionType(System.Type) - TinyLife.Actions.ActionType.IsComfortable(TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean) @@ -84,6 +87,7 @@ items: - TinyLife.Actions.ActionType.JokeAboutWork - TinyLife.Actions.ActionType.JokeAboutWritingStyle - TinyLife.Actions.ActionType.LiftWeights + - TinyLife.Actions.ActionType.LightFireplace - TinyLife.Actions.ActionType.LockDoor - TinyLife.Actions.ActionType.MakeFunOfIntroversion - TinyLife.Actions.ActionType.MakeFunOfLaziness @@ -116,6 +120,7 @@ items: - TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings}) - TinyLife.Actions.ActionType.Repair - TinyLife.Actions.ActionType.RunOnTreadmill + - TinyLife.Actions.ActionType.Scrap - TinyLife.Actions.ActionType.SelfPublishBook - TinyLife.Actions.ActionType.SellPainting - TinyLife.Actions.ActionType.Settings @@ -149,11 +154,13 @@ items: - TinyLife.Actions.ActionType.ToggleLight - TinyLife.Actions.ActionType.Types - TinyLife.Actions.ActionType.VisitLot + - TinyLife.Actions.ActionType.VisitorGoHome - TinyLife.Actions.ActionType.WakeUp - TinyLife.Actions.ActionType.Walk - TinyLife.Actions.ActionType.WashHands - TinyLife.Actions.ActionType.WatchTv - TinyLife.Actions.ActionType.WatchWalkthroughs + - TinyLife.Actions.ActionType.Woodworking - TinyLife.Actions.ActionType.Work - TinyLife.Actions.ActionType.WriteBook langs: @@ -167,7 +174,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ActionType path: Actions/ActionType.Utilities.cs startLine: 13 @@ -218,7 +225,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Types path: Actions/ActionType.cs startLine: 34 @@ -255,7 +262,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Settings path: Actions/ActionType.cs startLine: 39 @@ -292,7 +299,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Construct path: Actions/ActionType.cs startLine: 51 @@ -302,7 +309,7 @@ items: summary: "\nCreates a new instance of this .\n" example: [] syntax: - content: public Action Construct(ActionInfo info, ActionVariety? variety = default(ActionVariety? )) + content: public Action Construct(ActionInfo info, ActionVariety? variety = null) parameters: - id: info type: TinyLife.Actions.ActionInfo @@ -337,7 +344,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetDisplayName path: Actions/ActionType.cs startLine: 66 @@ -379,7 +386,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsActionType path: Actions/ActionType.cs startLine: 76 @@ -418,7 +425,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecute path: Actions/ActionType.cs startLine: 87 @@ -460,7 +467,7 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetIconName path: Actions/ActionType.cs startLine: 107 @@ -480,6 +487,45 @@ items: - public modifiers.vb: - Public +- uid: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) + id: GetVarieties(TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: GetVarieties(ActionInfo) + nameWithType: ActionType.GetVarieties(ActionInfo) + fullName: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo) + type: Method + source: + remote: + path: TinyLife/Actions/ActionType.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: GetVarieties + path: Actions/ActionType.cs + startLine: 121 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + summary: "\nConstructs and returns a set of for this action.\nNote that the information specified in the documentation applies.\nThis method also handles the appropriate error detection, so that the game does not crash when varities cause an exception.\n" + example: [] + syntax: + content: public ActionVariety[] GetVarieties(ActionInfo info) + parameters: + - id: info + type: TinyLife.Actions.ActionInfo + description: The action info to create the varieties for + return: + type: TinyLife.Actions.ActionVariety[] + description: The varieties for the given action info + content.vb: Public Function GetVarieties(info As ActionInfo) As ActionVariety() + overload: TinyLife.Actions.ActionType.GetVarieties* + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings) commentId: M:TinyLife.Actions.ActionType.Register(TinyLife.Actions.ActionType.TypeSettings) id: Register(TinyLife.Actions.ActionType.TypeSettings) @@ -495,10 +541,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Register path: Actions/ActionType.cs - startLine: 131 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -536,10 +582,10 @@ items: remote: path: TinyLife/Actions/ActionType.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: RegisterAll path: Actions/ActionType.cs - startLine: 140 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -580,10 +626,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Walk path: Actions/ActionType.Internal.cs - startLine: 6 + startLine: 8 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -615,10 +661,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Drive path: Actions/ActionType.Internal.cs - startLine: 7 + startLine: 9 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -650,10 +696,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PassOut path: Actions/ActionType.Internal.cs - startLine: 8 + startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -685,10 +731,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PeeSelf path: Actions/ActionType.Internal.cs - startLine: 9 + startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -720,10 +766,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Starve path: Actions/ActionType.Internal.cs - startLine: 10 + startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -755,10 +801,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellPeopleToLeaveRoom path: Actions/ActionType.Internal.cs - startLine: 11 + startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -790,10 +836,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: BeAwayFromLotEmployment path: Actions/ActionType.Internal.cs - startLine: 12 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -825,10 +871,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: DeliverMail path: Actions/ActionType.Internal.cs - startLine: 13 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -860,10 +906,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Die path: Actions/ActionType.Internal.cs - startLine: 14 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -895,10 +941,10 @@ items: remote: path: TinyLife/Actions/ActionType.Internal.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CollectTrash path: Actions/ActionType.Internal.cs - startLine: 15 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -915,6 +961,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.VisitorGoHome + commentId: F:TinyLife.Actions.ActionType.VisitorGoHome + id: VisitorGoHome + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: VisitorGoHome + nameWithType: ActionType.VisitorGoHome + fullName: TinyLife.Actions.ActionType.VisitorGoHome + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Internal.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: VisitorGoHome + path: Actions/ActionType.Internal.cs + startLine: 18 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType VisitorGoHome + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly VisitorGoHome 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 @@ -930,7 +1011,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GoHere path: Actions/ActionType.Misc.cs startLine: 16 @@ -965,7 +1046,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Sit path: Actions/ActionType.Misc.cs startLine: 19 @@ -1000,7 +1081,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SitToilet path: Actions/ActionType.Misc.cs startLine: 25 @@ -1035,7 +1116,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Sleep path: Actions/ActionType.Misc.cs startLine: 32 @@ -1070,7 +1151,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TakeShower path: Actions/ActionType.Misc.cs startLine: 40 @@ -1105,7 +1186,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetIngredientsSingle path: Actions/ActionType.Misc.cs startLine: 48 @@ -1140,7 +1221,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetIngredientsFamily path: Actions/ActionType.Misc.cs startLine: 49 @@ -1175,7 +1256,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PutDown path: Actions/ActionType.Misc.cs startLine: 50 @@ -1210,7 +1291,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PrepareFood path: Actions/ActionType.Misc.cs startLine: 57 @@ -1245,7 +1326,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CookFood path: Actions/ActionType.Misc.cs startLine: 65 @@ -1280,7 +1361,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PickUp path: Actions/ActionType.Misc.cs startLine: 73 @@ -1315,7 +1396,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Eat path: Actions/ActionType.Misc.cs startLine: 76 @@ -1350,7 +1431,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GrabServing path: Actions/ActionType.Misc.cs startLine: 93 @@ -1385,7 +1466,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CallToMeal path: Actions/ActionType.Misc.cs startLine: 101 @@ -1420,7 +1501,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PlaySingleplayerGames path: Actions/ActionType.Misc.cs startLine: 104 @@ -1455,7 +1536,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PlayOnlineGames path: Actions/ActionType.Misc.cs startLine: 105 @@ -1490,7 +1571,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WatchWalkthroughs path: Actions/ActionType.Misc.cs startLine: 106 @@ -1525,7 +1606,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JoinEasyTournament path: Actions/ActionType.Misc.cs startLine: 107 @@ -1560,7 +1641,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JoinAdvancedTournament path: Actions/ActionType.Misc.cs startLine: 108 @@ -1595,7 +1676,7 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Chat path: Actions/ActionType.Misc.cs startLine: 109 @@ -1615,6 +1696,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.ChatWith + commentId: F:TinyLife.Actions.ActionType.ChatWith + id: ChatWith + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: ChatWith + nameWithType: ActionType.ChatWith + fullName: TinyLife.Actions.ActionType.ChatWith + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: ChatWith + path: Actions/ActionType.Misc.cs + startLine: 117 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType ChatWith + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly ChatWith As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.CleanDish commentId: F:TinyLife.Actions.ActionType.CleanDish id: CleanDish @@ -1630,10 +1746,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CleanDish path: Actions/ActionType.Misc.cs - startLine: 117 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1665,10 +1781,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ChangeOutfit path: Actions/ActionType.Misc.cs - startLine: 126 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1700,10 +1816,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: EditOutfits path: Actions/ActionType.Misc.cs - startLine: 140 + startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1735,10 +1851,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GoHome path: Actions/ActionType.Misc.cs - startLine: 143 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1770,10 +1886,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: VisitLot path: Actions/ActionType.Misc.cs - startLine: 158 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1805,10 +1921,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Paint path: Actions/ActionType.Misc.cs - startLine: 181 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1840,10 +1956,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SellPainting path: Actions/ActionType.Misc.cs - startLine: 189 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1875,10 +1991,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PracticeSpeech path: Actions/ActionType.Misc.cs - startLine: 207 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1910,10 +2026,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Read path: Actions/ActionType.Misc.cs - startLine: 210 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1945,10 +2061,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PutAwayBook path: Actions/ActionType.Misc.cs - startLine: 223 + startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1980,10 +2096,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PracticeJokes path: Actions/ActionType.Misc.cs - startLine: 230 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2015,10 +2131,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Work path: Actions/ActionType.Misc.cs - startLine: 233 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2050,10 +2166,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetJob path: Actions/ActionType.Misc.cs - startLine: 240 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2085,10 +2201,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: QuitJob path: Actions/ActionType.Misc.cs - startLine: 244 + startLine: 250 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2120,10 +2236,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MopPuddle path: Actions/ActionType.Misc.cs - startLine: 247 + startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2155,10 +2271,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PracticeProgramming path: Actions/ActionType.Misc.cs - startLine: 257 + startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2190,10 +2306,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ModGame path: Actions/ActionType.Misc.cs - startLine: 264 + startLine: 270 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2225,10 +2341,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: HackSomeone path: Actions/ActionType.Misc.cs - startLine: 272 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2260,10 +2376,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WatchTv path: Actions/ActionType.Misc.cs - startLine: 276 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2295,10 +2411,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Repair path: Actions/ActionType.Misc.cs - startLine: 286 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2330,10 +2446,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PayBills path: Actions/ActionType.Misc.cs - startLine: 298 + startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2365,10 +2481,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PracticeWriting path: Actions/ActionType.Misc.cs - startLine: 311 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2400,10 +2516,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WriteBook path: Actions/ActionType.Misc.cs - startLine: 318 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2435,10 +2551,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: SelfPublishBook path: Actions/ActionType.Misc.cs - startLine: 330 + startLine: 336 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2470,10 +2586,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: HaveBookPublished path: Actions/ActionType.Misc.cs - startLine: 331 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2505,10 +2621,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: LockDoor path: Actions/ActionType.Misc.cs - startLine: 332 + startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2540,10 +2656,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AdmireLgbtFlag path: Actions/ActionType.Misc.cs - startLine: 339 + startLine: 345 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2575,10 +2691,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ShakeTree path: Actions/ActionType.Misc.cs - startLine: 342 + startLine: 348 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2610,10 +2726,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: RunOnTreadmill path: Actions/ActionType.Misc.cs - startLine: 345 + startLine: 351 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2645,10 +2761,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GoJogging path: Actions/ActionType.Misc.cs - startLine: 352 + startLine: 358 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2680,10 +2796,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: LiftWeights path: Actions/ActionType.Misc.cs - startLine: 359 + startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2715,10 +2831,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MixProteinShake path: Actions/ActionType.Misc.cs - startLine: 366 + startLine: 372 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2750,10 +2866,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetWater path: Actions/ActionType.Misc.cs - startLine: 374 + startLine: 380 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2785,10 +2901,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WashHands path: Actions/ActionType.Misc.cs - startLine: 381 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2820,10 +2936,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ToggleLight path: Actions/ActionType.Misc.cs - startLine: 388 + startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2855,10 +2971,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ToggleAllLights path: Actions/ActionType.Misc.cs - startLine: 391 + startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2890,10 +3006,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GrillFood path: Actions/ActionType.Misc.cs - startLine: 402 + startLine: 408 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2925,10 +3041,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ThrowAway path: Actions/ActionType.Misc.cs - startLine: 411 + startLine: 417 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2945,6 +3061,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.Scrap + commentId: F:TinyLife.Actions.ActionType.Scrap + id: Scrap + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: Scrap + nameWithType: ActionType.Scrap + fullName: TinyLife.Actions.ActionType.Scrap + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: Scrap + path: Actions/ActionType.Misc.cs + startLine: 425 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType Scrap + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly Scrap As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.CleanEverything commentId: F:TinyLife.Actions.ActionType.CleanEverything id: CleanEverything @@ -2960,10 +3111,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CleanEverything path: Actions/ActionType.Misc.cs - startLine: 419 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2995,10 +3146,10 @@ items: remote: path: TinyLife/Actions/ActionType.Misc.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Clean path: Actions/ActionType.Misc.cs - startLine: 424 + startLine: 436 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3015,6 +3166,76 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.Woodworking + commentId: F:TinyLife.Actions.ActionType.Woodworking + id: Woodworking + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: Woodworking + nameWithType: ActionType.Woodworking + fullName: TinyLife.Actions.ActionType.Woodworking + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: Woodworking + path: Actions/ActionType.Misc.cs + startLine: 443 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType Woodworking + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly Woodworking As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.LightFireplace + commentId: F:TinyLife.Actions.ActionType.LightFireplace + id: LightFireplace + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: LightFireplace + nameWithType: ActionType.LightFireplace + fullName: TinyLife.Actions.ActionType.LightFireplace + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: LightFireplace + path: Actions/ActionType.Misc.cs + startLine: 464 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType LightFireplace + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly LightFireplace 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 @@ -3030,7 +3251,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ConfideIn path: Actions/ActionType.Social.cs startLine: 20 @@ -3065,7 +3286,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ComplainAboutLife path: Actions/ActionType.Social.cs startLine: 25 @@ -3100,7 +3321,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutFeelings path: Actions/ActionType.Social.cs startLine: 30 @@ -3135,7 +3356,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ShareIdeas path: Actions/ActionType.Social.cs startLine: 35 @@ -3170,7 +3391,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GaugeRelationship path: Actions/ActionType.Social.cs startLine: 40 @@ -3205,7 +3426,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskToLeave path: Actions/ActionType.Social.cs startLine: 62 @@ -3240,7 +3461,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CallOver path: Actions/ActionType.Social.cs startLine: 68 @@ -3275,7 +3496,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ThisIsInappropriate path: Actions/ActionType.Social.cs startLine: 74 @@ -3310,7 +3531,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: WakeUp path: Actions/ActionType.Social.cs startLine: 85 @@ -3345,7 +3566,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskAboutPersonality path: Actions/ActionType.Social.cs startLine: 88 @@ -3380,7 +3601,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Talk path: Actions/ActionType.Social.cs startLine: 106 @@ -3415,7 +3636,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskAboutDay path: Actions/ActionType.Social.cs startLine: 110 @@ -3450,7 +3671,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellEngagingStory path: Actions/ActionType.Social.cs startLine: 114 @@ -3485,7 +3706,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellStory path: Actions/ActionType.Social.cs startLine: 119 @@ -3520,7 +3741,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutWork path: Actions/ActionType.Social.cs startLine: 123 @@ -3555,7 +3776,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutNeighborhood path: Actions/ActionType.Social.cs startLine: 128 @@ -3590,7 +3811,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutOutdoors path: Actions/ActionType.Social.cs startLine: 132 @@ -3625,7 +3846,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutFood path: Actions/ActionType.Social.cs startLine: 136 @@ -3660,7 +3881,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: DiscussWorkoutRegimen path: Actions/ActionType.Social.cs startLine: 140 @@ -3695,7 +3916,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CompareMuscleSize path: Actions/ActionType.Social.cs startLine: 146 @@ -3730,7 +3951,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GushAboutPartner path: Actions/ActionType.Social.cs startLine: 152 @@ -3765,7 +3986,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskAboutGamingRig path: Actions/ActionType.Social.cs startLine: 157 @@ -3800,7 +4021,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskAboutComputerSpecs path: Actions/ActionType.Social.cs startLine: 162 @@ -3835,7 +4056,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: BoastAboutPagesWritten path: Actions/ActionType.Social.cs startLine: 167 @@ -3870,7 +4091,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PoseMathPuzzle path: Actions/ActionType.Social.cs startLine: 172 @@ -3905,7 +4126,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ExpressFearOfCrowds path: Actions/ActionType.Social.cs startLine: 177 @@ -3940,7 +4161,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutNaps path: Actions/ActionType.Social.cs startLine: 182 @@ -3975,7 +4196,7 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TalkAboutWatchingTv path: Actions/ActionType.Social.cs startLine: 188 @@ -3995,6 +4216,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.InviteToHousehold + commentId: F:TinyLife.Actions.ActionType.InviteToHousehold + id: InviteToHousehold + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: InviteToHousehold + nameWithType: ActionType.InviteToHousehold + fullName: TinyLife.Actions.ActionType.InviteToHousehold + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: master + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git + id: InviteToHousehold + path: Actions/ActionType.Social.cs + startLine: 193 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType InviteToHousehold + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly InviteToHousehold As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.TellJoke commentId: F:TinyLife.Actions.ActionType.TellJoke id: TellJoke @@ -4010,10 +4266,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellJoke path: Actions/ActionType.Social.cs - startLine: 195 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4045,10 +4301,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellFunnyStory path: Actions/ActionType.Social.cs - startLine: 201 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4080,10 +4336,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellRidiculousStory path: Actions/ActionType.Social.cs - startLine: 206 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4115,10 +4371,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellComplexJoke path: Actions/ActionType.Social.cs - startLine: 211 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4150,10 +4406,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PlayTrick path: Actions/ActionType.Social.cs - startLine: 217 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4185,10 +4441,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutWork path: Actions/ActionType.Social.cs - startLine: 223 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4220,10 +4476,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutOwnUnemployment path: Actions/ActionType.Social.cs - startLine: 229 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4255,10 +4511,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutTreadmillAccidents path: Actions/ActionType.Social.cs - startLine: 235 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4290,10 +4546,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutWritingStyle path: Actions/ActionType.Social.cs - startLine: 241 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4325,10 +4581,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutAromance path: Actions/ActionType.Social.cs - startLine: 247 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4360,10 +4616,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: JokeAboutAsexuality path: Actions/ActionType.Social.cs - startLine: 253 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4395,10 +4651,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: TellJokeAboutSomething path: Actions/ActionType.Social.cs - startLine: 259 + startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4430,10 +4686,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Insult path: Actions/ActionType.Social.cs - startLine: 268 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4465,10 +4721,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ImplyMotherIsCamel path: Actions/ActionType.Social.cs - startLine: 273 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4500,10 +4756,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeFunOfUnemployment path: Actions/ActionType.Social.cs - startLine: 278 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4535,10 +4791,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeFunOfLaziness path: Actions/ActionType.Social.cs - startLine: 283 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4570,10 +4826,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeFunOfIntroversion path: Actions/ActionType.Social.cs - startLine: 288 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4605,10 +4861,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeFunOfNiceness path: Actions/ActionType.Social.cs - startLine: 293 + startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4640,10 +4896,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ComplainAboutRelationship path: Actions/ActionType.Social.cs - startLine: 298 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4675,10 +4931,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeFunOfPoorFitness path: Actions/ActionType.Social.cs - startLine: 303 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4710,10 +4966,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: BreakUp path: Actions/ActionType.Social.cs - startLine: 309 + startLine: 313 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4745,10 +5001,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Flirt path: Actions/ActionType.Social.cs - startLine: 320 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4780,10 +5036,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ComplimentLooks path: Actions/ActionType.Social.cs - startLine: 325 + startLine: 329 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4815,10 +5071,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: MakeRisqueRemark path: Actions/ActionType.Social.cs - startLine: 330 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4850,10 +5106,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: StartDating path: Actions/ActionType.Social.cs - startLine: 337 + startLine: 341 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4885,10 +5141,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AskAboutFoolingInterests path: Actions/ActionType.Social.cs - startLine: 352 + startLine: 356 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4920,10 +5176,10 @@ items: remote: path: TinyLife/Actions/ActionType.Social.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: FoolAround path: Actions/ActionType.Social.cs - startLine: 359 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4955,7 +5211,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsHoldingOrValidParent path: Actions/ActionType.Utilities.cs startLine: 28 @@ -4978,7 +5234,7 @@ items: description: A predicate that checks if the given item is the one searched for - id: parentHasToExist type: System.Boolean - description: Whether the parent furniture has to be visible somewhere, even if the action object is being held. This is checked using . + description: Whether the parent furniture has to be visible somewhere, even if the action object is being held. This is checked using . return: type: TinyLife.Actions.ActionType.CanExecuteResult description: A result that represents the validity of the action @@ -5008,7 +5264,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanPlaceHeldItem path: Actions/ActionType.Utilities.cs startLine: 54 @@ -5052,7 +5308,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: HasChairOrIsStandingDesk path: Actions/ActionType.Utilities.cs startLine: 75 @@ -5096,7 +5352,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsDislikedOrMean path: Actions/ActionType.Utilities.cs startLine: 91 @@ -5140,7 +5396,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsReadyForRomance path: Actions/ActionType.Utilities.cs startLine: 109 @@ -5184,7 +5440,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsComfortable path: Actions/ActionType.Utilities.cs startLine: 133 @@ -5228,7 +5484,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsNotUncomfortable path: Actions/ActionType.Utilities.cs startLine: 144 @@ -5272,7 +5528,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsNotEmbarrassed path: Actions/ActionType.Utilities.cs startLine: 154 @@ -5316,7 +5572,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsEmptyHanded path: Actions/ActionType.Utilities.cs startLine: 164 @@ -5360,7 +5616,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsFunctional path: Actions/ActionType.Utilities.cs startLine: 174 @@ -5404,7 +5660,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanWorkAtDeskObject path: Actions/ActionType.Utilities.cs startLine: 191 @@ -5448,7 +5704,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: IsNotExpired path: Actions/ActionType.Utilities.cs startLine: 201 @@ -5492,7 +5748,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanDoImportantAction path: Actions/ActionType.Utilities.cs startLine: 213 @@ -5536,7 +5792,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: AreDating path: Actions/ActionType.Utilities.cs startLine: 223 @@ -5580,7 +5836,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecuteAll path: Actions/ActionType.Utilities.cs startLine: 240 @@ -5630,7 +5886,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanBeSexual path: Actions/ActionType.Utilities.cs startLine: 256 @@ -5674,7 +5930,7 @@ items: remote: path: TinyLife/Actions/ActionType.Utilities.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: GetSkillPriorityMod path: Actions/ActionType.Utilities.cs startLine: 268 @@ -6420,6 +6676,38 @@ references: name: GetIconName nameWithType: ActionType.GetIconName fullName: TinyLife.Actions.ActionType.GetIconName +- uid: TinyLife.Actions.ActionType.TypeSettings.Varieties + commentId: F:TinyLife.Actions.ActionType.TypeSettings.Varieties + isExternal: true +- uid: TinyLife.Actions.ActionType.GetVarieties* + commentId: Overload:TinyLife.Actions.ActionType.GetVarieties + name: GetVarieties + nameWithType: ActionType.GetVarieties + fullName: TinyLife.Actions.ActionType.GetVarieties +- uid: TinyLife.Actions.ActionVariety[] + isExternal: true + name: ActionVariety[] + nameWithType: ActionVariety[] + fullName: TinyLife.Actions.ActionVariety[] + nameWithType.vb: ActionVariety() + fullName.vb: TinyLife.Actions.ActionVariety() + name.vb: ActionVariety() + spec.csharp: + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + nameWithType: ActionVariety + fullName: TinyLife.Actions.ActionVariety + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + nameWithType: ActionVariety + fullName: TinyLife.Actions.ActionVariety + - name: () + nameWithType: () + fullName: () - uid: TinyLife.Actions.ActionType.Register* commentId: Overload:TinyLife.Actions.ActionType.Register name: Register @@ -6547,18 +6835,18 @@ references: - uid: TinyLife.Actions.ActionType.Eat commentId: F:TinyLife.Actions.ActionType.Eat isExternal: true -- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean) - nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean) + name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) + nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture nameWithType: Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture @@ -6610,11 +6898,19 @@ references: nameWithType: Boolean fullName: System.Boolean isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture nameWithType: Action.FindFreeFurniture fullName: TinyLife.Actions.Action.FindFreeFurniture @@ -6666,6 +6962,14 @@ references: nameWithType: Boolean fullName: System.Boolean isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) diff --git a/api/TinyLife.Actions.ActionVariety.yml b/api/TinyLife.Actions.ActionVariety.yml index db2dbc5..191bcaa 100644 --- a/api/TinyLife.Actions.ActionVariety.yml +++ b/api/TinyLife.Actions.ActionVariety.yml @@ -18,6 +18,7 @@ items: - TinyLife.Actions.ActionVariety.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding) - TinyLife.Actions.ActionVariety.Name - TinyLife.Actions.ActionVariety.PassivePriority + - TinyLife.Actions.ActionVariety.PortraitLayout(TinyLife.Objects.Person) - TinyLife.Actions.ActionVariety.SetData(System.String,System.Object) langs: - csharp @@ -30,10 +31,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: ActionVariety path: Actions/ActionVariety.cs - startLine: 14 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -78,10 +79,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Name path: Actions/ActionVariety.cs - startLine: 19 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -111,10 +112,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: PassivePriority path: Actions/ActionVariety.cs - startLine: 24 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -144,10 +145,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CanExecute path: Actions/ActionVariety.cs - startLine: 30 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -177,10 +178,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: DisplayName path: Actions/ActionVariety.cs - startLine: 35 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -210,10 +211,10 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: Description path: Actions/ActionVariety.cs - startLine: 40 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -243,14 +244,14 @@ items: remote: path: TinyLife/Actions/ActionVariety.cs branch: master - repo: https://git.ellpeck.de/Ellpeck/TinyLife + repo: https://git.ellpeck.de/Ellpeck/TinyLife.git id: CustomLayout path: Actions/ActionVariety.cs - startLine: 46 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions - summary: "\nAn action that is invoked when this action variety is added to a play mode ui.\nIf this action is set, the that is passed can be modified to look different based on this variety.\nPredefined custom layouts such as can be found statically in this class.\n" + summary: "\nAn action that is invoked when this action variety is added to a play mode ui.\nIf this action is set, the that is passed can be modified to look different based on this variety.\nPredefined custom layouts such as and can be found statically in this class.\n" example: [] syntax: content: public Action