diff --git a/Changelog.md b/Changelog.md index 1f2cb27..710e95a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,52 @@ +# 0.29.0 +*January 16, 2023* + +![](media/changelog/0.29.0.png) + +> Say Hi to the Demo + +Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/477028/0290-say-hi-to-the-demo) or [on Steam](https://store.steampowered.com/news/app/1651490/view/6132247440463996085). + +Additions +- Added the Demoville world, including its community-made lots and households +- Added the Exploring Demoville life goal to the demo +- Added a default long hairstyle for children +- Added a progress arrow display to skills, relationships, job performance and needs +- Added the ability to clean out all of a fridge's empty or expired items +- Added the ability to view a lot's opening hours by hovering over the café sign furniture item + +Improvements +- Made TVs play sounds when they're on +- Improved performance when first drawing a map's static objects +- Render with anti-aliasing on low zoom levels to create a mipmap-style effect +- Made cafés require a food display case +- Don't draw room content that isn't visible, improving performance on maps with houses that have a lot of rooms +- Made it much more likely for people to go home when their needs are low +- Preload emotion sting sound effects to mitigate lag when the first one is played +- Improved the way a skill's max level looks +- Enable gamepad repeats to allow holding buttons to press them multiple times +- Made food in the fridge last much longer +- Allow children to order food from cafés +- Hide clothes occasions that were unused +- Added a maximum amount of money for a household to have +- Made it a bit more likely for choice prompts to be successful +- Display a tooltip when there's not enough money to copy an outfit + +Fixes +- Fixed various crashes when loading save files with missing objects or clothes +- Fixed the tile tool not drawing previews properly in some locations +- Fixed a crash when importing a lot that was exported on a bigger map +- Fixed tiles not being visible when using the lot movement tool +- Fixed a texture region bleeding issue on chairs +- Fixed an exception when trying to talk to someone who is at the border of the map +- Fixed keybind names being moved into multiple lines even though they have enough space +- Fixed lighting causing artifacts on some older graphics cards +- Fixed color selection in the character creator not working correctly with a gamepad +- Fixed no elements being selected after switching a person's age using a gamepad +- Fixed cakes with candles being able to be put into the fridge +- Fixed long life goal titles going under the abandon button +- Fixed a crash when a duplicate object is added to a map and the map is loaded + # 0.28.3 *December 28, 2022* diff --git a/InGameNews.md b/InGameNews.md index 0886c96..e69de29 100644 --- a/InGameNews.md +++ b/InGameNews.md @@ -1,4 +0,0 @@ -# The End of the Beta (and Start of the Demo) -We're retiring the public beta and releasing the official Tiny Life Demo soon. - -**Read the announcement [on Steam](https://store.steampowered.com/news/app/1651490/view/6132247440450013862) or [on itch](https://ellpeck.itch.io/tiny-life/devlog/475278/the-end-of-the-beta-and-start-of-the-demo).** diff --git a/docs/api/.manifest b/docs/api/.manifest index ccdc4e2..3ee22c5 100644 --- a/docs/api/.manifest +++ b/docs/api/.manifest @@ -21,7 +21,7 @@ "TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,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,System.Boolean)": "TinyLife.Actions.Action.yml", - "TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean)": "TinyLife.Actions.Action.yml", + "TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.ForceResult": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.FullyInProgress": "TinyLife.Actions.Action.yml", "TinyLife.Actions.Action.GetDisplayName": "TinyLife.Actions.Action.yml", @@ -135,6 +135,8 @@ "TinyLife.Actions.ActionType.Clean": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CleanDish": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CleanEverything": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.CleanOutFridge": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.CollectSunlight": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CollectTrash": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.ColorColoringBook": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.CompareMuscleSize": "TinyLife.Actions.ActionType.yml", @@ -298,11 +300,13 @@ "TinyLife.Actions.ActionType.TakeOutTrash": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TakeShower": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.Talk": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.TalkAboutBestSpots": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutCartoons": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutFamily": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutFavoriteToys": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutFeelings": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutFood": "TinyLife.Actions.ActionType.yml", + "TinyLife.Actions.ActionType.TalkAboutFunnyCityName": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutNaps": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutNatureWalks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.TalkAboutNeighborhood": "TinyLife.Actions.ActionType.yml", @@ -730,6 +734,12 @@ "TinyLife.ChoicePromptInfo.Option.SuccessAction": "TinyLife.ChoicePromptInfo.Option.yml", "TinyLife.ChoicePromptInfo.Option.SuccessChance": "TinyLife.ChoicePromptInfo.Option.yml", "TinyLife.ChoicePromptInfo.Options": "TinyLife.ChoicePromptInfo.yml", + "TinyLife.CleanOutFridgeAction": "TinyLife.CleanOutFridgeAction.yml", + "TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.CleanOutFridgeAction.yml", + "TinyLife.CleanOutFridgeAction.IsCompleted": "TinyLife.CleanOutFridgeAction.yml", + "TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.CleanOutFridgeAction.yml", + "TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.CleanOutFridgeAction.yml", + "TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)": "TinyLife.CleanOutFridgeAction.yml", "TinyLife.Debug": "TinyLife.Debug.yml", "TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml", "TinyLife.Debug.Cheats": "TinyLife.Debug.yml", @@ -1017,7 +1027,6 @@ "TinyLife.GenealogyType.Sibling": "TinyLife.GenealogyType.yml", "TinyLife.GenealogyType.Unrelated": "TinyLife.GenealogyType.yml", "TinyLife.Goals": "TinyLife.Goals.yml", - "TinyLife.Goals.": "TinyLife.Goals..yml", "TinyLife.Goals.Achievement": "TinyLife.Goals.Achievement.yml", "TinyLife.Goals.Achievement.#ctor(TinyLife.Goals.AchievementType,TinyLife.Goals.GoalSet)": "TinyLife.Goals.Achievement.yml", "TinyLife.Goals.Achievement.Complete": "TinyLife.Goals.Achievement.yml", @@ -1069,14 +1078,14 @@ "TinyLife.Goals.ConditionedGoal.GetProgress": "TinyLife.Goals.ConditionedGoal.yml", "TinyLife.Goals.ConditionedGoal.Reset": "TinyLife.Goals.ConditionedGoal.yml", "TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)": "TinyLife.Goals.ConditionedGoal.yml", - "TinyLife.Goals.DistinctGoal": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.GetDisplayedProgress": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.GetProgress": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.Reset": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.Trigger(System.Object)": "TinyLife.Goals.DistinctGoal.yml", - "TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal.yml", + "TinyLife.Goals.DistinctGoal`1": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.GetProgress": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.Reset": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.Trigger(`0)": "TinyLife.Goals.DistinctGoal-1.yml", + "TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)": "TinyLife.Goals.DistinctGoal-1.yml", "TinyLife.Goals.Goal": "TinyLife.Goals.Goal.yml", "TinyLife.Goals.Goal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.Goal.yml", "TinyLife.Goals.Goal.GetDisplayedProgress": "TinyLife.Goals.Goal.yml", @@ -1103,12 +1112,31 @@ "TinyLife.Goals.GoalSet.Info": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.IsCompleted": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.Reset": "TinyLife.Goals.GoalSet.yml", - "TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)": "TinyLife.Goals.GoalSet.yml", "TinyLife.Goals.GoalSetInfo": "TinyLife.Goals.GoalSetInfo.yml", "TinyLife.Goals.GoalSetInfo.#ctor(TinyLife.Goals.GoalInfo[])": "TinyLife.Goals.GoalSetInfo.yml", "TinyLife.Goals.GoalSetInfo.Configurations": "TinyLife.Goals.GoalSetInfo.yml", "TinyLife.Goals.GoalSetInfo.Construct": "TinyLife.Goals.GoalSetInfo.yml", + "TinyLife.Goals.GoalTrigger": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[])": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ActionCompleted": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ActionEnded": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ActionUpdate": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.EarnMoney": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.EmotionGained": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.EmotionLost": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.Equals(System.Object)": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger)": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.FoodEaten": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.FurnitureCreated": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.GetHashCode": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type)": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type)": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.Name": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.PersonUpdate": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ProjectCompleted": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ValidObjects": "TinyLife.Goals.GoalTrigger.yml", + "TinyLife.Goals.GoalTrigger.ValidValues": "TinyLife.Goals.GoalTrigger.yml", "TinyLife.Goals.IGoalTriggerable": "TinyLife.Goals.IGoalTriggerable.yml", "TinyLife.Goals.IGoalTriggerable.Trigger(System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable},System.Object,TinyLife.Goals.GoalTrigger,System.Object[])": "TinyLife.Goals.IGoalTriggerable.yml", "TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])": "TinyLife.Goals.IGoalTriggerable.yml", @@ -1135,7 +1163,7 @@ "TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.Job.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Job.yml", "TinyLife.Goals.JobType": "TinyLife.Goals.JobType.yml", - "TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml", + "TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.Businessperson": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.CanQuitOrBeFired": "TinyLife.Goals.JobType.yml", "TinyLife.Goals.JobType.ChoicePrompts": "TinyLife.Goals.JobType.yml", @@ -1268,7 +1296,7 @@ "TinyLife.Goals.Project.Type": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)": "TinyLife.Goals.Project.yml", "TinyLife.Goals.StudentJobType": "TinyLife.Goals.StudentJobType.yml", - "TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])": "TinyLife.Goals.StudentJobType.yml", + "TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)": "TinyLife.Goals.StudentJobType.yml", "TinyLife.Goals.StudentJobType.Schedule": "TinyLife.Goals.StudentJobType.yml", @@ -1346,7 +1374,7 @@ "TinyLife.Need.Type": "TinyLife.Need.yml", "TinyLife.Need.Value": "TinyLife.Need.yml", "TinyLife.NeedType": "TinyLife.NeedType.yml", - "TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)": "TinyLife.NeedType.yml", + "TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)": "TinyLife.NeedType.yml", "TinyLife.NeedType.Energy": "TinyLife.NeedType.yml", "TinyLife.NeedType.Entertainment": "TinyLife.NeedType.yml", "TinyLife.NeedType.Hunger": "TinyLife.NeedType.yml", @@ -1358,6 +1386,7 @@ "TinyLife.NeedType.Register(TinyLife.NeedType)": "TinyLife.NeedType.yml", "TinyLife.NeedType.Social": "TinyLife.NeedType.yml", "TinyLife.NeedType.SolveImportance": "TinyLife.NeedType.yml", + "TinyLife.NeedType.SolvePercentage": "TinyLife.NeedType.yml", "TinyLife.NeedType.SourceString": "TinyLife.NeedType.yml", "TinyLife.NeedType.Toilet": "TinyLife.NeedType.yml", "TinyLife.NeedType.Types": "TinyLife.NeedType.yml", @@ -1405,7 +1434,7 @@ "TinyLife.Objects.BreakableFurniture.BrokenBehavior.Smoke": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml", "TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.BreakableFurniture.yml", - "TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.BreakableFurniture.yml", + "TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml", @@ -1493,7 +1522,7 @@ "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,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.FoodLeft": "TinyLife.Objects.Food.yml", - "TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Food.yml", + "TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.HasCandle": "TinyLife.Objects.Food.yml", "TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Food.yml", "TinyLife.Objects.FoodTypedItem": "TinyLife.Objects.FoodTypedItem.yml", @@ -1501,7 +1530,7 @@ "TinyLife.Objects.FoodTypedItem.ExpirationTime": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.Expired": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml", - "TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.FoodTypedItem.yml", + "TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.ServingSize": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.Validate": "TinyLife.Objects.FoodTypedItem.yml", @@ -1536,7 +1565,7 @@ "TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetChildren``1": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.Furniture.yml", - "TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String})": "TinyLife.Objects.Furniture.yml", + "TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Furniture.yml", "TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Furniture.yml", @@ -1588,6 +1617,7 @@ "TinyLife.Objects.FurnitureType.BirchTree": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Book": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BookCart": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.BottledSunlight": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderEnd": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderSegment": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.BridgeBorderStart": "TinyLife.Objects.FurnitureType.yml", @@ -1685,6 +1715,11 @@ "TinyLife.Objects.FurnitureType.Puddle": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.RetroDinnerTable": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.RetroFridge": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.RetroSingleTable": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.RetroStove": "TinyLife.Objects.FurnitureType.yml", + "TinyLife.Objects.FurnitureType.RetroTv": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml", @@ -1806,7 +1841,7 @@ "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", "TinyLife.Objects.Gravestone.DeadPerson": "TinyLife.Objects.Gravestone.yml", - "TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Gravestone.yml", + "TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml", @@ -1879,6 +1914,7 @@ "TinyLife.Objects.MapObject.OnCreated": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnDraw": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnEventsAttachable": "TinyLife.Objects.MapObject.yml", + "TinyLife.Objects.MapObject.OnGetHoverInfo": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnRemoved": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnUpdate": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.MapObject.OnValidated": "TinyLife.Objects.MapObject.yml", @@ -1890,7 +1926,7 @@ "TinyLife.Objects.MapObject.Visibility": "TinyLife.Objects.MapObject.yml", "TinyLife.Objects.Newspaper": "TinyLife.Objects.Newspaper.yml", "TinyLife.Objects.Newspaper.Day": "TinyLife.Objects.Newspaper.yml", - "TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Newspaper.yml", + "TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.Newspaper.yml", "TinyLife.Objects.Newspaper.IsExpired": "TinyLife.Objects.Newspaper.yml", "TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml", @@ -1941,6 +1977,7 @@ "TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.ObjectCategory.yml", + "TinyLife.Objects.ObjectCategory.OpeningHoursSign": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.Oven": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.People": "TinyLife.Objects.ObjectCategory.yml", "TinyLife.Objects.ObjectCategory.RoofAttached": "TinyLife.Objects.ObjectCategory.yml", @@ -1993,7 +2030,7 @@ "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.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})": "TinyLife.Objects.Painting.yml", "TinyLife.Objects.Painting.EmitsCreativeEmotion": "TinyLife.Objects.Painting.yml", - "TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip)": "TinyLife.Objects.Painting.yml", + "TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "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", @@ -2193,6 +2230,7 @@ "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.SpeakSounds": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.SpeakStyles": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.StopEmoting": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.StopSpeaking": "TinyLife.Objects.Person.yml", @@ -2206,6 +2244,7 @@ "TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VoicePitch": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VoiceStyle": "TinyLife.Objects.Person.yml", + "TinyLife.Objects.Person.VoiceStyles": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml", "TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml", "TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml", @@ -2291,6 +2330,7 @@ "TinyLife.Options.Apply": "TinyLife.Options.yml", "TinyLife.Options.AutoSaveIntervalSeconds": "TinyLife.Options.yml", "TinyLife.Options.BButton": "TinyLife.Options.yml", + "TinyLife.Options.BlurZoomedOut": "TinyLife.Options.yml", "TinyLife.Options.BrightnessIncrease": "TinyLife.Options.yml", "TinyLife.Options.CameraDownKeybind": "TinyLife.Options.yml", "TinyLife.Options.CameraLeftKeybind": "TinyLife.Options.yml", @@ -2374,6 +2414,7 @@ "TinyLife.PersonalityType.CanApply(TinyLife.Objects.Person)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CapableCarpenter": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Category": "TinyLife.PersonalityType.yml", + "TinyLife.PersonalityType.CityNative": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.ComputerAddict": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single)": "TinyLife.PersonalityType.yml", "TinyLife.PersonalityType.Creative": "TinyLife.PersonalityType.yml", @@ -2455,6 +2496,7 @@ "TinyLife.SaveHandler.OnGameSaved": "TinyLife.SaveHandler.yml", "TinyLife.Set": "TinyLife.Set.yml", "TinyLife.Set.ChildClothes": "TinyLife.Set.yml", + "TinyLife.Set.RetroFurniture": "TinyLife.Set.yml", "TinyLife.Set.Woodworking": "TinyLife.Set.yml", "TinyLife.Set.Workout": "TinyLife.Set.yml", "TinyLife.Skills": "TinyLife.Skills.yml", @@ -2518,7 +2560,7 @@ "TinyLife.Skills.FoodType.Sources": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.FoodType.Types": "TinyLife.Skills.FoodType.yml", "TinyLife.Skills.PaintingType": "TinyLife.Skills.PaintingType.yml", - "TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml", + "TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType.BaseMarkup": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType.LevelRange": "TinyLife.Skills.PaintingType.yml", "TinyLife.Skills.PaintingType.Name": "TinyLife.Skills.PaintingType.yml", @@ -2885,6 +2927,7 @@ "TinyLife.Utilities.Extensions": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button)": "TinyLife.Utilities.Extensions.yml", + "TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})": "TinyLife.Utilities.Extensions.yml", @@ -2928,27 +2971,18 @@ "TinyLife.Utilities.Extensions.ToWorldPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.Extensions.Weekday(System.TimeSpan)": "TinyLife.Utilities.Extensions.yml", "TinyLife.Utilities.TextureHandler": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.AccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.AutoTileTexture": "TinyLife.Utilities.TextureHandler.yml", + "TinyLife.Utilities.TextureHandler.ClothesTextures": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.CursorTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.EmoteTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.FacialHairTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.FurnitureTextures": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.HairsTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.LightTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.MenuBackground(System.Int32,System.Int32,System.Int32,System.Int32)": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.OpeningTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.PantsTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.ParticleTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.PersonTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.RoofTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.ShoesTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.TexturePacker": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.TileTexture": "TinyLife.Utilities.TextureHandler.yml", - "TinyLife.Utilities.TextureHandler.TopsTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.UiTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.VehicleTexture": "TinyLife.Utilities.TextureHandler.yml", "TinyLife.Utilities.TextureHandler.WallpaperTextures": "TinyLife.Utilities.TextureHandler.yml", @@ -2979,7 +3013,7 @@ "TinyLife.World.ExportedLot.Area": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.ExportedVersion": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.Furniture": "TinyLife.World.ExportedLot.yml", - "TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map)": "TinyLife.World.ExportedLot.yml", + "TinyLife.World.ExportedLot.GetCoveredArea": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.GetPrice": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.Roofs": "TinyLife.World.ExportedLot.yml", "TinyLife.World.ExportedLot.Tiles": "TinyLife.World.ExportedLot.yml", @@ -3047,10 +3081,12 @@ "TinyLife.World.Lot.Id": "TinyLife.World.Lot.yml", "TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean)": "TinyLife.World.Lot.yml", "TinyLife.World.Lot.Name": "TinyLife.World.Lot.yml", + "TinyLife.World.Lot.OnGetWeeklyBills": "TinyLife.World.Lot.yml", "TinyLife.World.Lot.Type": "TinyLife.World.Lot.yml", "TinyLife.World.Lot.Validate(TinyLife.World.Map)": "TinyLife.World.Lot.yml", + "TinyLife.World.Lot.WeeklyBillsDelegate": "TinyLife.World.Lot.WeeklyBillsDelegate.yml", "TinyLife.World.LotEmployment": "TinyLife.World.LotEmployment.yml", - "TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})": "TinyLife.World.LotEmployment.yml", + "TinyLife.World.LotEmployment.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]})": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.Actions": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot)": "TinyLife.World.LotEmployment.yml", "TinyLife.World.LotEmployment.IdleObjects": "TinyLife.World.LotEmployment.yml", @@ -3128,6 +3164,7 @@ "TinyLife.World.Map.GetLot(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetLot(System.Guid)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetLots": "TinyLife.World.Map.yml", + "TinyLife.World.Map.GetMapSampler": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetObject``1(System.Guid)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetObjects``1(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml", "TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml", @@ -3147,7 +3184,6 @@ "TinyLife.World.Map.GetWalls(MLEM.Misc.RectangleF)": "TinyLife.World.Map.yml", "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,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean)": "TinyLife.World.Map.yml", @@ -3258,6 +3294,7 @@ "TinyLife.World.Room.GetLights": "TinyLife.World.Room.yml", "TinyLife.World.Room.GetObjects``1": "TinyLife.World.Room.yml", "TinyLife.World.Room.GetWalls(System.Boolean)": "TinyLife.World.Room.yml", + "TinyLife.World.Room.HasOpeningsToOutside": "TinyLife.World.Room.yml", "TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point})": "TinyLife.World.Room.yml", "TinyLife.World.Room.Map": "TinyLife.World.Room.yml", "TinyLife.World.Room.Tiles": "TinyLife.World.Room.yml", diff --git a/docs/api/TinyLife.Actions.Action.yml b/docs/api/TinyLife.Actions.Action.yml index cecd5cf..1a7e8cd 100644 --- a/docs/api/TinyLife.Actions.Action.yml +++ b/docs/api/TinyLife.Actions.Action.yml @@ -23,7 +23,7 @@ items: - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,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,System.Boolean) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.ForceResult - TinyLife.Actions.Action.FullyInProgress - TinyLife.Actions.Action.GetDisplayName @@ -72,7 +72,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Action path: ../TinyLife/Actions/Action.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -101,6 +101,7 @@ items: - TinyLife.Actions.Typeless.PathfindToPersonAction - TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction - TinyLife.Actions.Typeless.TryGoHereAction + - TinyLife.CleanOutFridgeAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: @@ -147,7 +148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Random path: ../TinyLife/Actions/Action.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -184,7 +185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InProgressTime path: ../TinyLife/Actions/Action.cs - startLine: 46 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -224,7 +225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullyInProgress path: ../TinyLife/Actions/Action.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -264,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Actions/Action.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -309,7 +310,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Info path: ../TinyLife/Actions/Action.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -354,7 +355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartedAutomatically path: ../TinyLife/Actions/Action.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -401,7 +402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Parent path: ../TinyLife/Actions/Action.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -438,7 +439,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Map path: ../TinyLife/Actions/Action.cs - startLine: 79 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -475,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Actions/Action.cs - startLine: 83 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -512,7 +513,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ElapsedTime path: ../TinyLife/Actions/Action.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -561,7 +562,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayerPromptOpen path: ../TinyLife/Actions/Action.cs - startLine: 93 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -598,7 +599,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ForceResult path: ../TinyLife/Actions/Action.cs - startLine: 99 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -631,7 +632,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/Action.cs - startLine: 110 + startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -667,7 +668,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/Action.cs - startLine: 119 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -706,7 +707,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Initialize path: ../TinyLife/Actions/Action.cs - startLine: 129 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -740,7 +741,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Actions/Action.cs - startLine: 138 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -784,7 +785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Actions/Action.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -821,7 +822,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCompleted path: ../TinyLife/Actions/Action.cs - startLine: 166 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -859,7 +860,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Actions/Action.cs - startLine: 184 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -900,7 +901,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryForceResult path: ../TinyLife/Actions/Action.cs - startLine: 197 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -950,7 +951,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/Action.cs - startLine: 215 + startLine: 214 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -991,7 +992,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCancel path: ../TinyLife/Actions/Action.cs - startLine: 226 + startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1032,7 +1033,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetNextAction path: ../TinyLife/Actions/Action.cs - startLine: 237 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1073,7 +1074,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIconObject path: ../TinyLife/Actions/Action.cs - startLine: 247 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1110,7 +1111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CausesExtremelyFastSpeed path: ../TinyLife/Actions/Action.cs - startLine: 256 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1147,7 +1148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/Action.cs - startLine: 265 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1184,7 +1185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanEnqueueConversation path: ../TinyLife/Actions/Action.cs - startLine: 277 + startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1228,7 +1229,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpenPlayerPrompt path: ../TinyLife/Actions/Action.cs - startLine: 293 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1288,7 +1289,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpenYesNoPrompt path: ../TinyLife/Actions/Action.cs - startLine: 328 + startLine: 327 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1335,7 +1336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpenTextPrompt path: ../TinyLife/Actions/Action.cs - startLine: 356 + startLine: 355 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1391,7 +1392,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpenChoicePrompt path: ../TinyLife/Actions/Action.cs - startLine: 369 + startLine: 368 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1430,7 +1431,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeakAlone path: ../TinyLife/Actions/Action.cs - startLine: 384 + startLine: 383 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1481,7 +1482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeakInConversation path: ../TinyLife/Actions/Action.cs - startLine: 401 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1544,7 +1545,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FacePartner path: ../TinyLife/Actions/Action.cs - startLine: 412 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1582,7 +1583,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteIfNeedFull path: ../TinyLife/Actions/Action.cs - startLine: 426 + startLine: 425 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1621,7 +1622,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteIfTimeUp path: ../TinyLife/Actions/Action.cs - startLine: 440 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1672,7 +1673,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelIfEmotional path: ../TinyLife/Actions/Action.cs - startLine: 454 + startLine: 453 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1718,7 +1719,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpAndGoTo path: ../TinyLife/Actions/Action.cs - startLine: 494 + startLine: 493 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1768,7 +1769,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PickUpAndGoTo path: ../TinyLife/Actions/Action.cs - startLine: 507 + startLine: 506 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1821,7 +1822,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sit path: ../TinyLife/Actions/Action.cs - startLine: 544 + startLine: 543 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1866,7 +1867,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeChair path: ../TinyLife/Actions/Action.cs - startLine: 562 + startLine: 561 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1910,7 +1911,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeChairs path: ../TinyLife/Actions/Action.cs - startLine: 579 + startLine: 578 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1960,7 +1961,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreePeople path: ../TinyLife/Actions/Action.cs - startLine: 601 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2016,7 +2017,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeFurniture path: ../TinyLife/Actions/Action.cs - startLine: 626 + startLine: 625 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2081,7 +2082,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeWalls path: ../TinyLife/Actions/Action.cs - startLine: 644 + startLine: 643 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2134,7 +2135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllFreeGround path: ../TinyLife/Actions/Action.cs - startLine: 659 + startLine: 658 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2187,7 +2188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindFreeFurniture path: ../TinyLife/Actions/Action.cs - startLine: 677 + startLine: 676 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2246,7 +2247,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindAllActionObjects path: ../TinyLife/Actions/Action.cs - startLine: 690 + startLine: 689 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2278,16 +2279,16 @@ items: - Shared fullName.vb: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - id: FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + id: FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action langs: - csharp - vb - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) type: Method source: remote: @@ -2296,14 +2297,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindValidActionObjects path: ../TinyLife/Actions/Action.cs - startLine: 727 + startLine: 726 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nReturns all objects that are available to the given for the given , and whose indicates that the actions are valid for execution.\nThis method also checks .\n" example: [] syntax: - content: public static IEnumerable FindValidActionObjects(Person person, ActionType type, bool automatic, Vector2? position = null, bool allowInappropriateActions = false) + content: public static IEnumerable FindValidActionObjects(Person person, ActionType type, bool automatic, Vector2? position = null, bool allowInappropriate = false, bool allowInvalid = false) parameters: - id: person type: TinyLife.Objects.Person @@ -2317,23 +2318,25 @@ items: - id: position type: System.Nullable{Microsoft.Xna.Framework.Vector2} description: The position to focus around when finding action objects. - - id: allowInappropriateActions + - id: allowInappropriate type: System.Boolean description: Whether to ignore the flag. + - id: allowInvalid + type: System.Boolean return: type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionInfo} description: A set of action infos that the given action can be started with. - content.vb: Public Shared Function FindValidActionObjects(person As Person, type As ActionType, automatic As Boolean, position As Vector2? = Nothing, allowInappropriateActions As Boolean = False) As IEnumerable(Of ActionInfo) + content.vb: Public Shared Function FindValidActionObjects(person As Person, type As ActionType, automatic As Boolean, position As Vector2? = Nothing, allowInappropriate As Boolean = False, allowInvalid As Boolean = False) As IEnumerable(Of ActionInfo) overload: TinyLife.Actions.Action.FindValidActionObjects* - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) modifiers.csharp: - public - static modifiers.vb: - Public - Shared - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) id: GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) @@ -2352,7 +2355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomVariety path: ../TinyLife/Actions/Action.cs - startLine: 747 + startLine: 743 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2399,7 +2402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTableSpot path: ../TinyLife/Actions/Action.cs - startLine: 762 + startLine: 758 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2443,7 +2446,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InvokeForBoth path: ../TinyLife/Actions/Action.cs - startLine: 775 + startLine: 771 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -2490,7 +2493,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/Action.cs - startLine: 787 + startLine: 783 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionInfo.yml b/docs/api/TinyLife.Actions.ActionInfo.yml index 66b0d13..aaffdb4 100644 --- a/docs/api/TinyLife.Actions.ActionInfo.yml +++ b/docs/api/TinyLife.Actions.ActionInfo.yml @@ -305,9 +305,9 @@ items: summary: "\nReturns the object that this action is related to, or null if there is none or the object isn't of the given type.\nIf this action is related to a and T is , the wall is returned. Otherwise, the involved is returned, if it matches T.\n" example: [] syntax: - content: public T GetActionObject(bool allowFake = true) + content: public T GetActionObject(bool alsoReturnFake = true) parameters: - - id: allowFake + - id: alsoReturnFake type: System.Boolean typeParameters: - id: T @@ -315,7 +315,7 @@ items: return: type: '{T}' description: The action object, or null if there is none or the type does not match - content.vb: Public Function GetActionObject(Of T)(allowFake As Boolean = True) As T + content.vb: Public Function GetActionObject(Of T)(alsoReturnFake As Boolean = True) As T overload: TinyLife.Actions.ActionInfo.GetActionObject* nameWithType.vb: ActionInfo.GetActionObject(Of T)(Boolean) modifiers.csharp: diff --git a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml index ecea076..867c186 100644 --- a/docs/api/TinyLife.Actions.ActionType.AiSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.AiSettings.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 365 + startLine: 364 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -66,7 +66,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolvedNeeds path: ../TinyLife/Actions/ActionType.cs - startLine: 373 + startLine: 372 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -99,7 +99,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassivePriority path: ../TinyLife/Actions/ActionType.cs - startLine: 381 + startLine: 380 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -132,7 +132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoRandomly path: ../TinyLife/Actions/ActionType.cs - startLine: 388 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -165,7 +165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanDoAtAnyPoint path: ../TinyLife/Actions/ActionType.cs - startLine: 395 + startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -198,7 +198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedsFreeActionSpot path: ../TinyLife/Actions/ActionType.cs - startLine: 401 + startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml index 705b29a..ef41f2d 100644 --- a/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml +++ b/docs/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteDelegate path: ../TinyLife/Actions/ActionType.cs - startLine: 204 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml index 97c6f2a..e1c23b6 100644 --- a/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml +++ b/docs/api/TinyLife.Actions.ActionType.TypeSettings.yml @@ -44,7 +44,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeSettings path: ../TinyLife/Actions/ActionType.cs - startLine: 209 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -90,7 +90,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Actions/ActionType.cs - startLine: 214 + startLine: 213 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -123,7 +123,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NameWithoutCategory path: ../TinyLife/Actions/ActionType.cs - startLine: 219 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/Actions/ActionType.cs - startLine: 224 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -199,7 +199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Actions/ActionType.cs - startLine: 229 + startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Context path: ../TinyLife/Actions/ActionType.cs - startLine: 234 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -265,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs - startLine: 240 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -298,7 +298,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructedType path: ../TinyLife/Actions/ActionType.cs - startLine: 245 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -331,7 +331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructorArguments path: ../TinyLife/Actions/ActionType.cs - startLine: 250 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -364,7 +364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Varieties path: ../TinyLife/Actions/ActionType.cs - startLine: 258 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -397,7 +397,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ai path: ../TinyLife/Actions/ActionType.cs - startLine: 263 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -430,7 +430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInappropriateElsewhere path: ../TinyLife/Actions/ActionType.cs - startLine: 268 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -463,7 +463,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IconName path: ../TinyLife/Actions/ActionType.cs - startLine: 274 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -496,7 +496,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs - startLine: 280 + startLine: 279 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -529,7 +529,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredSkill path: ../TinyLife/Actions/ActionType.cs - startLine: 286 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -562,7 +562,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredAges path: ../TinyLife/Actions/ActionType.cs - startLine: 290 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -595,7 +595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredEmotion path: ../TinyLife/Actions/ActionType.cs - startLine: 295 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -628,7 +628,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPersonality path: ../TinyLife/Actions/ActionType.cs - startLine: 300 + startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -661,7 +661,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IgnoreObjectConditions path: ../TinyLife/Actions/ActionType.cs - startLine: 306 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -694,7 +694,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerEmployment path: ../TinyLife/Actions/ActionType.cs - startLine: 312 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -727,7 +727,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredJob path: ../TinyLife/Actions/ActionType.cs - startLine: 317 + startLine: 316 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -760,7 +760,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs - startLine: 327 + startLine: 326 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -802,7 +802,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs - startLine: 338 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -840,7 +840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs - startLine: 343 + startLine: 342 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -883,7 +883,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetData path: ../TinyLife/Actions/ActionType.cs - startLine: 349 + startLine: 348 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -927,7 +927,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDataKeys path: ../TinyLife/Actions/ActionType.cs - startLine: 354 + startLine: 353 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionType.yml b/docs/api/TinyLife.Actions.ActionType.yml index 4c60912..121d64b 100644 --- a/docs/api/TinyLife.Actions.ActionType.yml +++ b/docs/api/TinyLife.Actions.ActionType.yml @@ -56,6 +56,8 @@ items: - TinyLife.Actions.ActionType.Clean - TinyLife.Actions.ActionType.CleanDish - TinyLife.Actions.ActionType.CleanEverything + - TinyLife.Actions.ActionType.CleanOutFridge + - TinyLife.Actions.ActionType.CollectSunlight - TinyLife.Actions.ActionType.CollectTrash - TinyLife.Actions.ActionType.ColorColoringBook - TinyLife.Actions.ActionType.CompareMuscleSize @@ -219,11 +221,13 @@ items: - TinyLife.Actions.ActionType.TakeOutTrash - TinyLife.Actions.ActionType.TakeShower - TinyLife.Actions.ActionType.Talk + - TinyLife.Actions.ActionType.TalkAboutBestSpots - TinyLife.Actions.ActionType.TalkAboutCartoons - TinyLife.Actions.ActionType.TalkAboutFamily - TinyLife.Actions.ActionType.TalkAboutFavoriteToys - TinyLife.Actions.ActionType.TalkAboutFeelings - TinyLife.Actions.ActionType.TalkAboutFood + - TinyLife.Actions.ActionType.TalkAboutFunnyCityName - TinyLife.Actions.ActionType.TalkAboutNaps - TinyLife.Actions.ActionType.TalkAboutNatureWalks - TinyLife.Actions.ActionType.TalkAboutNeighborhood @@ -326,7 +330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Actions/ActionType.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -363,7 +367,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Settings path: ../TinyLife/Actions/ActionType.cs - startLine: 41 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -398,7 +402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Actions/ActionType.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -437,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Actions/ActionType.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -479,7 +483,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs - startLine: 73 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -521,7 +525,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsActionType path: ../TinyLife/Actions/ActionType.cs - startLine: 83 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -560,7 +564,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs - startLine: 94 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -602,7 +606,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIconName path: ../TinyLife/Actions/ActionType.cs - startLine: 143 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -641,7 +645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVarieties path: ../TinyLife/Actions/ActionType.cs - startLine: 159 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -680,7 +684,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Actions/ActionType.cs - startLine: 192 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1211,7 +1215,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFoodSomewhereElse path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 41 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1246,7 +1250,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmploymentIdle path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 42 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1281,7 +1285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrepareOrder path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 45 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1316,7 +1320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WaitForOrder path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 46 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1351,7 +1355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFoodFromDisplayCase path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 47 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1386,7 +1390,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AgeUp path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 48 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1421,7 +1425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CelebrateBirthday path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 49 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -1456,7 +1460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HelpWithTraining path: ../TinyLife/Actions/ActionType.Internal.cs - startLine: 50 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3363,181 +3367,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Actions.ActionType.ShakeTree - commentId: F:TinyLife.Actions.ActionType.ShakeTree - id: ShakeTree - parent: TinyLife.Actions.ActionType - langs: - - csharp - - vb - name: ShakeTree - nameWithType: ActionType.ShakeTree - fullName: TinyLife.Actions.ActionType.ShakeTree - type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShakeTree - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 416 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public static readonly ActionType ShakeTree - return: - type: TinyLife.Actions.ActionType - content.vb: Public Shared ReadOnly ShakeTree As ActionType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Actions.ActionType.RunOnTreadmill - commentId: F:TinyLife.Actions.ActionType.RunOnTreadmill - id: RunOnTreadmill - parent: TinyLife.Actions.ActionType - langs: - - csharp - - vb - name: RunOnTreadmill - nameWithType: ActionType.RunOnTreadmill - fullName: TinyLife.Actions.ActionType.RunOnTreadmill - type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: RunOnTreadmill - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 419 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public static readonly ActionType RunOnTreadmill - return: - type: TinyLife.Actions.ActionType - content.vb: Public Shared ReadOnly RunOnTreadmill As ActionType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Actions.ActionType.GoJogging - commentId: F:TinyLife.Actions.ActionType.GoJogging - id: GoJogging - parent: TinyLife.Actions.ActionType - langs: - - csharp - - vb - name: GoJogging - nameWithType: ActionType.GoJogging - fullName: TinyLife.Actions.ActionType.GoJogging - type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GoJogging - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 427 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public static readonly ActionType GoJogging - return: - type: TinyLife.Actions.ActionType - content.vb: Public Shared ReadOnly GoJogging As ActionType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Actions.ActionType.LiftWeights - commentId: F:TinyLife.Actions.ActionType.LiftWeights - id: LiftWeights - parent: TinyLife.Actions.ActionType - langs: - - csharp - - vb - name: LiftWeights - nameWithType: ActionType.LiftWeights - fullName: TinyLife.Actions.ActionType.LiftWeights - type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LiftWeights - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 435 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public static readonly ActionType LiftWeights - return: - type: TinyLife.Actions.ActionType - content.vb: Public Shared ReadOnly LiftWeights As ActionType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Actions.ActionType.MixProteinShake - commentId: F:TinyLife.Actions.ActionType.MixProteinShake - id: MixProteinShake - parent: TinyLife.Actions.ActionType - langs: - - csharp - - vb - name: MixProteinShake - nameWithType: ActionType.MixProteinShake - fullName: TinyLife.Actions.ActionType.MixProteinShake - type: Field - source: - remote: - path: TinyLife/Actions/ActionType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: MixProteinShake - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 443 - assemblies: - - Tiny Life - namespace: TinyLife.Actions - syntax: - content: public static readonly ActionType MixProteinShake - return: - type: TinyLife.Actions.ActionType - content.vb: Public Shared ReadOnly MixProteinShake As ActionType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Actions.ActionType.GetWater commentId: F:TinyLife.Actions.ActionType.GetWater id: GetWater @@ -3556,7 +3385,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWater path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 452 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3591,7 +3420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WashHands path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 460 + startLine: 424 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3626,7 +3455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleLight path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 467 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3661,7 +3490,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleAllLights path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 470 + startLine: 434 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3696,7 +3525,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrillFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 482 + startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3731,7 +3560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThrowAway path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 492 + startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3766,7 +3595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scrap path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 500 + startLine: 464 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3801,7 +3630,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CleanEverything path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 506 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3836,7 +3665,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clean path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 512 + startLine: 476 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3853,41 +3682,6 @@ 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: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Woodworking - path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 520 - 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.Light commentId: F:TinyLife.Actions.ActionType.Light id: Light @@ -3906,7 +3700,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Light path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 541 + startLine: 484 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3941,7 +3735,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoHomework path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 550 + startLine: 493 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3976,7 +3770,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayWithToy path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 561 + startLine: 504 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4011,7 +3805,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CookChildFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 573 + startLine: 516 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4046,7 +3840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayInSandbox path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 586 + startLine: 529 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4081,7 +3875,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShufflePuzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 595 + startLine: 538 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4116,7 +3910,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 603 + startLine: 546 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4151,7 +3945,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PsychSelfUp path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 611 + startLine: 554 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4186,7 +3980,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Store path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 615 + startLine: 558 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4221,7 +4015,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFurnitureMail path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 626 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4256,7 +4050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetJobFromNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 634 + startLine: 577 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4291,7 +4085,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadNewspaper path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 642 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4326,7 +4120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadJokes path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 650 + startLine: 593 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4361,7 +4155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrewCoffee path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 658 + startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4396,7 +4190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerWith path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 668 + startLine: 611 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4431,7 +4225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmireFood path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 676 + startLine: 619 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4466,7 +4260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddALittleSomething path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 684 + startLine: 627 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4501,7 +4295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RunAround path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 698 + startLine: 641 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4536,7 +4330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rummage path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 707 + startLine: 650 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4571,7 +4365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddCandle path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 715 + startLine: 657 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4606,7 +4400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BlowOutCandles path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 721 + startLine: 663 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4641,7 +4435,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PutInFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 733 + startLine: 675 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4676,7 +4470,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeFromFridge path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 742 + startLine: 684 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4693,6 +4487,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.CleanOutFridge + commentId: F:TinyLife.Actions.ActionType.CleanOutFridge + id: CleanOutFridge + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: CleanOutFridge + nameWithType: ActionType.CleanOutFridge + fullName: TinyLife.Actions.ActionType.CleanOutFridge + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CleanOutFridge + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 688 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType CleanOutFridge + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly CleanOutFridge As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.GetLeftovers commentId: F:TinyLife.Actions.ActionType.GetLeftovers id: GetLeftovers @@ -4711,7 +4540,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLeftovers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 746 + startLine: 699 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4746,7 +4575,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdoptChild path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 753 + startLine: 706 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4781,7 +4610,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResearchBusinessPlans path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 761 + startLine: 714 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4816,7 +4645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PracticeSalesPitch path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 769 + startLine: 722 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4851,7 +4680,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadSkillBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 777 + startLine: 730 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4886,7 +4715,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToggleNewspapers path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 786 + startLine: 739 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4921,7 +4750,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeOutTrash path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 791 + startLine: 744 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4956,7 +4785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayOnJungleGym path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 803 + startLine: 756 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -4991,7 +4820,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorColoringBook path: ../TinyLife/Actions/ActionType.Misc.cs - startLine: 812 + startLine: 765 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5008,6 +4837,251 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.CollectSunlight + commentId: F:TinyLife.Actions.ActionType.CollectSunlight + id: CollectSunlight + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: CollectSunlight + nameWithType: ActionType.CollectSunlight + fullName: TinyLife.Actions.ActionType.CollectSunlight + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Misc.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CollectSunlight + path: ../TinyLife/Actions/ActionType.Misc.cs + startLine: 774 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType CollectSunlight + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly CollectSunlight As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.MixProteinShake + commentId: F:TinyLife.Actions.ActionType.MixProteinShake + id: MixProteinShake + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: MixProteinShake + nameWithType: ActionType.MixProteinShake + fullName: TinyLife.Actions.ActionType.MixProteinShake + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: MixProteinShake + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 10 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType MixProteinShake + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly MixProteinShake As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - 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.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Woodworking + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 19 + 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.ShakeTree + commentId: F:TinyLife.Actions.ActionType.ShakeTree + id: ShakeTree + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: ShakeTree + nameWithType: ActionType.ShakeTree + fullName: TinyLife.Actions.ActionType.ShakeTree + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ShakeTree + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 40 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType ShakeTree + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly ShakeTree As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.RunOnTreadmill + commentId: F:TinyLife.Actions.ActionType.RunOnTreadmill + id: RunOnTreadmill + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: RunOnTreadmill + nameWithType: ActionType.RunOnTreadmill + fullName: TinyLife.Actions.ActionType.RunOnTreadmill + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RunOnTreadmill + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 43 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType RunOnTreadmill + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly RunOnTreadmill As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.GoJogging + commentId: F:TinyLife.Actions.ActionType.GoJogging + id: GoJogging + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: GoJogging + nameWithType: ActionType.GoJogging + fullName: TinyLife.Actions.ActionType.GoJogging + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GoJogging + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 51 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType GoJogging + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly GoJogging As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Actions.ActionType.LiftWeights + commentId: F:TinyLife.Actions.ActionType.LiftWeights + id: LiftWeights + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: LiftWeights + nameWithType: ActionType.LiftWeights + fullName: TinyLife.Actions.ActionType.LiftWeights + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: LiftWeights + path: ../TinyLife/Actions/ActionType.Sets.cs + startLine: 59 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType LiftWeights + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly LiftWeights 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 @@ -5516,7 +5590,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutNonfictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 144 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5551,7 +5625,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFictionBooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5586,7 +5660,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Talk path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 170 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5621,7 +5695,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutDay path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 174 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5656,7 +5730,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellEngagingStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 178 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5691,7 +5765,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 183 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5726,7 +5800,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 187 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5761,7 +5835,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNeighborhood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 193 + startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5796,7 +5870,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutOutdoors path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5831,7 +5905,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 202 + startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5866,7 +5940,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussWorkoutRegimen path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 206 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5901,7 +5975,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompareMuscleSize path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 213 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5936,7 +6010,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GushAboutPartner path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 220 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -5971,7 +6045,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutGamingRig path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 226 + startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6006,7 +6080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutComputerSpecs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 231 + startLine: 230 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6041,7 +6115,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoastAboutPagesWritten path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 236 + startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6076,7 +6150,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PoseMathPuzzle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 242 + startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6111,7 +6185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpressFearOfCrowds path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 247 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6146,7 +6220,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNaps path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 252 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6181,7 +6255,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutWatchingTv path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 258 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6216,7 +6290,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InviteToHousehold path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 263 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6251,7 +6325,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToCook path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 268 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6286,7 +6360,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskToTellStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 275 + startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6321,7 +6395,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutAdults path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 281 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6356,7 +6430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutParent path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 286 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6391,7 +6465,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutCartoons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 291 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6426,7 +6500,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 296 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6461,7 +6535,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFavoriteToys path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 301 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6496,7 +6570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskAboutFamilyWellbeing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 306 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6531,7 +6605,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutFamily path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 312 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6566,7 +6640,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebatePineappleOnPizza path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 318 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6601,7 +6675,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussFineDining path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 324 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6636,7 +6710,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutSpicyFood path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 329 + startLine: 328 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6671,7 +6745,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskMedicalHistory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 334 + startLine: 333 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6706,7 +6780,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAboutNatureWalks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 339 + startLine: 338 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6741,7 +6815,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CriticizeDeforestation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 344 + startLine: 343 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6776,7 +6850,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussNpP path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 349 + startLine: 348 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6811,7 +6885,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BragAboutComputer path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 354 + startLine: 353 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6846,7 +6920,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiscussHomeAutomation path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 359 + startLine: 358 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6881,7 +6955,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AskIfSingle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 364 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6916,7 +6990,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SuggestThriftstores path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 375 + startLine: 374 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6951,7 +7025,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnthuseAboutCoupons path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 380 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -6968,6 +7042,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.TalkAboutBestSpots + commentId: F:TinyLife.Actions.ActionType.TalkAboutBestSpots + id: TalkAboutBestSpots + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: TalkAboutBestSpots + nameWithType: ActionType.TalkAboutBestSpots + fullName: TinyLife.Actions.ActionType.TalkAboutBestSpots + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TalkAboutBestSpots + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 384 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType TalkAboutBestSpots + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly TalkAboutBestSpots 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 @@ -6986,7 +7095,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 387 + startLine: 391 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7021,7 +7130,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellFunnyStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 391 + startLine: 395 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7056,7 +7165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellRidiculousStory path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 395 + startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7091,7 +7200,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellComplexJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 399 + startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7126,7 +7235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayTrick path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 403 + startLine: 407 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7161,7 +7270,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWork path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 407 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7196,7 +7305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOwnUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 413 + startLine: 417 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7231,7 +7340,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTreadmillAccidents path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 419 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7266,7 +7375,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutWritingStyle path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 424 + startLine: 428 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7301,7 +7410,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAromance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 429 + startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7336,7 +7445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutAsexuality path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 434 + startLine: 438 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7371,7 +7480,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellJokeAboutSomething path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 439 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7406,7 +7515,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TellDadJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 448 + startLine: 452 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7441,7 +7550,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutFamilyGatherings path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 454 + startLine: 458 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7476,7 +7585,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutTrees path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 460 + startLine: 464 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7511,7 +7620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutSmartHome path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 465 + startLine: 469 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7546,7 +7655,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JokeAboutOverspending path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 470 + startLine: 474 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7563,6 +7672,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Actions.ActionType.TalkAboutFunnyCityName + commentId: F:TinyLife.Actions.ActionType.TalkAboutFunnyCityName + id: TalkAboutFunnyCityName + parent: TinyLife.Actions.ActionType + langs: + - csharp + - vb + name: TalkAboutFunnyCityName + nameWithType: ActionType.TalkAboutFunnyCityName + fullName: TinyLife.Actions.ActionType.TalkAboutFunnyCityName + type: Field + source: + remote: + path: TinyLife/Actions/ActionType.Social.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TalkAboutFunnyCityName + path: ../TinyLife/Actions/ActionType.Social.cs + startLine: 479 + assemblies: + - Tiny Life + namespace: TinyLife.Actions + syntax: + content: public static readonly ActionType TalkAboutFunnyCityName + return: + type: TinyLife.Actions.ActionType + content.vb: Public Shared ReadOnly TalkAboutFunnyCityName As ActionType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Actions.ActionType.Insult commentId: F:TinyLife.Actions.ActionType.Insult id: Insult @@ -7581,7 +7725,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Insult path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 477 + startLine: 486 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7616,7 +7760,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyMotherIsCamel path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 481 + startLine: 490 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7651,7 +7795,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfUnemployment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 485 + startLine: 494 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7686,7 +7830,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfLaziness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 491 + startLine: 500 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7721,7 +7865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfIntroversion path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 496 + startLine: 505 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7756,7 +7900,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfNiceness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 501 + startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7791,7 +7935,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplainAboutRelationship path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 506 + startLine: 515 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7826,7 +7970,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfPoorFitness path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 511 + startLine: 520 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7861,7 +8005,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFriends path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 517 + startLine: 526 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7896,7 +8040,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingNerd path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 522 + startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7931,7 +8075,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingBadAtSchool path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 527 + startLine: 536 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -7966,7 +8110,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShooChild path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 532 + startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8001,7 +8145,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfFoodIntolerance path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 538 + startLine: 547 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8036,7 +8180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChastiseForFoodBeliefs path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 544 + startLine: 553 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8071,7 +8215,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeFunOfBeingOutdoorsy path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 550 + startLine: 559 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8106,7 +8250,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImplyHomeSmarter path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 555 + startLine: 564 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8141,7 +8285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Flirt path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 562 + startLine: 571 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8176,7 +8320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComplimentLooks path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 566 + startLine: 575 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8211,7 +8355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MakeRisqueRemark path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 570 + startLine: 579 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8246,7 +8390,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BeEnticing path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 576 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8281,7 +8425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CasualCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 581 + startLine: 590 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8316,7 +8460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReciteLovePoem path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 586 + startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8351,7 +8495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeepCompliment path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 591 + startLine: 600 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8386,7 +8530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FlirtyJoke path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 596 + startLine: 605 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8421,7 +8565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartDating path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 602 + startLine: 611 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8456,7 +8600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolAround path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 619 + startLine: 628 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8491,7 +8635,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Kiss path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 632 + startLine: 641 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8526,7 +8670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmitToBeingRomanticWithSomeoneElse path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 643 + startLine: 652 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -8561,7 +8705,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BreakUp path: ../TinyLife/Actions/ActionType.Social.cs - startLine: 656 + startLine: 665 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.ActionVariety.yml b/docs/api/TinyLife.Actions.ActionVariety.yml index fcf38ad..d12ed73 100644 --- a/docs/api/TinyLife.Actions.ActionVariety.yml +++ b/docs/api/TinyLife.Actions.ActionVariety.yml @@ -652,7 +652,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ImageLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 156 + startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -699,7 +699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PortraitLayout path: ../TinyLife/Actions/ActionVariety.cs - startLine: 175 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.BehaviorAction-1.yml b/docs/api/TinyLife.Actions.BehaviorAction-1.yml index 9c93013..2cacc97 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction-1.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction-1.yml @@ -103,7 +103,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3587,18 +3587,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3651,11 +3651,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3708,6 +3716,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/docs/api/TinyLife.Actions.BehaviorAction.yml b/docs/api/TinyLife.Actions.BehaviorAction.yml index 62ebc92..cf8fd2e 100644 --- a/docs/api/TinyLife.Actions.BehaviorAction.yml +++ b/docs/api/TinyLife.Actions.BehaviorAction.yml @@ -101,7 +101,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3632,18 +3632,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3696,11 +3696,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3753,6 +3761,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/docs/api/TinyLife.Actions.DieAction.yml b/docs/api/TinyLife.Actions.DieAction.yml index c9a3d96..f178edd 100644 --- a/docs/api/TinyLife.Actions.DieAction.yml +++ b/docs/api/TinyLife.Actions.DieAction.yml @@ -87,7 +87,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3209,18 +3209,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3273,11 +3273,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3330,6 +3338,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/docs/api/TinyLife.Actions.GoHereAction.yml b/docs/api/TinyLife.Actions.GoHereAction.yml index 82c2794..1054237 100644 --- a/docs/api/TinyLife.Actions.GoHereAction.yml +++ b/docs/api/TinyLife.Actions.GoHereAction.yml @@ -97,7 +97,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3478,18 +3478,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3542,11 +3542,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3599,6 +3607,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/docs/api/TinyLife.Actions.MultiAction.yml b/docs/api/TinyLife.Actions.MultiAction.yml index d2cdd5e..6f63c06 100644 --- a/docs/api/TinyLife.Actions.MultiAction.yml +++ b/docs/api/TinyLife.Actions.MultiAction.yml @@ -107,7 +107,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3647,18 +3647,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3711,11 +3711,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3768,6 +3776,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/docs/api/TinyLife.Actions.OrderFromStaffAction.yml b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml index eb0a79a..468837c 100644 --- a/docs/api/TinyLife.Actions.OrderFromStaffAction.yml +++ b/docs/api/TinyLife.Actions.OrderFromStaffAction.yml @@ -112,7 +112,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3917,18 +3917,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3981,11 +3981,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -4038,6 +4046,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/docs/api/TinyLife.Actions.OutOfTownAction.yml b/docs/api/TinyLife.Actions.OutOfTownAction.yml index 37f526d..a31dcfd 100644 --- a/docs/api/TinyLife.Actions.OutOfTownAction.yml +++ b/docs/api/TinyLife.Actions.OutOfTownAction.yml @@ -101,7 +101,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3542,18 +3542,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3606,11 +3606,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3663,6 +3671,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/docs/api/TinyLife.Actions.PathfindAction.yml b/docs/api/TinyLife.Actions.PathfindAction.yml index 0313e2a..03afb3f 100644 --- a/docs/api/TinyLife.Actions.PathfindAction.yml +++ b/docs/api/TinyLife.Actions.PathfindAction.yml @@ -31,7 +31,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PathfindAction path: ../TinyLife/Actions/PathfindAction.cs - startLine: 18 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -93,7 +93,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeedMultiplier path: ../TinyLife/Actions/PathfindAction.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -180,7 +180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Path path: ../TinyLife/Actions/PathfindAction.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -217,7 +217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PathReady path: ../TinyLife/Actions/PathfindAction.cs - startLine: 35 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -254,7 +254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/PathfindAction.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -293,7 +293,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPath path: ../TinyLife/Actions/PathfindAction.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -337,7 +337,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSpeed path: ../TinyLife/Actions/PathfindAction.cs - startLine: 51 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -374,7 +374,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnPathReady path: ../TinyLife/Actions/PathfindAction.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -408,7 +408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Initialize path: ../TinyLife/Actions/PathfindAction.cs - startLine: 60 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -443,7 +443,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Actions/PathfindAction.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -488,7 +488,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Actions/PathfindAction.cs - startLine: 98 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -526,7 +526,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCompleted path: ../TinyLife/Actions/PathfindAction.cs - startLine: 109 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -565,7 +565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Actions/PathfindAction.cs - startLine: 120 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3345,18 +3345,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3409,11 +3409,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3466,6 +3474,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/docs/api/TinyLife.Actions.PutAwayAction.yml b/docs/api/TinyLife.Actions.PutAwayAction.yml index 4b5e088..3c87f06 100644 --- a/docs/api/TinyLife.Actions.PutAwayAction.yml +++ b/docs/api/TinyLife.Actions.PutAwayAction.yml @@ -97,7 +97,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3480,18 +3480,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3544,11 +3544,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3601,6 +3609,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/docs/api/TinyLife.Actions.SellAction.yml b/docs/api/TinyLife.Actions.SellAction.yml index 08a97de..fa9bb30 100644 --- a/docs/api/TinyLife.Actions.SellAction.yml +++ b/docs/api/TinyLife.Actions.SellAction.yml @@ -98,7 +98,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3536,18 +3536,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3600,11 +3600,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3657,6 +3665,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/docs/api/TinyLife.Actions.SitAction.yml b/docs/api/TinyLife.Actions.SitAction.yml index eee97ac..1557f41 100644 --- a/docs/api/TinyLife.Actions.SitAction.yml +++ b/docs/api/TinyLife.Actions.SitAction.yml @@ -97,7 +97,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3463,18 +3463,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3527,11 +3527,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3584,6 +3592,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/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml index 49d6938..bcce0c7 100644 --- a/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.StartPartnerAction.yml @@ -85,7 +85,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3114,18 +3114,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3178,11 +3178,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3235,6 +3243,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/docs/api/TinyLife.Actions.SocialAction.yml b/docs/api/TinyLife.Actions.SocialAction.yml index 8455ea9..30d5404 100644 --- a/docs/api/TinyLife.Actions.SocialAction.yml +++ b/docs/api/TinyLife.Actions.SocialAction.yml @@ -110,7 +110,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3910,18 +3910,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3974,11 +3974,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -4031,6 +4039,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/docs/api/TinyLife.Actions.StoreAction.yml b/docs/api/TinyLife.Actions.StoreAction.yml index 8b3c0a3..a58f0e1 100644 --- a/docs/api/TinyLife.Actions.StoreAction.yml +++ b/docs/api/TinyLife.Actions.StoreAction.yml @@ -97,7 +97,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3472,18 +3472,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3536,11 +3536,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3593,6 +3601,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/docs/api/TinyLife.Actions.TalkAction.yml b/docs/api/TinyLife.Actions.TalkAction.yml index 866280f..acb037f 100644 --- a/docs/api/TinyLife.Actions.TalkAction.yml +++ b/docs/api/TinyLife.Actions.TalkAction.yml @@ -116,7 +116,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -4096,18 +4096,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -4160,11 +4160,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -4217,6 +4225,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/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml b/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml index 879001c..ec0e86a 100644 --- a/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.DeferredAction.yml @@ -86,7 +86,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3154,18 +3154,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3218,11 +3218,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3275,6 +3283,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/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml b/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml index 61286c7..4df8aaa 100644 --- a/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.PathfindToPersonAction.yml @@ -86,7 +86,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3143,18 +3143,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3207,11 +3207,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3264,6 +3272,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/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml b/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml index 6356bf9..f0b42b9 100644 --- a/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml @@ -87,7 +87,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3220,18 +3220,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3284,11 +3284,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3341,6 +3349,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/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml b/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml index 7aec24f..624bf50 100644 --- a/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml +++ b/docs/api/TinyLife.Actions.Typeless.TryGoHereAction.yml @@ -86,7 +86,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3157,18 +3157,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3221,11 +3221,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3278,6 +3286,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/docs/api/TinyLife.Actions.WalkAction.yml b/docs/api/TinyLife.Actions.WalkAction.yml index dcbee42..223909d 100644 --- a/docs/api/TinyLife.Actions.WalkAction.yml +++ b/docs/api/TinyLife.Actions.WalkAction.yml @@ -93,7 +93,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3263,18 +3263,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3327,11 +3327,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3384,6 +3392,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/docs/api/TinyLife.Actions.WatchTvAction.Channel.yml b/docs/api/TinyLife.Actions.WatchTvAction.Channel.yml index 451b3b9..0edc70c 100644 --- a/docs/api/TinyLife.Actions.WatchTvAction.Channel.yml +++ b/docs/api/TinyLife.Actions.WatchTvAction.Channel.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Channel path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 194 + startLine: 220 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -60,7 +60,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Comedy path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 199 + startLine: 225 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -94,7 +94,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cooking path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 203 + startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -128,7 +128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Romance path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 207 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -162,7 +162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Drama path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 211 + startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: News path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 215 + startLine: 241 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -230,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cartoons path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 219 + startLine: 245 assemblies: - Tiny Life namespace: TinyLife.Actions diff --git a/docs/api/TinyLife.Actions.WatchTvAction.yml b/docs/api/TinyLife.Actions.WatchTvAction.yml index c3c66fd..b7e8a06 100644 --- a/docs/api/TinyLife.Actions.WatchTvAction.yml +++ b/docs/api/TinyLife.Actions.WatchTvAction.yml @@ -30,7 +30,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WatchTvAction path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 20 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -100,7 +100,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -142,7 +142,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullyInProgress path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 32 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -183,7 +183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 35 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -221,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateFirstActions path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 40 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -259,7 +259,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenInitialize path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 68 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -294,7 +294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenUpdate path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 75 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -339,7 +339,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenIsCompleted path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 102 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -377,7 +377,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanMultitask path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 111 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -419,7 +419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenOnCompleted path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 121 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -458,7 +458,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetViewingArea path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 153 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -502,7 +502,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSeating path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 166 + startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -549,7 +549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetViewers path: ../TinyLife/Actions/WatchTvAction.cs - startLine: 180 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions @@ -3643,18 +3643,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3707,11 +3707,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3764,6 +3772,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/docs/api/TinyLife.Actions.WorkAction.yml b/docs/api/TinyLife.Actions.WorkAction.yml index 25eafd1..7ba5066 100644 --- a/docs/api/TinyLife.Actions.WorkAction.yml +++ b/docs/api/TinyLife.Actions.WorkAction.yml @@ -100,7 +100,7 @@ items: - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) - - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) @@ -3496,18 +3496,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) - commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true - name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean) - fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean) - nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) - fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean) - name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean) + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) spec.csharp: - - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3560,11 +3560,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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean) + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects nameWithType: Action.FindValidActionObjects fullName: TinyLife.Actions.Action.FindValidActionObjects @@ -3617,6 +3625,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/docs/api/TinyLife.ChoicePromptInfo.Option.yml b/docs/api/TinyLife.ChoicePromptInfo.Option.yml index 29a8771..ed92473 100644 --- a/docs/api/TinyLife.ChoicePromptInfo.Option.yml +++ b/docs/api/TinyLife.ChoicePromptInfo.Option.yml @@ -315,7 +315,7 @@ items: summary: "\nCreates a new option with the given job-related outcomes.\n" example: [] syntax: - content: public Option(string name, EmotionType successIncreaseEmotion = null, SkillType successIncreaseSkill = null, float jobPerformanceGained = 0.1F, float jobPerformanceLost = 0.1F, float successChance = 0.4F) + content: public Option(string name, EmotionType successIncreaseEmotion = null, SkillType successIncreaseSkill = null, float jobPerformanceGained = 0.1F, float jobPerformanceLost = 0.1F, float successChance = 0.5F) parameters: - id: name type: System.String @@ -335,7 +335,7 @@ items: - id: successChance type: System.Single description: The success chance of this option, which is expected to be a value between 0 and 1. - content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1F, jobPerformanceLost As Single = 0.1F, successChance As Single = 0.4F) + content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1F, jobPerformanceLost As Single = 0.1F, successChance As Single = 0.5F) overload: TinyLife.ChoicePromptInfo.Option.#ctor* modifiers.csharp: - public diff --git a/docs/api/TinyLife.CleanOutFridgeAction.yml b/docs/api/TinyLife.CleanOutFridgeAction.yml new file mode 100644 index 0000000..a2361df --- /dev/null +++ b/docs/api/TinyLife.CleanOutFridgeAction.yml @@ -0,0 +1,4377 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.CleanOutFridgeAction + commentId: T:TinyLife.CleanOutFridgeAction + id: CleanOutFridgeAction + parent: TinyLife + children: + - TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + - TinyLife.CleanOutFridgeAction.IsCompleted + - TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType) + - TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + - TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person) + langs: + - csharp + - vb + name: CleanOutFridgeAction + nameWithType: CleanOutFridgeAction + fullName: TinyLife.CleanOutFridgeAction + type: Class + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CleanOutFridgeAction + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 13 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: 'public class CleanOutFridgeAction : Action, IGenericDataHolder' + content.vb: >- + Public Class CleanOutFridgeAction + Inherits Action + Implements IGenericDataHolder + inheritance: + - System.Object + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder + - TinyLife.Actions.Action + implements: + - MLEM.Misc.IGenericDataHolder + inheritedMembers: + - TinyLife.Actions.Action.Random + - TinyLife.Actions.Action.InProgressTime + - TinyLife.Actions.Action.FullyInProgress + - TinyLife.Actions.Action.Type + - TinyLife.Actions.Action.Info + - TinyLife.Actions.Action.StartedAutomatically + - TinyLife.Actions.Action.Parent + - TinyLife.Actions.Action.Map + - TinyLife.Actions.Action.Person + - TinyLife.Actions.Action.ElapsedTime + - TinyLife.Actions.Action.PlayerPromptOpen + - TinyLife.Actions.Action.ForceResult + - TinyLife.Actions.Action.Initialize + - TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + - TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + - TinyLife.Actions.Action.GetIconObject + - TinyLife.Actions.Action.CausesExtremelyFastSpeed + - TinyLife.Actions.Action.GetDisplayName + - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + - TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) + - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + - TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + - System.Object.Equals(System.Object) + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetHashCode + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) + id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' + parent: TinyLife.CleanOutFridgeAction + langs: + - csharp + - vb + name: CleanOutFridgeAction(ActionType, ActionInfo) + nameWithType: CleanOutFridgeAction.CleanOutFridgeAction(ActionType, ActionInfo) + fullName: TinyLife.CleanOutFridgeAction.CleanOutFridgeAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) + type: Constructor + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 18 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public CleanOutFridgeAction(ActionType type, ActionInfo info) + parameters: + - id: type + type: TinyLife.Actions.ActionType + - id: info + type: TinyLife.Actions.ActionInfo + content.vb: Public Sub New(type As ActionType, info As ActionInfo) + overload: TinyLife.CleanOutFridgeAction.#ctor* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.CleanOutFridgeAction + langs: + - csharp + - vb + name: Update(GameTime, TimeSpan, Single) + nameWithType: CleanOutFridgeAction.Update(GameTime, TimeSpan, Single) + fullName: TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) + type: Method + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Update + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 22 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier) + parameters: + - id: time + type: Microsoft.Xna.Framework.GameTime + - id: passedInGame + type: System.TimeSpan + - id: speedMultiplier + type: System.Single + content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) + overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + overload: TinyLife.CleanOutFridgeAction.Update* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person) + commentId: M:TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person) + id: Validate(TinyLife.Objects.Person) + parent: TinyLife.CleanOutFridgeAction + langs: + - csharp + - vb + name: Validate(Person) + nameWithType: CleanOutFridgeAction.Validate(Person) + fullName: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person) + type: Method + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Validate + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 43 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public override bool Validate(Person person) + parameters: + - id: person + type: TinyLife.Objects.Person + return: + type: System.Boolean + content.vb: Public Overrides Function Validate(person As Person) As Boolean + overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + overload: TinyLife.CleanOutFridgeAction.Validate* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: TinyLife.CleanOutFridgeAction.IsCompleted + commentId: M:TinyLife.CleanOutFridgeAction.IsCompleted + id: IsCompleted + parent: TinyLife.CleanOutFridgeAction + langs: + - csharp + - vb + name: IsCompleted() + nameWithType: CleanOutFridgeAction.IsCompleted() + fullName: TinyLife.CleanOutFridgeAction.IsCompleted() + type: Method + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsCompleted + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 47 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public override CompletionType IsCompleted() + return: + type: TinyLife.Actions.CompletionType + content.vb: Public Overrides Function IsCompleted As CompletionType + overridden: TinyLife.Actions.Action.IsCompleted + overload: TinyLife.CleanOutFridgeAction.IsCompleted* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType) + id: OnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.CleanOutFridgeAction + langs: + - csharp + - vb + name: OnCompleted(CompletionType) + nameWithType: CleanOutFridgeAction.OnCompleted(CompletionType) + fullName: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType) + type: Method + source: + remote: + path: TinyLife/Actions/CleanOutFridgeAction.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OnCompleted + path: ../TinyLife/Actions/CleanOutFridgeAction.cs + startLine: 51 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public override void OnCompleted(CompletionType type) + parameters: + - id: type + type: TinyLife.Actions.CompletionType + content.vb: Public Overrides Sub OnCompleted(type As CompletionType) + overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + overload: TinyLife.CleanOutFridgeAction.OnCompleted* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: TinyLife + commentId: N:TinyLife + name: TinyLife + nameWithType: TinyLife + fullName: TinyLife +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder + parent: MLEM.Data.Json + isExternal: true + name: JsonTypeSafeGenericDataHolder + nameWithType: JsonTypeSafeGenericDataHolder + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder +- uid: TinyLife.Actions.Action + commentId: T:TinyLife.Actions.Action + parent: TinyLife.Actions + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action +- uid: MLEM.Misc.IGenericDataHolder + commentId: T:MLEM.Misc.IGenericDataHolder + parent: MLEM.Misc + isExternal: true + name: IGenericDataHolder + nameWithType: IGenericDataHolder + fullName: MLEM.Misc.IGenericDataHolder +- uid: TinyLife.Actions.Action.Random + commentId: F:TinyLife.Actions.Action.Random + parent: TinyLife.Actions.Action + name: Random + nameWithType: Action.Random + fullName: TinyLife.Actions.Action.Random +- uid: TinyLife.Actions.Action.InProgressTime + commentId: P:TinyLife.Actions.Action.InProgressTime + parent: TinyLife.Actions.Action + name: InProgressTime + nameWithType: Action.InProgressTime + fullName: TinyLife.Actions.Action.InProgressTime +- uid: TinyLife.Actions.Action.FullyInProgress + commentId: P:TinyLife.Actions.Action.FullyInProgress + parent: TinyLife.Actions.Action + name: FullyInProgress + nameWithType: Action.FullyInProgress + fullName: TinyLife.Actions.Action.FullyInProgress +- uid: TinyLife.Actions.Action.Type + commentId: F:TinyLife.Actions.Action.Type + parent: TinyLife.Actions.Action + name: Type + nameWithType: Action.Type + fullName: TinyLife.Actions.Action.Type +- uid: TinyLife.Actions.Action.Info + commentId: F:TinyLife.Actions.Action.Info + parent: TinyLife.Actions.Action + name: Info + nameWithType: Action.Info + fullName: TinyLife.Actions.Action.Info +- uid: TinyLife.Actions.Action.StartedAutomatically + commentId: P:TinyLife.Actions.Action.StartedAutomatically + parent: TinyLife.Actions.Action + name: StartedAutomatically + nameWithType: Action.StartedAutomatically + fullName: TinyLife.Actions.Action.StartedAutomatically +- uid: TinyLife.Actions.Action.Parent + commentId: P:TinyLife.Actions.Action.Parent + parent: TinyLife.Actions.Action + name: Parent + nameWithType: Action.Parent + fullName: TinyLife.Actions.Action.Parent +- uid: TinyLife.Actions.Action.Map + commentId: P:TinyLife.Actions.Action.Map + parent: TinyLife.Actions.Action + name: Map + nameWithType: Action.Map + fullName: TinyLife.Actions.Action.Map +- uid: TinyLife.Actions.Action.Person + commentId: P:TinyLife.Actions.Action.Person + parent: TinyLife.Actions.Action + name: Person + nameWithType: Action.Person + fullName: TinyLife.Actions.Action.Person +- uid: TinyLife.Actions.Action.ElapsedTime + commentId: P:TinyLife.Actions.Action.ElapsedTime + parent: TinyLife.Actions.Action + name: ElapsedTime + nameWithType: Action.ElapsedTime + fullName: TinyLife.Actions.Action.ElapsedTime +- uid: TinyLife.Actions.Action.PlayerPromptOpen + commentId: P:TinyLife.Actions.Action.PlayerPromptOpen + parent: TinyLife.Actions.Action + name: PlayerPromptOpen + nameWithType: Action.PlayerPromptOpen + fullName: TinyLife.Actions.Action.PlayerPromptOpen +- uid: TinyLife.Actions.Action.ForceResult + commentId: F:TinyLife.Actions.Action.ForceResult + parent: TinyLife.Actions.Action + name: ForceResult + nameWithType: Action.ForceResult + fullName: TinyLife.Actions.Action.ForceResult +- uid: TinyLife.Actions.Action.Initialize + commentId: M:TinyLife.Actions.Action.Initialize + parent: TinyLife.Actions.Action + name: Initialize() + nameWithType: Action.Initialize() + fullName: TinyLife.Actions.Action.Initialize() + spec.csharp: + - uid: TinyLife.Actions.Action.Initialize + name: Initialize + nameWithType: Action.Initialize + fullName: TinyLife.Actions.Action.Initialize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.Initialize + name: Initialize + nameWithType: Action.Initialize + fullName: TinyLife.Actions.Action.Initialize + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + parent: TinyLife.Actions.Action + isExternal: true + name: TryForceResult(CompletionType, Nullable, MapObject) + nameWithType: Action.TryForceResult(CompletionType, Nullable, MapObject) + fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable, TinyLife.Objects.MapObject) + nameWithType.vb: Action.TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) + fullName.vb: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, System.Nullable(Of TinyLife.Actions.CanExecuteResult), TinyLife.Objects.MapObject) + name.vb: TryForceResult(CompletionType, Nullable(Of CanExecuteResult), MapObject) + spec.csharp: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + nameWithType: Action.TryForceResult + fullName: TinyLife.Actions.Action.TryForceResult + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.MapObject + name: MapObject + nameWithType: MapObject + fullName: TinyLife.Objects.MapObject + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) + name: TryForceResult + nameWithType: Action.TryForceResult + fullName: TinyLife.Actions.Action.TryForceResult + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.CanExecuteResult + name: CanExecuteResult + nameWithType: CanExecuteResult + fullName: TinyLife.Actions.CanExecuteResult + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.MapObject + name: MapObject + nameWithType: MapObject + fullName: TinyLife.Objects.MapObject + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanMultitask(Action) + nameWithType: Action.CanMultitask(Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + nameWithType: Action.CanMultitask + fullName: TinyLife.Actions.Action.CanMultitask + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) + name: CanMultitask + nameWithType: Action.CanMultitask + fullName: TinyLife.Actions.Action.CanMultitask + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanCancel(Action) + nameWithType: Action.CanCancel(Action) + fullName: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + name: CanCancel + nameWithType: Action.CanCancel + fullName: TinyLife.Actions.Action.CanCancel + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action) + name: CanCancel + nameWithType: Action.CanCancel + fullName: TinyLife.Actions.Action.CanCancel + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.Action + name: GetNextAction(CompletionType) + nameWithType: Action.GetNextAction(CompletionType) + fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + nameWithType: Action.GetNextAction + fullName: TinyLife.Actions.Action.GetNextAction + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) + name: GetNextAction + nameWithType: Action.GetNextAction + fullName: TinyLife.Actions.Action.GetNextAction + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetIconObject + commentId: M:TinyLife.Actions.Action.GetIconObject + parent: TinyLife.Actions.Action + name: GetIconObject() + nameWithType: Action.GetIconObject() + fullName: TinyLife.Actions.Action.GetIconObject() + spec.csharp: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + nameWithType: Action.GetIconObject + fullName: TinyLife.Actions.Action.GetIconObject + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetIconObject + name: GetIconObject + nameWithType: Action.GetIconObject + fullName: TinyLife.Actions.Action.GetIconObject + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed + parent: TinyLife.Actions.Action + name: CausesExtremelyFastSpeed() + nameWithType: Action.CausesExtremelyFastSpeed() + fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() + spec.csharp: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + nameWithType: Action.CausesExtremelyFastSpeed + fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed + name: CausesExtremelyFastSpeed + nameWithType: Action.CausesExtremelyFastSpeed + fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetDisplayName + commentId: M:TinyLife.Actions.Action.GetDisplayName + parent: TinyLife.Actions.Action + name: GetDisplayName() + nameWithType: Action.GetDisplayName() + fullName: TinyLife.Actions.Action.GetDisplayName() + spec.csharp: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + nameWithType: Action.GetDisplayName + fullName: TinyLife.Actions.Action.GetDisplayName + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetDisplayName + name: GetDisplayName + nameWithType: Action.GetDisplayName + fullName: TinyLife.Actions.Action.GetDisplayName + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + parent: TinyLife.Actions.Action + name: CanEnqueueConversation(Person, ActionType) + nameWithType: Action.CanEnqueueConversation(Person, ActionType) + fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) + spec.csharp: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + nameWithType: Action.CanEnqueueConversation + fullName: TinyLife.Actions.Action.CanEnqueueConversation + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) + name: CanEnqueueConversation + nameWithType: Action.CanEnqueueConversation + fullName: TinyLife.Actions.Action.CanEnqueueConversation + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) + commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) + parent: TinyLife.Actions.Action + isExternal: true + name: OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion) + nameWithType: Action.OpenPlayerPrompt(String, Predicate, Action, Boolean, Func>, TextureRegion) + fullName: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate, System.Action, System.Boolean, System.Func>, MLEM.Textures.TextureRegion) + nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) + fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(System.String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), System.Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion) + name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) + name: OpenPlayerPrompt + 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: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + nameWithType: CoveringGroup + fullName: TinyLife.Uis.CoveringGroup + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + 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: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - 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,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion) + 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: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Uis.CoveringGroup + name: CoveringGroup + nameWithType: CoveringGroup + fullName: TinyLife.Uis.CoveringGroup + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + parent: TinyLife.Actions.Action + isExternal: true + name: OpenYesNoPrompt(String, Action, Action, TextureRegion) + nameWithType: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion) + fullName: TinyLife.Actions.Action.OpenYesNoPrompt(System.String, System.Action, System.Action, MLEM.Textures.TextureRegion) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + nameWithType: Action.OpenYesNoPrompt + fullName: TinyLife.Actions.Action.OpenYesNoPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) + name: OpenYesNoPrompt + nameWithType: Action.OpenYesNoPrompt + fullName: TinyLife.Actions.Action.OpenYesNoPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + parent: TinyLife.Actions.Action + isExternal: true + name: OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion) + nameWithType: Action.OpenTextPrompt(String, Action, Predicate, TextField.Rule, String, TextureRegion) + fullName: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) + nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) + fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String, MLEM.Textures.TextureRegion) + name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + name: OpenTextPrompt + nameWithType: Action.OpenTextPrompt + fullName: TinyLife.Actions.Action.OpenTextPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Predicate`1 + name: Predicate + nameWithType: Predicate + fullName: System.Predicate + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Ui.Elements.TextField.Rule + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) + name: OpenTextPrompt + nameWithType: Action.OpenTextPrompt + fullName: TinyLife.Actions.Action.OpenTextPrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Predicate`1 + name: Predicate + nameWithType: Predicate + fullName: System.Predicate + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Ui.Elements.TextField.Rule + name: TextField.Rule + nameWithType: TextField.Rule + fullName: MLEM.Ui.Elements.TextField.Rule + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + parent: TinyLife.Actions.Action + name: OpenChoicePrompt(ChoicePromptInfo) + nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) + fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + name: OpenChoicePrompt + nameWithType: Action.OpenChoicePrompt + fullName: TinyLife.Actions.Action.OpenChoicePrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.ChoicePromptInfo + name: ChoicePromptInfo + nameWithType: ChoicePromptInfo + fullName: TinyLife.ChoicePromptInfo + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo) + name: OpenChoicePrompt + nameWithType: Action.OpenChoicePrompt + fullName: TinyLife.Actions.Action.OpenChoicePrompt + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.ChoicePromptInfo + name: ChoicePromptInfo + nameWithType: ChoicePromptInfo + fullName: TinyLife.ChoicePromptInfo + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + parent: TinyLife.Actions.Action + isExternal: true + name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) + nameWithType: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32) + fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + nameWithType: Action.SpeakAlone + fullName: TinyLife.Actions.Action.SpeakAlone + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32) + name: SpeakAlone + nameWithType: Action.SpeakAlone + fullName: TinyLife.Actions.Action.SpeakAlone + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) + commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) + parent: TinyLife.Actions.Action + isExternal: true + name: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) + nameWithType: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32) + fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32) + nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) + fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32) + name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) + spec.csharp: + - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) + name: SpeakInConversation + nameWithType: Action.SpeakInConversation + fullName: TinyLife.Actions.Action.SpeakInConversation + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32) + name: SpeakInConversation + nameWithType: Action.SpeakInConversation + fullName: TinyLife.Actions.Action.SpeakInConversation + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.EmoteCategory + name: EmoteCategory + nameWithType: EmoteCategory + fullName: TinyLife.Actions.EmoteCategory + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: FacePartner(Person) + nameWithType: Action.FacePartner(Person) + fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + nameWithType: Action.FacePartner + fullName: TinyLife.Actions.Action.FacePartner + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) + name: FacePartner + nameWithType: Action.FacePartner + fullName: TinyLife.Actions.Action.FacePartner + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + parent: TinyLife.Actions.Action + name: CompleteIfNeedFull(NeedType) + nameWithType: Action.CompleteIfNeedFull(NeedType) + fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + nameWithType: Action.CompleteIfNeedFull + fullName: TinyLife.Actions.Action.CompleteIfNeedFull + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.NeedType + name: NeedType + nameWithType: NeedType + fullName: TinyLife.NeedType + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType) + name: CompleteIfNeedFull + nameWithType: Action.CompleteIfNeedFull + fullName: TinyLife.Actions.Action.CompleteIfNeedFull + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.NeedType + name: NeedType + nameWithType: NeedType + fullName: TinyLife.NeedType + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) + nameWithType: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) + fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.Boolean, TinyLife.Skills.SkillType, System.Single, System.Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + nameWithType: Action.CompleteIfTimeUp + fullName: TinyLife.Actions.Action.CompleteIfTimeUp + - name: ( + nameWithType: ( + fullName: ( + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Skills.SkillType + name: SkillType + nameWithType: SkillType + fullName: TinyLife.Skills.SkillType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + 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.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) + name: CompleteIfTimeUp + nameWithType: Action.CompleteIfTimeUp + fullName: TinyLife.Actions.Action.CompleteIfTimeUp + - name: ( + nameWithType: ( + fullName: ( + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Skills.SkillType + name: SkillType + nameWithType: SkillType + fullName: TinyLife.Skills.SkillType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + parent: TinyLife.Actions.Action + name: CancelIfEmotional(EmotionType[]) + nameWithType: Action.CancelIfEmotional(EmotionType[]) + fullName: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + nameWithType.vb: Action.CancelIfEmotional(EmotionType()) + fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType()) + name.vb: CancelIfEmotional(EmotionType()) + spec.csharp: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + nameWithType: Action.CancelIfEmotional + fullName: TinyLife.Actions.Action.CancelIfEmotional + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + nameWithType: EmotionType + fullName: TinyLife.Emotions.EmotionType + - name: '[]' + nameWithType: '[]' + fullName: '[]' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) + name: CancelIfEmotional + nameWithType: Action.CancelIfEmotional + fullName: TinyLife.Actions.Action.CancelIfEmotional + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Emotions.EmotionType + name: EmotionType + nameWithType: EmotionType + fullName: TinyLife.Emotions.EmotionType + - name: () + nameWithType: () + fullName: () + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) + fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, System.Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + nameWithType: Action.PickUpAndGoTo + fullName: TinyLife.Actions.Action.PickUpAndGoTo + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) + name: PickUpAndGoTo + nameWithType: Action.PickUpAndGoTo + fullName: TinyLife.Actions.Action.PickUpAndGoTo + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: PickUpAndGoTo(ActionInfo, Func, Func, Boolean) + nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, Boolean) + fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, System.Boolean) + nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Func(Of TinyLife.Objects.Furniture, System.Boolean), System.Boolean) + name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + nameWithType: Action.PickUpAndGoTo + fullName: TinyLife.Actions.Action.PickUpAndGoTo + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) + name: PickUpAndGoTo + nameWithType: Action.PickUpAndGoTo + fullName: TinyLife.Actions.Action.PickUpAndGoTo + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + isExternal: true + name: Sit(Furniture, Single, ActionSpot) + nameWithType: Action.Sit(Furniture, Single, ActionSpot) + fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot) + spec.csharp: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + nameWithType: Action.Sit + fullName: TinyLife.Actions.Action.Sit + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + nameWithType: ActionSpot + fullName: TinyLife.Objects.ActionSpot + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) + name: Sit + nameWithType: Action.Sit + fullName: TinyLife.Actions.Action.Sit + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + nameWithType: ActionSpot + fullName: TinyLife.Objects.ActionSpot + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + parent: TinyLife.Actions.Action + name: GetFreeChair(Person, Furniture) + nameWithType: Action.GetFreeChair(Person, Furniture) + fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + nameWithType: Action.GetFreeChair + fullName: TinyLife.Actions.Action.GetFreeChair + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) + name: GetFreeChair + nameWithType: Action.GetFreeChair + fullName: TinyLife.Actions.Action.GetFreeChair + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + parent: TinyLife.Actions.Action + isExternal: true + name: GetFreeChairs(Person, Furniture, Func) + nameWithType: Action.GetFreeChairs(Person, Furniture, Func) + fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) + nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) + fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, System.Boolean)) + name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) + spec.csharp: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + nameWithType: Action.GetFreeChairs + fullName: TinyLife.Actions.Action.GetFreeChairs + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) + name: GetFreeChairs + nameWithType: Action.GetFreeChairs + fullName: TinyLife.Actions.Action.GetFreeChairs + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`2 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Misc.Direction2 + name: Direction2 + nameWithType: Direction2 + fullName: MLEM.Misc.Direction2 + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) + nameWithType: Action.FindAllFreePeople(Person, ActionType, Nullable, Nullable, Boolean) + fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable, System.Nullable, System.Boolean) + nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) + name.vb: FindAllFreePeople(Person, ActionType, Nullable(Of Vector2), Nullable(Of Single), Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreePeople + nameWithType: Action.FindAllFreePeople + fullName: TinyLife.Actions.Action.FindAllFreePeople + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreePeople + nameWithType: Action.FindAllFreePeople + fullName: TinyLife.Actions.Action.FindAllFreePeople + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) + nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean, System.Boolean) + name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Nullable(Of Vector2), Nullable(Of Single), Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) + name: FindAllFreeFurniture + nameWithType: Action.FindAllFreeFurniture + fullName: TinyLife.Actions.Action.FindAllFreeFurniture + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + nameWithType: FurnitureType + fullName: TinyLife.Objects.FurnitureType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean) + name: FindAllFreeFurniture + nameWithType: Action.FindAllFreeFurniture + fullName: TinyLife.Actions.Action.FindAllFreeFurniture + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + nameWithType: FurnitureType + fullName: TinyLife.Objects.FurnitureType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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: ) +- uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: FindAllFreeWalls(Person, Nullable, Nullable, Boolean) + nameWithType: Action.FindAllFreeWalls(Person, Nullable, Nullable, Boolean) + fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) + nameWithType.vb: Action.FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) + fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of System.Single), System.Boolean) + name.vb: FindAllFreeWalls(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + nameWithType: Action.FindAllFreeWalls + fullName: TinyLife.Actions.Action.FindAllFreeWalls + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeWalls + nameWithType: Action.FindAllFreeWalls + fullName: TinyLife.Actions.Action.FindAllFreeWalls + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: FindAllFreeGround(Person, Nullable, Nullable, Boolean) + nameWithType: Action.FindAllFreeGround(Person, Nullable, Nullable, Boolean) + fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, System.Nullable, System.Nullable, System.Boolean) + nameWithType.vb: Action.FindAllFreeGround(Person, Nullable(Of Vector2), Nullable(Of Single), Boolean) + 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) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + nameWithType: Action.FindAllFreeGround + fullName: TinyLife.Actions.Action.FindAllFreeGround + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean) + name: FindAllFreeGround + nameWithType: Action.FindAllFreeGround + fullName: TinyLife.Actions.Action.FindAllFreeGround + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- 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, 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,System.Boolean) + name: FindFreeFurniture + nameWithType: Action.FindFreeFurniture + fullName: TinyLife.Actions.Action.FindFreeFurniture + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + nameWithType: FurnitureType + fullName: TinyLife.Objects.FurnitureType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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,System.Boolean) + name: FindFreeFurniture + nameWithType: Action.FindFreeFurniture + fullName: TinyLife.Actions.Action.FindFreeFurniture + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ObjectCategory + name: ObjectCategory + nameWithType: ObjectCategory + fullName: TinyLife.Objects.ObjectCategory + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.FurnitureType + name: FurnitureType + nameWithType: FurnitureType + fullName: TinyLife.Objects.FurnitureType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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: ) +- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + parent: TinyLife.Actions.Action + isExternal: true + name: FindAllActionObjects(Person, ActionType, Nullable) + nameWithType: Action.FindAllActionObjects(Person, ActionType, Nullable) + fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable) + nameWithType.vb: Action.FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) + fullName.vb: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Nullable(Of Microsoft.Xna.Framework.Vector2)) + name.vb: FindAllActionObjects(Person, ActionType, Nullable(Of Vector2)) + spec.csharp: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + nameWithType: Action.FindAllActionObjects + fullName: TinyLife.Actions.Action.FindAllActionObjects + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2}) + name: FindAllActionObjects + nameWithType: Action.FindAllActionObjects + fullName: TinyLife.Actions.Action.FindAllActionObjects + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + parent: TinyLife.Actions.Action + isExternal: true + name: FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + nameWithType: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable, Boolean, Boolean) + fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable, System.Boolean, System.Boolean) + nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, System.Boolean, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Boolean, System.Boolean) + name.vb: FindValidActionObjects(Person, ActionType, Boolean, Nullable(Of Vector2), Boolean, Boolean) + spec.csharp: + - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + nameWithType: Action.FindValidActionObjects + fullName: TinyLife.Actions.Action.FindValidActionObjects + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) + name: FindValidActionObjects + nameWithType: Action.FindValidActionObjects + fullName: TinyLife.Actions.Action.FindValidActionObjects + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionType + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Nullable`1 + name: Nullable + nameWithType: Nullable + fullName: System.Nullable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Vector2 + name: Vector2 + nameWithType: Vector2 + fullName: Microsoft.Xna.Framework.Vector2 + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + 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: ) +- uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + commentId: M:TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + parent: TinyLife.Actions.Action + isExternal: true + name: GetRandomVariety(IEnumerable, ActionInfo) + nameWithType: Action.GetRandomVariety(IEnumerable, ActionInfo) + fullName: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable, TinyLife.Actions.ActionInfo) + nameWithType.vb: Action.GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) + fullName.vb: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo) + name.vb: GetRandomVariety(IEnumerable(Of ActionVariety), ActionInfo) + spec.csharp: + - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomVariety + nameWithType: Action.GetRandomVariety + fullName: TinyLife.Actions.Action.GetRandomVariety + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + nameWithType: ActionVariety + fullName: TinyLife.Actions.ActionVariety + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetRandomVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo) + name: GetRandomVariety + nameWithType: Action.GetRandomVariety + fullName: TinyLife.Actions.Action.GetRandomVariety + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Collections.Generic.IEnumerable`1 + name: IEnumerable + nameWithType: IEnumerable + fullName: System.Collections.Generic.IEnumerable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Actions.ActionVariety + name: ActionVariety + nameWithType: ActionVariety + fullName: TinyLife.Actions.ActionVariety + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.ActionInfo + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + parent: TinyLife.Actions.Action + name: GetTableSpot(Furniture, ActionSpot) + nameWithType: Action.GetTableSpot(Furniture, ActionSpot) + fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) + spec.csharp: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + nameWithType: Action.GetTableSpot + fullName: TinyLife.Actions.Action.GetTableSpot + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + nameWithType: ActionSpot + fullName: TinyLife.Objects.ActionSpot + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) + name: GetTableSpot + nameWithType: Action.GetTableSpot + fullName: TinyLife.Actions.Action.GetTableSpot + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Furniture + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ActionSpot + name: ActionSpot + nameWithType: ActionSpot + fullName: TinyLife.Objects.ActionSpot + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + parent: TinyLife.Actions.Action + isExternal: true + name: InvokeForBoth(Person, Person, Action) + nameWithType: Action.InvokeForBoth(Person, Person, Action) + fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) + nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) + fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) + name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person)) + spec.csharp: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + nameWithType: Action.InvokeForBoth + fullName: TinyLife.Actions.Action.InvokeForBoth + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) + name: InvokeForBoth + nameWithType: Action.InvokeForBoth + fullName: TinyLife.Actions.Action.InvokeForBoth + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Action`2 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + parent: TinyLife.Actions.Action + name: CanMultitask(Action, Action) + nameWithType: Action.CanMultitask(Action, Action) + fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) + spec.csharp: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + nameWithType: Action.CanMultitask + fullName: TinyLife.Actions.Action.CanMultitask + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) + name: CanMultitask + nameWithType: Action.CanMultitask + fullName: TinyLife.Actions.Action.CanMultitask + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Actions.Action + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: SetData(String, Object) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: JsonTypeSafeGenericDataHolder.SetData + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) + name: SetData + nameWithType: JsonTypeSafeGenericDataHolder.SetData + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData(String, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + nameWithType: JsonTypeSafeGenericDataHolder.SetData + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData(Of T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetData(String) + nameWithType: JsonTypeSafeGenericDataHolder.GetData(String) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(System.String) + nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String) + name.vb: GetData(Of T)(String) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData + nameWithType: JsonTypeSafeGenericDataHolder.GetData + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) + name: GetData(Of T) + nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder + isExternal: true + name: GetDataKeys() + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + name: GetDataKeys + nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1 + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + nameWithType.vb: Extensions.JsonCopy(Of CleanOutFridgeAction)() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.CleanOutFridgeAction)() + name.vb: JsonCopy(Of CleanOutFridgeAction)() + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy(Of CleanOutFridgeAction) + nameWithType: Extensions.JsonCopy(Of CleanOutFridgeAction) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.CleanOutFridgeAction) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: MLEM.Data.Json + commentId: N:MLEM.Data.Json + isExternal: true + name: MLEM.Data.Json + nameWithType: MLEM.Data.Json + fullName: MLEM.Data.Json +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions +- uid: MLEM.Misc + commentId: N:MLEM.Misc + isExternal: true + name: MLEM.Misc + nameWithType: MLEM.Misc + fullName: MLEM.Misc +- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + isExternal: true + name: SetData(String, T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) + nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) + fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) + name.vb: SetData(Of T)(String, T) + spec.csharp: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData + nameWithType: JsonTypeSafeGenericDataHolder.SetData + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) + name: SetData(Of T) + nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) + fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T) + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(T) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(T) + nameWithType.vb: Extensions.JsonCopy(Of T)(T) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) + name.vb: JsonCopy(Of T)(T) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(Of T) + nameWithType: Extensions.JsonCopy(Of T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities +- uid: TinyLife.CleanOutFridgeAction.#ctor* + commentId: Overload:TinyLife.CleanOutFridgeAction.#ctor + name: CleanOutFridgeAction + nameWithType: CleanOutFridgeAction.CleanOutFridgeAction + fullName: TinyLife.CleanOutFridgeAction.CleanOutFridgeAction +- uid: TinyLife.Actions.ActionType + commentId: T:TinyLife.Actions.ActionType + parent: TinyLife.Actions + name: ActionType + nameWithType: ActionType + fullName: TinyLife.Actions.ActionType +- uid: TinyLife.Actions.ActionInfo + commentId: T:TinyLife.Actions.ActionInfo + parent: TinyLife.Actions + name: ActionInfo + nameWithType: ActionInfo + fullName: TinyLife.Actions.ActionInfo +- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + parent: TinyLife.Actions.Action + isExternal: true + name: Update(GameTime, TimeSpan, Single) + nameWithType: Action.Update(GameTime, TimeSpan, Single) + fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single) + spec.csharp: + - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + nameWithType: Action.Update + fullName: TinyLife.Actions.Action.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + name: Update + nameWithType: Action.Update + fullName: TinyLife.Actions.Action.Update + - name: ( + nameWithType: ( + fullName: ( + - uid: Microsoft.Xna.Framework.GameTime + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.TimeSpan + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.CleanOutFridgeAction.Update* + commentId: Overload:TinyLife.CleanOutFridgeAction.Update + name: Update + nameWithType: CleanOutFridgeAction.Update + fullName: TinyLife.CleanOutFridgeAction.Update +- uid: Microsoft.Xna.Framework.GameTime + commentId: T:Microsoft.Xna.Framework.GameTime + parent: Microsoft.Xna.Framework + isExternal: true + name: GameTime + nameWithType: GameTime + fullName: Microsoft.Xna.Framework.GameTime +- uid: System.TimeSpan + commentId: T:System.TimeSpan + parent: System + isExternal: true + name: TimeSpan + nameWithType: TimeSpan + fullName: System.TimeSpan +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: Microsoft.Xna.Framework + commentId: N:Microsoft.Xna.Framework + isExternal: true + name: Microsoft.Xna.Framework + nameWithType: Microsoft.Xna.Framework + fullName: Microsoft.Xna.Framework +- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + parent: TinyLife.Actions.Action + name: Validate(Person) + nameWithType: Action.Validate(Person) + fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + spec.csharp: + - uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + name: Validate + nameWithType: Action.Validate + fullName: TinyLife.Actions.Action.Validate + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) + name: Validate + nameWithType: Action.Validate + fullName: TinyLife.Actions.Action.Validate + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.CleanOutFridgeAction.Validate* + commentId: Overload:TinyLife.CleanOutFridgeAction.Validate + name: Validate + nameWithType: CleanOutFridgeAction.Validate + fullName: TinyLife.CleanOutFridgeAction.Validate +- uid: TinyLife.Objects.Person + commentId: T:TinyLife.Objects.Person + parent: TinyLife.Objects + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: TinyLife.Objects + commentId: N:TinyLife.Objects + name: TinyLife.Objects + nameWithType: TinyLife.Objects + fullName: TinyLife.Objects +- uid: TinyLife.Actions.Action.IsCompleted + commentId: M:TinyLife.Actions.Action.IsCompleted + parent: TinyLife.Actions.Action + name: IsCompleted() + nameWithType: Action.IsCompleted() + fullName: TinyLife.Actions.Action.IsCompleted() + spec.csharp: + - uid: TinyLife.Actions.Action.IsCompleted + name: IsCompleted + nameWithType: Action.IsCompleted + fullName: TinyLife.Actions.Action.IsCompleted + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.IsCompleted + name: IsCompleted + nameWithType: Action.IsCompleted + fullName: TinyLife.Actions.Action.IsCompleted + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.CleanOutFridgeAction.IsCompleted* + commentId: Overload:TinyLife.CleanOutFridgeAction.IsCompleted + name: IsCompleted + nameWithType: CleanOutFridgeAction.IsCompleted + fullName: TinyLife.CleanOutFridgeAction.IsCompleted +- uid: TinyLife.Actions.CompletionType + commentId: T:TinyLife.Actions.CompletionType + parent: TinyLife.Actions + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType +- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + parent: TinyLife.Actions.Action + name: OnCompleted(CompletionType) + nameWithType: Action.OnCompleted(CompletionType) + fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + spec.csharp: + - uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + nameWithType: Action.OnCompleted + fullName: TinyLife.Actions.Action.OnCompleted + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) + name: OnCompleted + nameWithType: Action.OnCompleted + fullName: TinyLife.Actions.Action.OnCompleted + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Actions.CompletionType + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.CleanOutFridgeAction.OnCompleted* + commentId: Overload:TinyLife.CleanOutFridgeAction.OnCompleted + name: OnCompleted + nameWithType: CleanOutFridgeAction.OnCompleted + fullName: TinyLife.CleanOutFridgeAction.OnCompleted diff --git a/docs/api/TinyLife.Debug.CheatDelegate.yml b/docs/api/TinyLife.Debug.CheatDelegate.yml index a06007d..776fe59 100644 --- a/docs/api/TinyLife.Debug.CheatDelegate.yml +++ b/docs/api/TinyLife.Debug.CheatDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CheatDelegate path: ../TinyLife/Debug.cs - startLine: 648 + startLine: 685 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.DebugDelegate.yml b/docs/api/TinyLife.Debug.DebugDelegate.yml index 441e8df..3e5d4a9 100644 --- a/docs/api/TinyLife.Debug.DebugDelegate.yml +++ b/docs/api/TinyLife.Debug.DebugDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebugDelegate path: ../TinyLife/Debug.cs - startLine: 653 + startLine: 690 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Debug.yml b/docs/api/TinyLife.Debug.yml index 7b0e061..445c08c 100644 --- a/docs/api/TinyLife.Debug.yml +++ b/docs/api/TinyLife.Debug.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Debug path: ../TinyLife/Debug.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife @@ -67,7 +67,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cheats path: ../TinyLife/Debug.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife @@ -104,7 +104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DebugLines path: ../TinyLife/Debug.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife @@ -141,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryCheat path: ../TinyLife/Debug.cs - startLine: 497 + startLine: 516 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml index de28252..734cb56 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.Instance.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 376 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -82,7 +82,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 383 + startLine: 384 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Amount path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 388 + startLine: 389 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -172,7 +172,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TotalTime path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 393 + startLine: 394 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -217,7 +217,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Time path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 398 + startLine: 399 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -266,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 404 + startLine: 405 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -315,7 +315,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 409 + startLine: 410 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -354,7 +354,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassTime path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 426 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -390,7 +390,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 440 + startLine: 441 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionModifier.yml b/docs/api/TinyLife.Emotions.EmotionModifier.yml index 5c95865..506a5e6 100644 --- a/docs/api/TinyLife.Emotions.EmotionModifier.yml +++ b/docs/api/TinyLife.Emotions.EmotionModifier.yml @@ -197,7 +197,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifier path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -248,7 +248,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -285,7 +285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Asleep path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 35 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -320,7 +320,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PeedSelf path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -355,7 +355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassedOut path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -390,7 +390,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -425,7 +425,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FailedJoke path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 39 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -460,7 +460,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DirtyDishes path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -495,7 +495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadCreation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 41 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -530,7 +530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadCreationAngry path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -565,7 +565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerfectCreation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -600,7 +600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnemyDied path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 44 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -635,7 +635,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AcquaintanceDied path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -670,7 +670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendDied path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 46 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -705,7 +705,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClosePersonDied path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 47 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -740,7 +740,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SleptOutside path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 48 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -775,7 +775,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DirtyConversationPartner path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -810,7 +810,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CaughtBeingInappropriate path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 50 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -845,7 +845,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoringWork path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 51 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -880,7 +880,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SawSomethingPersonal path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 52 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -915,7 +915,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -950,7 +950,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PleasantInteraction path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 54 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -985,7 +985,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LovelyInteraction path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1020,7 +1020,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FailedRomance path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1055,7 +1055,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartedDating path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1090,7 +1090,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrokenUpWith path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 58 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1125,7 +1125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Promoted path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1160,7 +1160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GotRaise path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 60 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1195,7 +1195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Demoted path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 61 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1230,7 +1230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fired path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 62 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1265,7 +1265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 63 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1300,7 +1300,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FunFoolingAround path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1335,7 +1335,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FinishedMod path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 65 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1370,7 +1370,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FinishedApp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 66 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1405,7 +1405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HackingFail path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 67 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1440,7 +1440,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PositiveGauge path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 68 + startLine: 67 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1475,7 +1475,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NegativeGauge path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1510,7 +1510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MeanConversationPartner path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 70 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1545,7 +1545,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RepairFail path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 71 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1580,7 +1580,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolAroundFail path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1615,7 +1615,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WritersBlock path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 73 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1650,7 +1650,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FinishedBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 74 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1685,7 +1685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ScrappedBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1720,7 +1720,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SuccessfullyPublished path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 76 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1755,7 +1755,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FailedPublishing path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 77 + startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1790,7 +1790,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspiringIdeas path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 78 + startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1825,7 +1825,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreativelyInspired path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 79 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1860,7 +1860,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StrokeOfGenius path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 80 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1895,7 +1895,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IntrovertedOverstimulated path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 81 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1930,7 +1930,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspiredByPride path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 82 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -1965,7 +1965,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TvInspiredToCook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 83 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2000,7 +2000,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SaddenedByNews path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 84 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2035,7 +2035,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExcitedByNews path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 85 + startLine: 84 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2070,7 +2070,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TvRomantic path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 86 + startLine: 85 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2105,7 +2105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodWalkthrough path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2140,7 +2140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoringWalkthrough path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 88 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2175,7 +2175,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadTeammates path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 89 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2210,7 +2210,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RageQuit path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 90 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2245,7 +2245,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WonTournament path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 91 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2280,7 +2280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LostTournament path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 92 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2315,7 +2315,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AsexualFoolingPartner path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 93 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2350,7 +2350,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AsexualFoolingDeclined path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 94 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2385,7 +2385,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoolingDeclined path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 95 + startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2420,7 +2420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnergizingJog path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 96 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2455,7 +2455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnergizingDumbbells path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 97 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2490,7 +2490,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PulledMuscle path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 98 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2525,7 +2525,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingDeskPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 99 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2560,7 +2560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingDeskSore path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 100 + startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2595,7 +2595,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FitnessLevelUp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 101 + startLine: 100 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2630,7 +2630,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LazyWorkout path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 102 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2665,7 +2665,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeEnergetic path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2700,7 +2700,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeFrisky path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 104 + startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2735,7 +2735,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeFocused path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 105 + startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2770,7 +2770,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeFine path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 106 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2805,7 +2805,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeRelaxed path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2840,7 +2840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeCreative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 108 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2875,7 +2875,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TooMuchProtein path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 109 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2910,7 +2910,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ProteinShakeFriskyAsexual path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 110 + startLine: 109 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2945,7 +2945,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DirtyHandsAfterToilet path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -2980,7 +2980,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DarkRoom path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 112 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3015,7 +3015,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThrewAwayInsteadOfCleaning path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 113 + startLine: 112 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3050,7 +3050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IntrovertedCloseConversation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 114 + startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3085,7 +3085,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IntrovertedStrangerDanger path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 115 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3120,7 +3120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IntrovertedHomeLong path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 116 + startLine: 115 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3155,7 +3155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExtrovertedNewRelationship path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 117 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3190,7 +3190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExtrovertedConfusedByIntroversion path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 118 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3225,7 +3225,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DirtyObject path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 119 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3260,7 +3260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UncomfortableCraftedFurniture path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 120 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3295,7 +3295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AmazingCraftedFurniture path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 121 + startLine: 120 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3330,7 +3330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelfCraftedFurniture path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 122 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3365,7 +3365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodworkingSplinter path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 123 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3400,7 +3400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ScrappedSomeonesProject path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 124 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3435,7 +3435,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoughSchoolDay path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 125 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3470,7 +3470,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FunSchoolDay path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 126 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3505,7 +3505,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TerribleAtSchool path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 127 + startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3540,7 +3540,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GradesDown path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 128 + startLine: 127 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3575,7 +3575,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GradesUp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 129 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3610,7 +3610,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoringHomework path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 130 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3645,7 +3645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ForgotHomework path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 131 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3680,7 +3680,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InterestingStory path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 132 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3715,7 +3715,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FunnyCartoons path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 133 + startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3750,7 +3750,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FunPlaying path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 134 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3785,7 +3785,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspiringPlaying path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 135 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3820,7 +3820,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PsychedUp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 136 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3855,7 +3855,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AggravatingConversation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 137 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3890,7 +3890,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpsettingConversation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 138 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3925,7 +3925,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HadToGetFoodSomewhereElse path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 139 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3960,7 +3960,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UsefulProgrammingResearch path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 140 + startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -3995,7 +3995,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PublishedApp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 141 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4030,7 +4030,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmergencyFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 142 + startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4065,7 +4065,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildChef path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 143 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4100,7 +4100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SomeoneTriedMyFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 144 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4135,7 +4135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadChildFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 145 + startLine: 144 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4170,7 +4170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodChildFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 146 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4205,7 +4205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SandboxPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 147 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4240,7 +4240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SandboxNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 148 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4275,7 +4275,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SandboxSocialPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 149 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4310,7 +4310,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SandboxSocialNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 150 + startLine: 149 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4345,7 +4345,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PuzzlePositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 151 + startLine: 150 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4380,7 +4380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PuzzleNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 152 + startLine: 151 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4415,7 +4415,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PuzzleNegativeChild path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 153 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4450,7 +4450,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShoodChild path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 154 + startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4485,7 +4485,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReadNewspaperChild path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 155 + startLine: 154 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4520,7 +4520,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FunnyNewspaperJoke path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 156 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4555,7 +4555,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnergizingCoffee path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 157 + startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4590,7 +4590,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TooMuchCoffee path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 158 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4625,7 +4625,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OrderCanceled path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 159 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4660,7 +4660,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SkilledOrder path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 160 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4695,7 +4695,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerFocused path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 161 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4730,7 +4730,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TinkerFail path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 162 + startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4765,7 +4765,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PineappleOnPizzaNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 163 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4800,7 +4800,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmiredFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 164 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4835,7 +4835,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AteNonPescetarianFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 165 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4870,7 +4870,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AteNonVegetarianFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 166 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4905,7 +4905,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AteNonVeganFood path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 167 + startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4940,7 +4940,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobChoicePromptFailed path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 168 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -4975,7 +4975,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobChoicePromptFailedPerformance path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 171 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5010,7 +5010,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobChoicePromptSuccess path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 174 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5045,7 +5045,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobChoicePromptSuccessPerformance path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 177 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5080,7 +5080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SuccessfulRummaging path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 180 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5115,7 +5115,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnsuccessfulRummaging path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 181 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5150,7 +5150,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FirstKiss path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 182 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5185,7 +5185,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AgedUp path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 183 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5220,7 +5220,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BeenAdopted path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 184 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5255,7 +5255,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdoptedChild path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 185 + startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5290,7 +5290,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodStudyBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 186 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5325,7 +5325,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadStudyBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 187 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5360,7 +5360,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspiringSkillBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 188 + startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5395,7 +5395,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FocusingSkillBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 189 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5430,7 +5430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoringSkillBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 190 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5465,7 +5465,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StressfulSkillBook path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 191 + startLine: 190 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5500,7 +5500,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmbarrassingWorkConversation path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 192 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5535,7 +5535,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FocusingLibraryInfo path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 195 + startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5570,7 +5570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InspiringLibraryInfo path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 196 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5605,7 +5605,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BadLibraryInfo path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 197 + startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5640,7 +5640,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdmittedToCheating path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 198 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5675,7 +5675,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CheatedOn path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 199 + startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5710,7 +5710,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrokeUpWithSomeone path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 200 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5745,7 +5745,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SawPeopleKissing path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 201 + startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5780,7 +5780,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JungleGymPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 202 + startLine: 201 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5815,7 +5815,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JungleGymSocialPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 203 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5850,7 +5850,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JungleGymSocialNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 204 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5885,7 +5885,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColoringBookRelaxing path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 205 + startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5920,7 +5920,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColoringBookPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 206 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5955,7 +5955,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColoringBookNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 207 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -5990,7 +5990,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThriftyBoughtCheapItem path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 208 + startLine: 207 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6025,7 +6025,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ThriftyBoughtExpensiveItem path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 209 + startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6060,7 +6060,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymTrainerPositive path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 210 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6095,7 +6095,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymTrainerNegative path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 211 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6130,7 +6130,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 268 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6165,7 +6165,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 272 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6200,7 +6200,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 277 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6235,7 +6235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Condition path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 283 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6270,7 +6270,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 290 + startLine: 291 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6307,7 +6307,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 299 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6355,7 +6355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 313 + startLine: 314 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6403,7 +6403,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCausedEmotion path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 322 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6442,7 +6442,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 338 + startLine: 339 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -6485,7 +6485,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Emotions/EmotionModifier.cs - startLine: 351 + startLine: 352 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml b/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml index 8166637..551f3fb 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeCategory path: ../TinyLife/Emotions/EmotionType.cs - startLine: 94 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -57,7 +57,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Negative path: ../TinyLife/Emotions/EmotionType.cs - startLine: 99 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -91,7 +91,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Positive path: ../TinyLife/Emotions/EmotionType.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neutral path: ../TinyLife/Emotions/EmotionType.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.Emotions.EmotionType.yml b/docs/api/TinyLife.Emotions.EmotionType.yml index 8c0de72..31c084a 100644 --- a/docs/api/TinyLife.Emotions.EmotionType.yml +++ b/docs/api/TinyLife.Emotions.EmotionType.yml @@ -43,7 +43,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionType path: ../TinyLife/Emotions/EmotionType.cs - startLine: 17 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -94,7 +94,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Emotions/EmotionType.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -131,7 +131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fine path: ../TinyLife/Emotions/EmotionType.cs - startLine: 27 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -166,7 +166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Uncomfortable path: ../TinyLife/Emotions/EmotionType.cs - startLine: 28 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Asleep path: ../TinyLife/Emotions/EmotionType.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -236,7 +236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Happy path: ../TinyLife/Emotions/EmotionType.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -271,7 +271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Embarrassed path: ../TinyLife/Emotions/EmotionType.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -306,7 +306,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sad path: ../TinyLife/Emotions/EmotionType.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -341,7 +341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bored path: ../TinyLife/Emotions/EmotionType.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -376,7 +376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Frisky path: ../TinyLife/Emotions/EmotionType.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -411,7 +411,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Creative path: ../TinyLife/Emotions/EmotionType.cs - startLine: 35 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -446,7 +446,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Focused path: ../TinyLife/Emotions/EmotionType.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -481,7 +481,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Stunned path: ../TinyLife/Emotions/EmotionType.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -516,7 +516,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Angry path: ../TinyLife/Emotions/EmotionType.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -551,7 +551,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Energetic path: ../TinyLife/Emotions/EmotionType.cs - startLine: 39 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -586,7 +586,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Uneasy path: ../TinyLife/Emotions/EmotionType.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -621,7 +621,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relaxed path: ../TinyLife/Emotions/EmotionType.cs - startLine: 41 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -656,7 +656,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confident path: ../TinyLife/Emotions/EmotionType.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -691,7 +691,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goofy path: ../TinyLife/Emotions/EmotionType.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -726,7 +726,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Emotions/EmotionType.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -761,7 +761,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Emotions/EmotionType.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -796,7 +796,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Color path: ../TinyLife/Emotions/EmotionType.cs - startLine: 58 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -831,7 +831,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Category path: ../TinyLife/Emotions/EmotionType.cs - startLine: 63 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -866,7 +866,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Emotions/EmotionType.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Emotions @@ -911,7 +911,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Emotions/EmotionType.cs - startLine: 84 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Emotions diff --git a/docs/api/TinyLife.GameImpl.GameMode.yml b/docs/api/TinyLife.GameImpl.GameMode.yml index d78bb58..e4f1248 100644 --- a/docs/api/TinyLife.GameImpl.GameMode.yml +++ b/docs/api/TinyLife.GameImpl.GameMode.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameMode path: ../TinyLife/GameImpl.cs - startLine: 1001 + startLine: 1034 assemblies: - Tiny Life namespace: TinyLife @@ -61,7 +61,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InitialLoad path: ../TinyLife/GameImpl.cs - startLine: 1004 + startLine: 1037 assemblies: - Tiny Life namespace: TinyLife @@ -95,7 +95,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Splash path: ../TinyLife/GameImpl.cs - startLine: 1006 + startLine: 1039 assemblies: - Tiny Life namespace: TinyLife @@ -129,7 +129,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MainMenu path: ../TinyLife/GameImpl.cs - startLine: 1008 + startLine: 1041 assemblies: - Tiny Life namespace: TinyLife @@ -163,7 +163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectHousehold path: ../TinyLife/GameImpl.cs - startLine: 1010 + startLine: 1043 assemblies: - Tiny Life namespace: TinyLife @@ -197,7 +197,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHousehold path: ../TinyLife/GameImpl.cs - startLine: 1012 + startLine: 1045 assemblies: - Tiny Life namespace: TinyLife @@ -231,7 +231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildOnly path: ../TinyLife/GameImpl.cs - startLine: 1014 + startLine: 1047 assemblies: - Tiny Life namespace: TinyLife @@ -265,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CharacterCreation path: ../TinyLife/GameImpl.cs - startLine: 1016 + startLine: 1049 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GameImpl.yml b/docs/api/TinyLife.GameImpl.yml index ed5565a..74e8129 100644 --- a/docs/api/TinyLife.GameImpl.yml +++ b/docs/api/TinyLife.GameImpl.yml @@ -50,7 +50,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameImpl path: ../TinyLife/GameImpl.cs - startLine: 54 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife @@ -149,7 +149,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Version path: ../TinyLife/GameImpl.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife @@ -186,7 +186,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/GameImpl.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife @@ -260,7 +260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GraphicsMetrics path: ../TinyLife/GameImpl.cs - startLine: 76 + startLine: 77 assemblies: - Tiny Life namespace: TinyLife @@ -297,7 +297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Camera path: ../TinyLife/GameImpl.cs - startLine: 80 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Listener path: ../TinyLife/GameImpl.cs - startLine: 84 + startLine: 85 assemblies: - Tiny Life namespace: TinyLife @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Map path: ../TinyLife/GameImpl.cs - startLine: 88 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife @@ -408,7 +408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentTool path: ../TinyLife/GameImpl.cs - startLine: 92 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife @@ -445,7 +445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentHousehold path: ../TinyLife/GameImpl.cs - startLine: 107 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife @@ -482,7 +482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/GameImpl.cs - startLine: 111 + startLine: 112 assemblies: - Tiny Life namespace: TinyLife @@ -519,7 +519,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentLot path: ../TinyLife/GameImpl.cs - startLine: 121 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife @@ -556,7 +556,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Speed path: ../TinyLife/GameImpl.cs - startLine: 127 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife @@ -593,7 +593,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FollowingPerson path: ../TinyLife/GameImpl.cs - startLine: 140 + startLine: 141 assemblies: - Tiny Life namespace: TinyLife @@ -630,7 +630,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SaveName path: ../TinyLife/GameImpl.cs - startLine: 152 + startLine: 153 assemblies: - Tiny Life namespace: TinyLife @@ -667,7 +667,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mode path: ../TinyLife/GameImpl.cs - startLine: 156 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife @@ -704,7 +704,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CursorPosition path: ../TinyLife/GameImpl.cs - startLine: 161 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -741,7 +741,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentCursor path: ../TinyLife/GameImpl.cs - startLine: 166 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife @@ -774,7 +774,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLoadContentLater path: ../TinyLife/GameImpl.cs - startLine: 171 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife @@ -807,7 +807,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnFinishedLoading path: ../TinyLife/GameImpl.cs - startLine: 175 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife @@ -840,7 +840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadContent path: ../TinyLife/GameImpl.cs - startLine: 254 + startLine: 266 assemblies: - Tiny Life namespace: TinyLife @@ -874,7 +874,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoUpdate path: ../TinyLife/GameImpl.cs - startLine: 290 + startLine: 304 assemblies: - Tiny Life namespace: TinyLife @@ -911,7 +911,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoDraw path: ../TinyLife/GameImpl.cs - startLine: 521 + startLine: 537 assemblies: - Tiny Life namespace: TinyLife @@ -948,7 +948,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dispose path: ../TinyLife/GameImpl.cs - startLine: 558 + startLine: 574 assemblies: - Tiny Life namespace: TinyLife @@ -985,7 +985,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotateCamera path: ../TinyLife/GameImpl.cs - startLine: 575 + startLine: 591 assemblies: - Tiny Life namespace: TinyLife @@ -1021,7 +1021,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCursorOnUi path: ../TinyLife/GameImpl.cs - startLine: 589 + startLine: 605 assemblies: - Tiny Life namespace: TinyLife @@ -1056,7 +1056,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SwitchGameMode path: ../TinyLife/GameImpl.cs - startLine: 601 + startLine: 617 assemblies: - Tiny Life namespace: TinyLife @@ -1092,7 +1092,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeExtremelyFast path: ../TinyLife/GameImpl.cs - startLine: 687 + startLine: 706 assemblies: - Tiny Life namespace: TinyLife @@ -1127,7 +1127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanSwitchGameModes path: ../TinyLife/GameImpl.cs - startLine: 698 + startLine: 717 assemblies: - Tiny Life namespace: TinyLife @@ -1162,7 +1162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FadeKeyboardLighting path: ../TinyLife/GameImpl.cs - startLine: 713 + startLine: 732 assemblies: - Tiny Life namespace: TinyLife @@ -1198,7 +1198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TakeScreenshot path: ../TinyLife/GameImpl.cs - startLine: 739 + startLine: 758 assemblies: - Tiny Life namespace: TinyLife @@ -1246,7 +1246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CompleteAchievement path: ../TinyLife/GameImpl.cs - startLine: 766 + startLine: 786 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.GameSpeed.yml b/docs/api/TinyLife.GameSpeed.yml index a6fa47c..ff99c59 100644 --- a/docs/api/TinyLife.GameSpeed.yml +++ b/docs/api/TinyLife.GameSpeed.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GameSpeed path: ../TinyLife/Options.cs - startLine: 516 + startLine: 518 assemblies: - Tiny Life namespace: TinyLife @@ -59,7 +59,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Paused path: ../TinyLife/Options.cs - startLine: 521 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Regular path: ../TinyLife/Options.cs - startLine: 525 + startLine: 527 assemblies: - Tiny Life namespace: TinyLife @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fast path: ../TinyLife/Options.cs - startLine: 529 + startLine: 531 assemblies: - Tiny Life namespace: TinyLife @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryFast path: ../TinyLife/Options.cs - startLine: 533 + startLine: 535 assemblies: - Tiny Life namespace: TinyLife @@ -195,7 +195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExtremelyFast path: ../TinyLife/Options.cs - startLine: 538 + startLine: 540 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Goals..yml b/docs/api/TinyLife.Goals..yml deleted file mode 100644 index 3343ece..0000000 --- a/docs/api/TinyLife.Goals..yml +++ /dev/null @@ -1,546 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: TinyLife.Goals. - commentId: T:TinyLife.Goals. - id: '' - parent: TinyLife.Goals - children: [] - langs: - - csharp - - vb - name: '' - nameWithType: '' - fullName: TinyLife.Goals. - type: Class - source: - remote: - path: TinyLife/Goals/GoalTrigger.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: '' - path: ../TinyLife/Goals/GoalTrigger.cs - startLine: 14 - assemblies: - - Tiny Life - namespace: TinyLife.Goals - summary: "\nA goal trigger is used by instances to determine whether they should be triggered.\nGoal triggers are compared only by their , so mods can add goal triggers that work for other mods without explicit compatibility.\n" - example: [] - syntax: - content: 'public class : IEquatable<>' - content.vb: >- - Public Class - Implements IEquatable(Of ) - inheritance: - - System.Object - implements: - - System.IEquatable{TinyLife.Goals.} - inheritedMembers: - - System.Object.Equals(System.Object) - - System.Object.Equals(System.Object,System.Object) - - System.Object.GetHashCode - - System.Object.GetType - - System.Object.MemberwiseClone - - System.Object.ReferenceEquals(System.Object,System.Object) - - System.Object.ToString - extensionMethods: - - TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1 - modifiers.csharp: - - public - - class - modifiers.vb: - - Public - - Class -references: -- uid: TinyLife.Goals.AutoTriggerGoal`1 - commentId: T:TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) - spec.csharp: - - uid: TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - - name: < - nameWithType: < - fullName: < - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Goals - commentId: N:TinyLife.Goals - name: TinyLife.Goals - nameWithType: TinyLife.Goals - fullName: TinyLife.Goals -- uid: System.Object - commentId: T:System.Object - parent: System - isExternal: true - name: Object - nameWithType: Object - fullName: System.Object -- uid: System.IEquatable{TinyLife.Goals.} - commentId: T:System.IEquatable{TinyLife.Goals.} - parent: System - definition: System.IEquatable`1 - name: IEquatable<> - nameWithType: IEquatable<> - fullName: System.IEquatable - nameWithType.vb: IEquatable(Of ) - fullName.vb: System.IEquatable(Of TinyLife.Goals.) - name.vb: IEquatable(Of ) - spec.csharp: - - uid: System.IEquatable`1 - name: IEquatable - nameWithType: IEquatable - fullName: System.IEquatable - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: TinyLife.Goals. - name: '' - nameWithType: '' - fullName: TinyLife.Goals. - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.IEquatable`1 - name: IEquatable - nameWithType: IEquatable - fullName: System.IEquatable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: TinyLife.Goals. - name: '' - nameWithType: '' - fullName: TinyLife.Goals. - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object) - commentId: M:System.Object.Equals(System.Object) - parent: System.Object - isExternal: true - name: Equals(Object) - nameWithType: Object.Equals(Object) - fullName: System.Object.Equals(System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.Equals(System.Object,System.Object) - commentId: M:System.Object.Equals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: Equals(Object, Object) - nameWithType: Object.Equals(Object, Object) - fullName: System.Object.Equals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.Equals(System.Object,System.Object) - name: Equals - nameWithType: Object.Equals - fullName: System.Object.Equals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetHashCode - commentId: M:System.Object.GetHashCode - parent: System.Object - isExternal: true - name: GetHashCode() - nameWithType: Object.GetHashCode() - fullName: System.Object.GetHashCode() - spec.csharp: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetHashCode - name: GetHashCode - nameWithType: Object.GetHashCode - fullName: System.Object.GetHashCode - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.GetType - commentId: M:System.Object.GetType - parent: System.Object - isExternal: true - name: GetType() - nameWithType: Object.GetType() - fullName: System.Object.GetType() - spec.csharp: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.GetType - name: GetType - nameWithType: Object.GetType - fullName: System.Object.GetType - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.MemberwiseClone - commentId: M:System.Object.MemberwiseClone - parent: System.Object - isExternal: true - name: MemberwiseClone() - nameWithType: Object.MemberwiseClone() - fullName: System.Object.MemberwiseClone() - spec.csharp: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.MemberwiseClone - name: MemberwiseClone - nameWithType: Object.MemberwiseClone - fullName: System.Object.MemberwiseClone - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ReferenceEquals(System.Object,System.Object) - commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) - parent: System.Object - isExternal: true - name: ReferenceEquals(Object, Object) - nameWithType: Object.ReferenceEquals(Object, Object) - fullName: System.Object.ReferenceEquals(System.Object, System.Object) - spec.csharp: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ReferenceEquals(System.Object,System.Object) - name: ReferenceEquals - nameWithType: Object.ReferenceEquals - fullName: System.Object.ReferenceEquals - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: System.Object.ToString - commentId: M:System.Object.ToString - parent: System.Object - isExternal: true - name: ToString() - nameWithType: Object.ToString() - fullName: System.Object.ToString() - spec.csharp: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: System.Object.ToString - name: ToString - nameWithType: Object.ToString - fullName: System.Object.ToString - isExternal: true - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Goals..TinyLife.Utilities.Extensions.JsonCopy``1 - commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) - parent: TinyLife.Utilities.Extensions - definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy<>() - nameWithType: Extensions.JsonCopy<>() - fullName: TinyLife.Utilities.Extensions.JsonCopy() - nameWithType.vb: Extensions.JsonCopy(Of )() - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.)() - name.vb: JsonCopy(Of )() - spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy<> - nameWithType: Extensions.JsonCopy<> - fullName: TinyLife.Utilities.Extensions.JsonCopy - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy(Of ) - nameWithType: Extensions.JsonCopy(Of ) - fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.) - - name: ( - nameWithType: ( - fullName: ( - - name: ) - nameWithType: ) - fullName: ) -- uid: System - commentId: N:System - isExternal: true - name: System - nameWithType: System - fullName: System -- uid: System.IEquatable`1 - commentId: T:System.IEquatable`1 - isExternal: true - name: IEquatable - nameWithType: IEquatable - fullName: System.IEquatable - nameWithType.vb: IEquatable(Of T) - fullName.vb: System.IEquatable(Of T) - name.vb: IEquatable(Of T) - spec.csharp: - - uid: System.IEquatable`1 - name: IEquatable - nameWithType: IEquatable - fullName: System.IEquatable - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.IEquatable`1 - name: IEquatable - nameWithType: IEquatable - fullName: System.IEquatable - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy(T) - nameWithType: Extensions.JsonCopy(T) - fullName: TinyLife.Utilities.Extensions.JsonCopy(T) - nameWithType.vb: Extensions.JsonCopy(Of T)(T) - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) - name.vb: JsonCopy(Of T)(T) - spec.csharp: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy - nameWithType: Extensions.JsonCopy - fullName: TinyLife.Utilities.Extensions.JsonCopy - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy(Of T) - nameWithType: Extensions.JsonCopy(Of T) - fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - - name: ( - nameWithType: ( - fullName: ( - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Utilities.Extensions - commentId: T:TinyLife.Utilities.Extensions - parent: TinyLife.Utilities - name: Extensions - nameWithType: Extensions - fullName: TinyLife.Utilities.Extensions -- uid: TinyLife.Utilities - commentId: N:TinyLife.Utilities - name: TinyLife.Utilities - nameWithType: TinyLife.Utilities - fullName: TinyLife.Utilities diff --git a/docs/api/TinyLife.Goals.Achievement.yml b/docs/api/TinyLife.Goals.Achievement.yml index 5767112..060310c 100644 --- a/docs/api/TinyLife.Goals.Achievement.yml +++ b/docs/api/TinyLife.Goals.Achievement.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Achievement path: ../TinyLife/Goals/Achievement.cs - startLine: 155 + startLine: 156 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -82,7 +82,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Goals/Achievement.cs - startLine: 162 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Goals/Achievement.cs - startLine: 166 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -180,7 +180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Completed path: ../TinyLife/Goals/Achievement.cs - startLine: 172 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -233,7 +233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/Achievement.cs - startLine: 181 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -272,7 +272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Goals/Achievement.cs - startLine: 193 + startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -316,7 +316,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateElement path: ../TinyLife/Goals/Achievement.cs - startLine: 203 + startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -353,7 +353,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Goals/Achievement.cs - startLine: 222 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -390,7 +390,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Complete path: ../TinyLife/Goals/Achievement.cs - startLine: 230 + startLine: 231 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AchievementType.yml b/docs/api/TinyLife.Goals.AchievementType.yml index 7fa36a2..907b5dd 100644 --- a/docs/api/TinyLife.Goals.AchievementType.yml +++ b/docs/api/TinyLife.Goals.AchievementType.yml @@ -188,7 +188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/Achievement.cs - startLine: 64 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -223,7 +223,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Goals/Achievement.cs - startLine: 68 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -258,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Goals/Achievement.cs - startLine: 73 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -293,7 +293,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/Goals/Achievement.cs - startLine: 78 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -330,7 +330,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/Achievement.cs - startLine: 86 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -372,7 +372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/Achievement.cs - startLine: 94 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -414,7 +414,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/Achievement.cs - startLine: 104 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -451,7 +451,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/Achievement.cs - startLine: 113 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AmountGoal.yml b/docs/api/TinyLife.Goals.AmountGoal.yml index dd969fb..c3b3a22 100644 --- a/docs/api/TinyLife.Goals.AmountGoal.yml +++ b/docs/api/TinyLife.Goals.AmountGoal.yml @@ -1104,12 +1104,12 @@ references: fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal`1 commentId: T:TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal @@ -1118,9 +1118,9 @@ references: - name: < nameWithType: < fullName: < - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: '>' nameWithType: '>' fullName: '>' @@ -1132,9 +1132,9 @@ references: - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) @@ -1148,15 +1148,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) isExternal: true name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( @@ -1171,8 +1171,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( @@ -1188,15 +1188,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) isExternal: true name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1226,8 +1226,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal(Of TValue).CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger + nameWithType: AutoTriggerGoal(Of T).CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1535,36 +1535,36 @@ references: fullName: TinyLife.Goals.AmountGoal.Trigger - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) - name: Trigger(TValue) - nameWithType: AutoTriggerGoal.Trigger(TValue) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(TValue) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) diff --git a/docs/api/TinyLife.Goals.AutoGoalInfo.yml b/docs/api/TinyLife.Goals.AutoGoalInfo.yml index fb9f432..0be3190 100644 --- a/docs/api/TinyLife.Goals.AutoGoalInfo.yml +++ b/docs/api/TinyLife.Goals.AutoGoalInfo.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AutoGoalInfo path: ../TinyLife/Goals/GoalInfo.cs - startLine: 46 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -85,7 +85,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Triggers path: ../TinyLife/Goals/GoalInfo.cs - startLine: 52 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -120,7 +120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Condition path: ../TinyLife/Goals/GoalInfo.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -155,7 +155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/GoalInfo.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -203,7 +203,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Timed path: ../TinyLife/Goals/GoalInfo.cs - startLine: 90 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -315,7 +315,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Distinct path: ../TinyLife/Goals/GoalInfo.cs - startLine: 120 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -374,11 +374,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Distinct path: ../TinyLife/Goals/GoalInfo.cs - startLine: 139 + startLine: 141 assemblies: - Tiny Life namespace: TinyLife.Goals - summary: "\nCreates a new auto goal info which will construct a .\nThis method creates a distinct goal that requires a set of distinctly named objects and that is completed when the set of objects matches the goalItems exactly.\nCheck documentation to see if the given triggers are compatible with the type parameter T and this type of goal.\n" + summary: "\nCreates a new auto goal info which will construct a .\nThis method creates a distinct goal that requires a set of distinctly named objects and that is completed when the set of objects matches the goalItems exactly.\nCheck documentation to see if the given triggers are compatible with the type parameter T and this type of goal.\n" example: [] syntax: content: public static AutoGoalInfo Distinct(string name, IEnumerable goalItems, Func goalItemNameSelector, Func condition = null, params GoalTrigger[] triggers) @@ -433,7 +433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Conditioned path: ../TinyLife/Goals/GoalInfo.cs - startLine: 155 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -487,9 +487,7 @@ references: fullName: TinyLife.Goals.ConditionedGoal - uid: TinyLife.Goals.DistinctGoal commentId: T:TinyLife.Goals.DistinctGoal - name: DistinctGoal - nameWithType: DistinctGoal - fullName: TinyLife.Goals.DistinctGoal + isExternal: true - uid: TinyLife.Goals commentId: N:TinyLife.Goals name: TinyLife.Goals @@ -1619,6 +1617,42 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Goals.DistinctGoal`1 + commentId: T:TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + nameWithType.vb: DistinctGoal(Of T) + fullName.vb: TinyLife.Goals.DistinctGoal(Of T) + name.vb: DistinctGoal(Of T) + spec.csharp: + - uid: TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) - uid: System.Collections.Generic.IEnumerable{System.String} commentId: T:System.Collections.Generic.IEnumerable{System.String} parent: System.Collections.Generic diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml index de9640d..0f123d2 100644 --- a/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml +++ b/docs/api/TinyLife.Goals.AutoTriggerGoal-1.yml @@ -12,9 +12,9 @@ items: langs: - csharp - vb - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal type: Class source: remote: @@ -30,11 +30,11 @@ items: summary: "\nAn auto-triggered goal is intended to be used with . This is the base class for all auto-triggered goals.\nAuto-triggered goals do not need to be called, triggered or referenced manually, since they get triggered automatically based on a .\n" example: [] syntax: - content: 'public abstract class AutoTriggerGoal : AutoTriggerGoal, IGenericDataHolder' + content: 'public abstract class AutoTriggerGoal : AutoTriggerGoal, IGenericDataHolder' typeParameters: - - id: TValue + - id: T content.vb: >- - Public MustInherit Class AutoTriggerGoal(Of TValue) + Public MustInherit Class AutoTriggerGoal(Of T) Inherits AutoTriggerGoal Implements IGenericDataHolder inheritance: @@ -46,6 +46,7 @@ items: derivedClasses: - TinyLife.Goals.AmountGoal - TinyLife.Goals.ConditionedGoal + - TinyLife.Goals.DistinctGoal`1 - TinyLife.Goals.TimedGoal implements: - MLEM.Misc.IGenericDataHolder @@ -70,7 +71,7 @@ items: - System.Object.ToString extensionMethods: - TinyLife.Goals.AutoTriggerGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1 - nameWithType.vb: AutoTriggerGoal(Of TValue) + nameWithType.vb: AutoTriggerGoal(Of T) modifiers.csharp: - public - abstract @@ -79,8 +80,8 @@ items: - Public - MustInherit - Class - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) - uid: TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)' @@ -89,8 +90,8 @@ items: - csharp - vb name: AutoTriggerGoal(GoalSet, AutoGoalInfo) - nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) - fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) + nameWithType: AutoTriggerGoal.AutoTriggerGoal(GoalSet, AutoGoalInfo) + fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor source: remote: @@ -113,12 +114,12 @@ items: type: TinyLife.Goals.AutoGoalInfo content.vb: Protected Sub New(set As GoalSet, info As AutoGoalInfo) overload: TinyLife.Goals.AutoTriggerGoal`1.#ctor* - nameWithType.vb: AutoTriggerGoal(Of TValue).AutoTriggerGoal(GoalSet, AutoGoalInfo) + nameWithType.vb: AutoTriggerGoal(Of T).AutoTriggerGoal(GoalSet, AutoGoalInfo) modifiers.csharp: - protected modifiers.vb: - Protected - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).AutoTriggerGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) id: Trigger(`0) @@ -126,9 +127,9 @@ items: langs: - csharp - vb - name: Trigger(TValue) - nameWithType: AutoTriggerGoal.Trigger(TValue) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(TValue) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) type: Method source: remote: @@ -144,20 +145,20 @@ items: summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if returns .\n" example: [] syntax: - content: public abstract void Trigger(TValue value) + content: public abstract void Trigger(T value) parameters: - id: value - type: '{TValue}' - content.vb: Public MustOverride Sub Trigger(value As TValue) + type: '{T}' + content.vb: Public MustOverride Sub Trigger(value As T) overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger* - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) modifiers.csharp: - public - abstract modifiers.vb: - Public - MustOverride - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) id: Trigger(System.Object) @@ -166,8 +167,8 @@ items: - csharp - vb name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) type: Method source: remote: @@ -191,7 +192,7 @@ items: content.vb: Public NotOverridable Overrides Sub Trigger(value As Object) overridden: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) overload: TinyLife.Goals.AutoTriggerGoal`1.Trigger* - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) modifiers.csharp: - public - sealed @@ -200,7 +201,7 @@ items: - Public - Overrides - NotOverridable - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) id: CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) @@ -209,8 +210,8 @@ items: - csharp - vb name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) type: Method source: remote: @@ -243,14 +244,14 @@ items: content.vb: Public Overrides Function CanTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean overridden: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) overload: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger* - nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) references: - uid: TinyLife.Goals commentId: N:TinyLife.Goals @@ -942,17 +943,17 @@ references: commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy>() - nameWithType: Extensions.JsonCopy>() - fullName: TinyLife.Utilities.Extensions.JsonCopy>() - nameWithType.vb: Extensions.JsonCopy(Of AutoTriggerGoal(Of TValue))() - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of TValue))() - name.vb: JsonCopy(Of AutoTriggerGoal(Of TValue))() + name: JsonCopy>() + nameWithType: Extensions.JsonCopy>() + fullName: TinyLife.Utilities.Extensions.JsonCopy>() + nameWithType.vb: Extensions.JsonCopy(Of AutoTriggerGoal(Of T))() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of T))() + name.vb: JsonCopy(Of AutoTriggerGoal(Of T))() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy> - nameWithType: Extensions.JsonCopy> - fullName: TinyLife.Utilities.Extensions.JsonCopy> + name: JsonCopy> + nameWithType: Extensions.JsonCopy> + fullName: TinyLife.Utilities.Extensions.JsonCopy> - name: ( nameWithType: ( fullName: ( @@ -961,9 +962,9 @@ references: fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy(Of AutoTriggerGoal(Of TValue)) - nameWithType: Extensions.JsonCopy(Of AutoTriggerGoal(Of TValue)) - fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of TValue)) + name: JsonCopy(Of AutoTriggerGoal(Of T)) + nameWithType: Extensions.JsonCopy(Of AutoTriggerGoal(Of T)) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.AutoTriggerGoal(Of T)) - name: ( nameWithType: ( fullName: ( @@ -1136,10 +1137,10 @@ references: - uid: TinyLife.Goals.AutoTriggerGoal`1.#ctor* commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.#ctor name: AutoTriggerGoal - nameWithType: AutoTriggerGoal.AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue).AutoTriggerGoal - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).AutoTriggerGoal + nameWithType: AutoTriggerGoal.AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T).AutoTriggerGoal + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).AutoTriggerGoal - uid: TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet parent: TinyLife.Goals @@ -1156,15 +1157,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) isExternal: true name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( @@ -1179,8 +1180,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( @@ -1195,21 +1196,20 @@ references: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger* commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.Trigger name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger -- uid: '{TValue}' - commentId: '!:TValue' - definition: TValue - name: TValue - nameWithType: TValue - fullName: TValue -- uid: TValue - commentId: '!:TValue' - name: TValue - nameWithType: TValue - fullName: TValue + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType.vb: AutoTriggerGoal(Of T).Trigger + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: T + name: T + nameWithType: T + fullName: T - uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) parent: TinyLife.Goals.AutoTriggerGoal @@ -1321,10 +1321,10 @@ references: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger* commentId: Overload:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - uid: TinyLife.Goals.GoalTrigger commentId: T:TinyLife.Goals.GoalTrigger parent: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml index a9a5e63..895b1d7 100644 --- a/docs/api/TinyLife.Goals.AutoTriggerGoal.yml +++ b/docs/api/TinyLife.Goals.AutoTriggerGoal.yml @@ -41,7 +41,6 @@ items: - TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} derivedClasses: - TinyLife.Goals.AutoTriggerGoal`1 - - TinyLife.Goals.DistinctGoal implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: diff --git a/docs/api/TinyLife.Goals.ConditionedGoal.yml b/docs/api/TinyLife.Goals.ConditionedGoal.yml index f0f5b3e..d61cf8e 100644 --- a/docs/api/TinyLife.Goals.ConditionedGoal.yml +++ b/docs/api/TinyLife.Goals.ConditionedGoal.yml @@ -1104,12 +1104,12 @@ references: fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal`1 commentId: T:TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal @@ -1118,9 +1118,9 @@ references: - name: < nameWithType: < fullName: < - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: '>' nameWithType: '>' fullName: '>' @@ -1132,9 +1132,9 @@ references: - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) @@ -1148,15 +1148,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) isExternal: true name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( @@ -1171,8 +1171,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( @@ -1188,15 +1188,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) isExternal: true name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1226,8 +1226,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal(Of TValue).CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger + nameWithType: AutoTriggerGoal(Of T).CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1542,36 +1542,36 @@ references: fullName: System.Boolean - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) - name: Trigger(TValue) - nameWithType: AutoTriggerGoal.Trigger(TValue) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(TValue) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) diff --git a/docs/api/TinyLife.Goals.DistinctGoal.yml b/docs/api/TinyLife.Goals.DistinctGoal-1.yml similarity index 68% rename from docs/api/TinyLife.Goals.DistinctGoal.yml rename to docs/api/TinyLife.Goals.DistinctGoal-1.yml index 8576438..c37c9b1 100644 --- a/docs/api/TinyLife.Goals.DistinctGoal.yml +++ b/docs/api/TinyLife.Goals.DistinctGoal-1.yml @@ -1,23 +1,23 @@ ### YamlMime:ManagedReference items: -- uid: TinyLife.Goals.DistinctGoal - commentId: T:TinyLife.Goals.DistinctGoal - id: DistinctGoal +- uid: TinyLife.Goals.DistinctGoal`1 + commentId: T:TinyLife.Goals.DistinctGoal`1 + id: DistinctGoal`1 parent: TinyLife.Goals children: - - TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) - - TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - - TinyLife.Goals.DistinctGoal.GetDisplayedProgress - - TinyLife.Goals.DistinctGoal.GetProgress - - TinyLife.Goals.DistinctGoal.Reset - - TinyLife.Goals.DistinctGoal.Trigger(System.Object) - - TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) + - TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) + - TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + - TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress + - TinyLife.Goals.DistinctGoal`1.GetProgress + - TinyLife.Goals.DistinctGoal`1.Reset + - TinyLife.Goals.DistinctGoal`1.Trigger(`0) + - TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet) langs: - csharp - vb - name: DistinctGoal - nameWithType: DistinctGoal - fullName: TinyLife.Goals.DistinctGoal + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal type: Class source: remote: @@ -33,10 +33,12 @@ items: summary: "\nA distinct goal is an auto-triggered goal, intended to be used with , that keeps track of a distinct set of objects to be completed or obtained.\nTo trigger all distinct goals in a goal set, use .\n" example: [] syntax: - content: 'public class DistinctGoal : AutoTriggerGoal, IGenericDataHolder' + content: 'public class DistinctGoal : AutoTriggerGoal, IGenericDataHolder' + typeParameters: + - id: T content.vb: >- - Public Class DistinctGoal - Inherits AutoTriggerGoal + Public Class DistinctGoal(Of T) + Inherits AutoTriggerGoal(Of T) Implements IGenericDataHolder inheritance: - System.Object @@ -44,9 +46,11 @@ items: - TinyLife.Goals.Goal - TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} - TinyLife.Goals.AutoTriggerGoal + - TinyLife.Goals.AutoTriggerGoal{{T}} implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: + - TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger(System.Object) - TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info - TinyLife.Goals.Goal.Name - TinyLife.Goals.Goal.Set @@ -62,23 +66,26 @@ items: - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - - TinyLife.Goals.DistinctGoal.TinyLife.Utilities.Extensions.JsonCopy``1 + - TinyLife.Goals.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1 + nameWithType.vb: DistinctGoal(Of T) modifiers.csharp: - public - class modifiers.vb: - Public - Class -- uid: TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) - commentId: M:TinyLife.Goals.DistinctGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) + fullName.vb: TinyLife.Goals.DistinctGoal(Of T) + name.vb: DistinctGoal(Of T) +- uid: TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) + commentId: M:TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)' - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: DistinctGoal(GoalSet, AutoGoalInfo) - nameWithType: DistinctGoal.DistinctGoal(GoalSet, AutoGoalInfo) - fullName: TinyLife.Goals.DistinctGoal.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) + nameWithType: DistinctGoal.DistinctGoal(GoalSet, AutoGoalInfo) + fullName: TinyLife.Goals.DistinctGoal.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor source: remote: @@ -100,21 +107,23 @@ items: - id: info type: TinyLife.Goals.AutoGoalInfo content.vb: Public Sub New(set As GoalSet, info As AutoGoalInfo) - overload: TinyLife.Goals.DistinctGoal.#ctor* + overload: TinyLife.Goals.DistinctGoal`1.#ctor* + nameWithType.vb: DistinctGoal(Of T).DistinctGoal(GoalSet, AutoGoalInfo) modifiers.csharp: - public modifiers.vb: - Public -- uid: TinyLife.Goals.DistinctGoal.GetProgress - commentId: M:TinyLife.Goals.DistinctGoal.GetProgress + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) +- uid: TinyLife.Goals.DistinctGoal`1.GetProgress + commentId: M:TinyLife.Goals.DistinctGoal`1.GetProgress id: GetProgress - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: GetProgress() - nameWithType: DistinctGoal.GetProgress() - fullName: TinyLife.Goals.DistinctGoal.GetProgress() + nameWithType: DistinctGoal.GetProgress() + fullName: TinyLife.Goals.DistinctGoal.GetProgress() type: Method source: remote: @@ -136,23 +145,25 @@ items: description: The progress percentage content.vb: Public Overrides Function GetProgress As Single overridden: TinyLife.Goals.Goal.GetProgress - overload: TinyLife.Goals.DistinctGoal.GetProgress* + overload: TinyLife.Goals.DistinctGoal`1.GetProgress* + nameWithType.vb: DistinctGoal(Of T).GetProgress() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides -- uid: TinyLife.Goals.DistinctGoal.Reset - commentId: M:TinyLife.Goals.DistinctGoal.Reset + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetProgress() +- uid: TinyLife.Goals.DistinctGoal`1.Reset + commentId: M:TinyLife.Goals.DistinctGoal`1.Reset id: Reset - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: Reset() - nameWithType: DistinctGoal.Reset() - fullName: TinyLife.Goals.DistinctGoal.Reset() + nameWithType: DistinctGoal.Reset() + fullName: TinyLife.Goals.DistinctGoal.Reset() type: Method source: remote: @@ -171,23 +182,25 @@ items: content: public override void Reset() content.vb: Public Overrides Sub Reset overridden: TinyLife.Goals.Goal.Reset - overload: TinyLife.Goals.DistinctGoal.Reset* + overload: TinyLife.Goals.DistinctGoal`1.Reset* + nameWithType.vb: DistinctGoal(Of T).Reset() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides -- uid: TinyLife.Goals.DistinctGoal.GetDisplayedProgress - commentId: M:TinyLife.Goals.DistinctGoal.GetDisplayedProgress + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset() +- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress + commentId: M:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress id: GetDisplayedProgress - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: GetDisplayedProgress() - nameWithType: DistinctGoal.GetDisplayedProgress() - fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress() + nameWithType: DistinctGoal.GetDisplayedProgress() + fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress() type: Method source: remote: @@ -209,23 +222,25 @@ items: description: The displayed goal progress content.vb: Public Overrides Function GetDisplayedProgress As String overridden: TinyLife.Goals.Goal.GetDisplayedProgress - overload: TinyLife.Goals.DistinctGoal.GetDisplayedProgress* + overload: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress* + nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress() modifiers.csharp: - public - override modifiers.vb: - Public - Overrides -- uid: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) - commentId: M:TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress() +- uid: TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet) + commentId: M:TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet) id: Validate(TinyLife.Goals.GoalSet) - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: Validate(GoalSet) - nameWithType: DistinctGoal.Validate(GoalSet) - fullName: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) + nameWithType: DistinctGoal.Validate(GoalSet) + fullName: TinyLife.Goals.DistinctGoal.Validate(TinyLife.Goals.GoalSet) type: Method source: remote: @@ -251,23 +266,25 @@ items: description: Whether this goal is considered to be valid content.vb: Public Overrides Function Validate(set As GoalSet) As Boolean overridden: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) - overload: TinyLife.Goals.DistinctGoal.Validate* + overload: TinyLife.Goals.DistinctGoal`1.Validate* + nameWithType.vb: DistinctGoal(Of T).Validate(GoalSet) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides -- uid: TinyLife.Goals.DistinctGoal.Trigger(System.Object) - commentId: M:TinyLife.Goals.DistinctGoal.Trigger(System.Object) - id: Trigger(System.Object) - parent: TinyLife.Goals.DistinctGoal + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate(TinyLife.Goals.GoalSet) +- uid: TinyLife.Goals.DistinctGoal`1.Trigger(`0) + commentId: M:TinyLife.Goals.DistinctGoal`1.Trigger(`0) + id: Trigger(`0) + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb - name: Trigger(Object) - nameWithType: DistinctGoal.Trigger(Object) - fullName: TinyLife.Goals.DistinctGoal.Trigger(System.Object) + name: Trigger(T) + nameWithType: DistinctGoal.Trigger(T) + fullName: TinyLife.Goals.DistinctGoal.Trigger(T) type: Method source: remote: @@ -283,30 +300,31 @@ items: summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if returns .\n" example: [] syntax: - content: public override void Trigger(object value) + content: public override void Trigger(T value) parameters: - id: value - type: System.Object - description: The value to trigger. - content.vb: Public Overrides Sub Trigger(value As Object) - overridden: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - overload: TinyLife.Goals.DistinctGoal.Trigger* + type: '{T}' + content.vb: Public Overrides Sub Trigger(value As T) + overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T}) + overload: TinyLife.Goals.DistinctGoal`1.Trigger* + nameWithType.vb: DistinctGoal(Of T).Trigger(T) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides -- uid: TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - commentId: M:TinyLife.Goals.DistinctGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger(T) +- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + commentId: M:TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) id: CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - parent: TinyLife.Goals.DistinctGoal + parent: TinyLife.Goals.DistinctGoal`1 langs: - csharp - vb name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: DistinctGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.DistinctGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: DistinctGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.DistinctGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) type: Method source: remote: @@ -337,14 +355,16 @@ items: type: System.Boolean description: Whether this goal can be triggered right now. content.vb: Public Overrides Function CanTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean - overridden: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - overload: TinyLife.Goals.DistinctGoal.CanTrigger* + overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + overload: TinyLife.Goals.DistinctGoal`1.CanTrigger* + nameWithType.vb: DistinctGoal(Of T).CanTrigger(Object, GoalTrigger, Object) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) references: - uid: TinyLife.Goals.AutoGoalInfo commentId: T:TinyLife.Goals.AutoGoalInfo @@ -426,6 +446,44 @@ references: name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal +- uid: TinyLife.Goals.AutoTriggerGoal{{T}} + commentId: T:TinyLife.Goals.AutoTriggerGoal{`0} + parent: TinyLife.Goals + definition: TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc @@ -433,6 +491,47 @@ references: name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder +- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger(System.Object) + commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(System.Object) + parent: TinyLife.Goals.AutoTriggerGoal{{T}} + definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + name: Trigger(Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + name: Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + name: Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info commentId: P:TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info parent: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} @@ -921,21 +1020,21 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.TinyLife.Utilities.Extensions.JsonCopy``1 +- uid: TinyLife.Goals.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) - name: JsonCopy() - nameWithType: Extensions.JsonCopy() - fullName: TinyLife.Utilities.Extensions.JsonCopy() - nameWithType.vb: Extensions.JsonCopy(Of DistinctGoal)() - fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal)() - name.vb: JsonCopy(Of DistinctGoal)() + name: JsonCopy>() + nameWithType: Extensions.JsonCopy>() + fullName: TinyLife.Utilities.Extensions.JsonCopy>() + nameWithType.vb: Extensions.JsonCopy(Of DistinctGoal(Of T))() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal(Of T))() + name.vb: JsonCopy(Of DistinctGoal(Of T))() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy - nameWithType: Extensions.JsonCopy - fullName: TinyLife.Utilities.Extensions.JsonCopy + name: JsonCopy> + nameWithType: Extensions.JsonCopy> + fullName: TinyLife.Utilities.Extensions.JsonCopy> - name: ( nameWithType: ( fullName: ( @@ -944,9 +1043,9 @@ references: fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 - name: JsonCopy(Of DistinctGoal) - nameWithType: Extensions.JsonCopy(Of DistinctGoal) - fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal) + name: JsonCopy(Of DistinctGoal(Of T)) + nameWithType: Extensions.JsonCopy(Of DistinctGoal(Of T)) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal(Of T)) - name: ( nameWithType: ( fullName: ( @@ -1001,12 +1100,88 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Goals.AutoTriggerGoal`1 + commentId: T:TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1 + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc +- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + isExternal: true + name: Trigger(Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + name: Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) + name: Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Goals.Goal`1.Info commentId: P:TinyLife.Goals.Goal`1.Info name: Info @@ -1116,11 +1291,13 @@ references: name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities -- uid: TinyLife.Goals.DistinctGoal.#ctor* - commentId: Overload:TinyLife.Goals.DistinctGoal.#ctor +- uid: TinyLife.Goals.DistinctGoal`1.#ctor* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.#ctor name: DistinctGoal - nameWithType: DistinctGoal.DistinctGoal - fullName: TinyLife.Goals.DistinctGoal.DistinctGoal + nameWithType: DistinctGoal.DistinctGoal + fullName: TinyLife.Goals.DistinctGoal.DistinctGoal + nameWithType.vb: DistinctGoal(Of T).DistinctGoal + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).DistinctGoal - uid: TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet parent: TinyLife.Goals @@ -1155,11 +1332,13 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.GetProgress* - commentId: Overload:TinyLife.Goals.DistinctGoal.GetProgress +- uid: TinyLife.Goals.DistinctGoal`1.GetProgress* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetProgress name: GetProgress - nameWithType: DistinctGoal.GetProgress - fullName: TinyLife.Goals.DistinctGoal.GetProgress + nameWithType: DistinctGoal.GetProgress + fullName: TinyLife.Goals.DistinctGoal.GetProgress + nameWithType.vb: DistinctGoal(Of T).GetProgress + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetProgress - uid: System.Single commentId: T:System.Single parent: System @@ -1195,11 +1374,13 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.Reset* - commentId: Overload:TinyLife.Goals.DistinctGoal.Reset +- uid: TinyLife.Goals.DistinctGoal`1.Reset* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.Reset name: Reset - nameWithType: DistinctGoal.Reset - fullName: TinyLife.Goals.DistinctGoal.Reset + nameWithType: DistinctGoal.Reset + fullName: TinyLife.Goals.DistinctGoal.Reset + nameWithType.vb: DistinctGoal(Of T).Reset + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset - uid: TinyLife.Goals.Goal.GetDisplayedProgress commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress parent: TinyLife.Goals.Goal @@ -1228,11 +1409,13 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.GetDisplayedProgress* - commentId: Overload:TinyLife.Goals.DistinctGoal.GetDisplayedProgress +- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress name: GetDisplayedProgress - nameWithType: DistinctGoal.GetDisplayedProgress - fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress + nameWithType: DistinctGoal.GetDisplayedProgress + fullName: TinyLife.Goals.DistinctGoal.GetDisplayedProgress + nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress - uid: System.String commentId: T:System.String parent: System @@ -1276,11 +1459,13 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.Validate* - commentId: Overload:TinyLife.Goals.DistinctGoal.Validate +- uid: TinyLife.Goals.DistinctGoal`1.Validate* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.Validate name: Validate - nameWithType: DistinctGoal.Validate - fullName: TinyLife.Goals.DistinctGoal.Validate + nameWithType: DistinctGoal.Validate + fullName: TinyLife.Goals.DistinctGoal.Validate + nameWithType.vb: DistinctGoal(Of T).Validate + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate - uid: System.Boolean commentId: T:System.Boolean parent: System @@ -1288,62 +1473,109 @@ references: name: Boolean nameWithType: Boolean fullName: System.Boolean -- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - commentId: M:TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - parent: TinyLife.Goals.AutoTriggerGoal - isExternal: true - name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) +- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T}) + commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(`0) + parent: TinyLife.Goals.AutoTriggerGoal{{T}} + definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - - uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.Trigger* - commentId: Overload:TinyLife.Goals.DistinctGoal.Trigger +- uid: TinyLife.Goals.DistinctGoal`1.Trigger* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.Trigger name: Trigger - nameWithType: DistinctGoal.Trigger - fullName: TinyLife.Goals.DistinctGoal.Trigger -- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - commentId: M:TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - parent: TinyLife.Goals.AutoTriggerGoal - isExternal: true - name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: DistinctGoal.Trigger + fullName: TinyLife.Goals.DistinctGoal.Trigger + nameWithType.vb: DistinctGoal(Of T).Trigger + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger +- uid: '{T}' + commentId: '!:T' + definition: T + name: T + nameWithType: T + fullName: T +- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) + commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - - uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) + name: Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) + name: Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: T + name: T + nameWithType: T + fullName: T +- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + parent: TinyLife.Goals.AutoTriggerGoal{{T}} + definition: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + name: CanTrigger(Object, GoalTrigger, Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1371,10 +1603,10 @@ references: nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType: AutoTriggerGoal(Of T).CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1401,14 +1633,86 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Goals.DistinctGoal.CanTrigger* - commentId: Overload:TinyLife.Goals.DistinctGoal.CanTrigger +- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger* + commentId: Overload:TinyLife.Goals.DistinctGoal`1.CanTrigger name: CanTrigger - nameWithType: DistinctGoal.CanTrigger - fullName: TinyLife.Goals.DistinctGoal.CanTrigger + nameWithType: DistinctGoal.CanTrigger + fullName: TinyLife.Goals.DistinctGoal.CanTrigger + nameWithType.vb: DistinctGoal(Of T).CanTrigger + fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger - uid: TinyLife.Goals.GoalTrigger commentId: T:TinyLife.Goals.GoalTrigger parent: TinyLife.Goals name: GoalTrigger nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger +- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + isExternal: true + name: CanTrigger(Object, GoalTrigger, Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + spec.csharp: + - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + name: CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) + name: CanTrigger + nameWithType: AutoTriggerGoal(Of T).CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) diff --git a/docs/api/TinyLife.Goals.GoalInfo.yml b/docs/api/TinyLife.Goals.GoalInfo.yml index 4005856..d91734c 100644 --- a/docs/api/TinyLife.Goals.GoalInfo.yml +++ b/docs/api/TinyLife.Goals.GoalInfo.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoalInfo path: ../TinyLife/Goals/GoalInfo.cs - startLine: 12 + startLine: 11 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/GoalInfo.cs - startLine: 17 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -114,7 +114,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/GoalInfo.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -156,7 +156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/GoalInfo.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.GoalSet.yml b/docs/api/TinyLife.Goals.GoalSet.yml index 50006da..0fb090c 100644 --- a/docs/api/TinyLife.Goals.GoalSet.yml +++ b/docs/api/TinyLife.Goals.GoalSet.yml @@ -14,7 +14,6 @@ items: - TinyLife.Goals.GoalSet.Info - TinyLife.Goals.GoalSet.IsCompleted - TinyLife.Goals.GoalSet.Reset - - TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo) langs: - csharp @@ -466,53 +465,6 @@ items: - public modifiers.vb: - Public -- uid: TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - commentId: M:TinyLife.Goals.GoalSet.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - id: TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - parent: TinyLife.Goals.GoalSet - langs: - - csharp - - vb - name: TryTrigger(Object, GoalTrigger, Object) - nameWithType: GoalSet.TryTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.GoalSet.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - type: Method - source: - remote: - path: TinyLife/Goals/GoalSet.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TryTrigger - path: ../TinyLife/Goals/GoalSet.cs - startLine: 159 - assemblies: - - Tiny Life - namespace: TinyLife.Goals - summary: "\nTries to trigger this goal triggerable.\nTo call this method more easily, use or one of its overloads.\n" - example: [] - syntax: - content: public bool TryTrigger(object obj, GoalTrigger trigger, object value) - parameters: - - id: obj - type: System.Object - description: The object that triggered the given trigger. - - id: trigger - type: TinyLife.Goals.GoalTrigger - description: The goal trigger that is triggering this . - - id: value - type: System.Object - description: The value that is associated with the trigger, which is usually an amount that a value has changed by, an amount of money, or similar. - return: - type: System.Boolean - description: Whether this goal was successfully triggered. - content.vb: Public Function TryTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean - overload: TinyLife.Goals.GoalSet.TryTrigger* - implements: - - TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - modifiers.csharp: - - public - modifiers.vb: - - Public references: - uid: TinyLife.Goals.Goal commentId: T:TinyLife.Goals.Goal @@ -1441,83 +1393,3 @@ references: name: Validate nameWithType: GoalSet.Validate fullName: TinyLife.Goals.GoalSet.Validate -- uid: TinyLife.Goals.GoalSet.TryTrigger* - commentId: Overload:TinyLife.Goals.GoalSet.TryTrigger - name: TryTrigger - nameWithType: GoalSet.TryTrigger - fullName: TinyLife.Goals.GoalSet.TryTrigger -- uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - parent: TinyLife.Goals.IGoalTriggerable - isExternal: true - name: TryTrigger(Object, GoalTrigger, Object) - nameWithType: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - spec.csharp: - - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - name: TryTrigger - nameWithType: IGoalTriggerable.TryTrigger - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Goals.GoalTrigger - name: GoalTrigger - nameWithType: GoalTrigger - fullName: TinyLife.Goals.GoalTrigger - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - name: TryTrigger - nameWithType: IGoalTriggerable.TryTrigger - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Goals.GoalTrigger - name: GoalTrigger - nameWithType: GoalTrigger - fullName: TinyLife.Goals.GoalTrigger - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Goals.GoalTrigger - commentId: T:TinyLife.Goals.GoalTrigger - parent: TinyLife.Goals - name: GoalTrigger - nameWithType: GoalTrigger - fullName: TinyLife.Goals.GoalTrigger diff --git a/docs/api/TinyLife.Goals.GoalTrigger.yml b/docs/api/TinyLife.Goals.GoalTrigger.yml new file mode 100644 index 0000000..42f48aa --- /dev/null +++ b/docs/api/TinyLife.Goals.GoalTrigger.yml @@ -0,0 +1,1528 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.Goals.GoalTrigger + commentId: T:TinyLife.Goals.GoalTrigger + id: GoalTrigger + parent: TinyLife.Goals + children: + - TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[]) + - TinyLife.Goals.GoalTrigger.ActionCompleted + - TinyLife.Goals.GoalTrigger.ActionEnded + - TinyLife.Goals.GoalTrigger.ActionUpdate + - TinyLife.Goals.GoalTrigger.EarnMoney + - TinyLife.Goals.GoalTrigger.EmotionGained + - TinyLife.Goals.GoalTrigger.EmotionLost + - TinyLife.Goals.GoalTrigger.Equals(System.Object) + - TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) + - TinyLife.Goals.GoalTrigger.FoodEaten + - TinyLife.Goals.GoalTrigger.FurnitureCreated + - TinyLife.Goals.GoalTrigger.GetHashCode + - TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) + - TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) + - TinyLife.Goals.GoalTrigger.Name + - TinyLife.Goals.GoalTrigger.PersonUpdate + - TinyLife.Goals.GoalTrigger.ProjectCompleted + - TinyLife.Goals.GoalTrigger.ValidObjects + - TinyLife.Goals.GoalTrigger.ValidValues + langs: + - csharp + - vb + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + type: Class + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GoalTrigger + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 16 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger is used by instances to determine whether they should be triggered.\nGoal triggers are compared only by their , so mods can add goal triggers that work for other mods without explicit compatibility.\n" + example: [] + syntax: + content: 'public class GoalTrigger : IEquatable' + content.vb: >- + Public Class GoalTrigger + Implements IEquatable(Of GoalTrigger) + inheritance: + - System.Object + implements: + - System.IEquatable{TinyLife.Goals.GoalTrigger} + inheritedMembers: + - System.Object.Equals(System.Object,System.Object) + - System.Object.GetType + - System.Object.MemberwiseClone + - System.Object.ReferenceEquals(System.Object,System.Object) + - System.Object.ToString + extensionMethods: + - TinyLife.Goals.GoalTrigger.TinyLife.Utilities.Extensions.JsonCopy``1 + modifiers.csharp: + - public + - class + modifiers.vb: + - Public + - Class +- uid: TinyLife.Goals.GoalTrigger.PersonUpdate + commentId: F:TinyLife.Goals.GoalTrigger.PersonUpdate + id: PersonUpdate + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: PersonUpdate + nameWithType: GoalTrigger.PersonUpdate + fullName: TinyLife.Goals.GoalTrigger.PersonUpdate + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: PersonUpdate + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 21 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a 's method is called.\n" + example: [] + syntax: + content: public static readonly GoalTrigger PersonUpdate + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly PersonUpdate As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.FurnitureCreated + commentId: F:TinyLife.Goals.GoalTrigger.FurnitureCreated + id: FurnitureCreated + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: FurnitureCreated + nameWithType: GoalTrigger.FurnitureCreated + fullName: TinyLife.Goals.GoalTrigger.FurnitureCreated + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FurnitureCreated + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 26 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a item is created by a .\nBy default, this trigger is used in .\n" + example: [] + syntax: + content: public static readonly GoalTrigger FurnitureCreated + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly FurnitureCreated As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ActionCompleted + commentId: F:TinyLife.Goals.GoalTrigger.ActionCompleted + id: ActionCompleted + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ActionCompleted + nameWithType: GoalTrigger.ActionCompleted + fullName: TinyLife.Goals.GoalTrigger.ActionCompleted + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ActionCompleted + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 30 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when an is completed succesfully (the result is ) by a .\n" + example: [] + syntax: + content: public static readonly GoalTrigger ActionCompleted + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly ActionCompleted As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ActionEnded + commentId: F:TinyLife.Goals.GoalTrigger.ActionEnded + id: ActionEnded + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ActionEnded + nameWithType: GoalTrigger.ActionEnded + fullName: TinyLife.Goals.GoalTrigger.ActionEnded + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ActionEnded + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 34 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when an is completed in any way (the doesn't matter) by a .\n" + example: [] + syntax: + content: public static readonly GoalTrigger ActionEnded + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly ActionEnded As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ActionUpdate + commentId: F:TinyLife.Goals.GoalTrigger.ActionUpdate + id: ActionUpdate + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ActionUpdate + nameWithType: GoalTrigger.ActionUpdate + fullName: TinyLife.Goals.GoalTrigger.ActionUpdate + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ActionUpdate + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 38 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when an is updated.\n" + example: [] + syntax: + content: public static readonly GoalTrigger ActionUpdate + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly ActionUpdate As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.EarnMoney + commentId: F:TinyLife.Goals.GoalTrigger.EarnMoney + id: EarnMoney + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: EarnMoney + nameWithType: GoalTrigger.EarnMoney + fullName: TinyLife.Goals.GoalTrigger.EarnMoney + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: EarnMoney + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 43 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a earns money through an or .\nBy default, this trigger is used in .\n" + example: [] + syntax: + content: public static readonly GoalTrigger EarnMoney + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly EarnMoney As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.EmotionGained + commentId: F:TinyLife.Goals.GoalTrigger.EmotionGained + id: EmotionGained + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: EmotionGained + nameWithType: GoalTrigger.EmotionGained + fullName: TinyLife.Goals.GoalTrigger.EmotionGained + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: EmotionGained + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 47 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a is added to a using .\n" + example: [] + syntax: + content: public static readonly GoalTrigger EmotionGained + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly EmotionGained As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.EmotionLost + commentId: F:TinyLife.Goals.GoalTrigger.EmotionLost + id: EmotionLost + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: EmotionLost + nameWithType: GoalTrigger.EmotionLost + fullName: TinyLife.Goals.GoalTrigger.EmotionLost + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: EmotionLost + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 51 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a is removed from a in or when it runs out.\n" + example: [] + syntax: + content: public static readonly GoalTrigger EmotionLost + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly EmotionLost As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.FoodEaten + commentId: F:TinyLife.Goals.GoalTrigger.FoodEaten + id: FoodEaten + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: FoodEaten + nameWithType: GoalTrigger.FoodEaten + fullName: TinyLife.Goals.GoalTrigger.FoodEaten + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FoodEaten + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 55 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a item is eaten by a in .\n" + example: [] + syntax: + content: public static readonly GoalTrigger FoodEaten + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly FoodEaten As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ProjectCompleted + commentId: F:TinyLife.Goals.GoalTrigger.ProjectCompleted + id: ProjectCompleted + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ProjectCompleted + nameWithType: GoalTrigger.ProjectCompleted + fullName: TinyLife.Goals.GoalTrigger.ProjectCompleted + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ProjectCompleted + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 59 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + summary: "\nA goal trigger for when a is marked as completed in .\n" + example: [] + syntax: + content: public static readonly GoalTrigger ProjectCompleted + return: + type: TinyLife.Goals.GoalTrigger + content.vb: Public Shared ReadOnly ProjectCompleted As GoalTrigger + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.Name + commentId: F:TinyLife.Goals.GoalTrigger.Name + id: Name + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: Name + nameWithType: GoalTrigger.Name + fullName: TinyLife.Goals.GoalTrigger.Name + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Name + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 61 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public readonly string Name + return: + type: System.String + content.vb: Public ReadOnly Name As String + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ValidObjects + commentId: F:TinyLife.Goals.GoalTrigger.ValidObjects + id: ValidObjects + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ValidObjects + nameWithType: GoalTrigger.ValidObjects + fullName: TinyLife.Goals.GoalTrigger.ValidObjects + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ValidObjects + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 62 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public readonly Type[] ValidObjects + return: + type: System.Type[] + content.vb: Public ReadOnly ValidObjects As Type() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.ValidValues + commentId: F:TinyLife.Goals.GoalTrigger.ValidValues + id: ValidValues + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: ValidValues + nameWithType: GoalTrigger.ValidValues + fullName: TinyLife.Goals.GoalTrigger.ValidValues + type: Field + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ValidValues + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 63 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public readonly Type[] ValidValues + return: + type: System.Type[] + content.vb: Public ReadOnly ValidValues As Type() + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly +- uid: TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[]) + commentId: M:TinyLife.Goals.GoalTrigger.#ctor(System.String,System.Type[],System.Type[]) + id: '#ctor(System.String,System.Type[],System.Type[])' + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: GoalTrigger(String, Type[], Type[]) + nameWithType: GoalTrigger.GoalTrigger(String, Type[], Type[]) + fullName: TinyLife.Goals.GoalTrigger.GoalTrigger(System.String, System.Type[], System.Type[]) + type: Constructor + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: .ctor + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 65 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public GoalTrigger(string name, Type[] validObjects, Type[] validGoals) + parameters: + - id: name + type: System.String + - id: validObjects + type: System.Type[] + - id: validGoals + type: System.Type[] + content.vb: Public Sub New(name As String, validObjects As Type(), validGoals As Type()) + overload: TinyLife.Goals.GoalTrigger.#ctor* + nameWithType.vb: GoalTrigger.GoalTrigger(String, Type(), Type()) + modifiers.csharp: + - public + modifiers.vb: + - Public + fullName.vb: TinyLife.Goals.GoalTrigger.GoalTrigger(System.String, System.Type(), System.Type()) + name.vb: GoalTrigger(String, Type(), Type()) +- uid: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) + commentId: M:TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) + id: IsObjectCompatible(System.Type) + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: IsObjectCompatible(Type) + nameWithType: GoalTrigger.IsObjectCompatible(Type) + fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible(System.Type) + type: Method + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsObjectCompatible + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 82 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public bool IsObjectCompatible(Type objType) + parameters: + - id: objType + type: System.Type + return: + type: System.Boolean + content.vb: Public Function IsObjectCompatible(objType As Type) As Boolean + overload: TinyLife.Goals.GoalTrigger.IsObjectCompatible* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) + commentId: M:TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) + id: IsValueCompatible(System.Type) + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: IsValueCompatible(Type) + nameWithType: GoalTrigger.IsValueCompatible(Type) + fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible(System.Type) + type: Method + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: IsValueCompatible + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 90 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public bool IsValueCompatible(Type valueType) + parameters: + - id: valueType + type: System.Type + return: + type: System.Boolean + content.vb: Public Function IsValueCompatible(valueType As Type) As Boolean + overload: TinyLife.Goals.GoalTrigger.IsValueCompatible* + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) + commentId: M:TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) + id: Equals(TinyLife.Goals.GoalTrigger) + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: Equals(GoalTrigger) + nameWithType: GoalTrigger.Equals(GoalTrigger) + fullName: TinyLife.Goals.GoalTrigger.Equals(TinyLife.Goals.GoalTrigger) + type: Method + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Equals + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 99 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + example: [] + syntax: + content: public bool Equals(GoalTrigger other) + parameters: + - id: other + type: TinyLife.Goals.GoalTrigger + return: + type: System.Boolean + content.vb: Public Function Equals(other As GoalTrigger) As Boolean + overload: TinyLife.Goals.GoalTrigger.Equals* + implements: + - System.IEquatable{TinyLife.Goals.GoalTrigger}.Equals(TinyLife.Goals.GoalTrigger) + modifiers.csharp: + - public + modifiers.vb: + - Public +- uid: TinyLife.Goals.GoalTrigger.Equals(System.Object) + commentId: M:TinyLife.Goals.GoalTrigger.Equals(System.Object) + id: Equals(System.Object) + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: Equals(Object) + nameWithType: GoalTrigger.Equals(Object) + fullName: TinyLife.Goals.GoalTrigger.Equals(System.Object) + type: Method + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Equals + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 104 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + example: [] + syntax: + content: public override bool Equals(object obj) + parameters: + - id: obj + type: System.Object + return: + type: System.Boolean + content.vb: Public Overrides Function Equals(obj As Object) As Boolean + overridden: System.Object.Equals(System.Object) + overload: TinyLife.Goals.GoalTrigger.Equals* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +- uid: TinyLife.Goals.GoalTrigger.GetHashCode + commentId: M:TinyLife.Goals.GoalTrigger.GetHashCode + id: GetHashCode + parent: TinyLife.Goals.GoalTrigger + langs: + - csharp + - vb + name: GetHashCode() + nameWithType: GoalTrigger.GetHashCode() + fullName: TinyLife.Goals.GoalTrigger.GetHashCode() + type: Method + source: + remote: + path: TinyLife/Goals/GoalTrigger.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetHashCode + path: ../TinyLife/Goals/GoalTrigger.cs + startLine: 109 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + example: [] + syntax: + content: public override int GetHashCode() + return: + type: System.Int32 + content.vb: Public Overrides Function GetHashCode As Integer + overridden: System.Object.GetHashCode + overload: TinyLife.Goals.GoalTrigger.GetHashCode* + modifiers.csharp: + - public + - override + modifiers.vb: + - Public + - Overrides +references: +- uid: TinyLife.Goals.AutoTriggerGoal + commentId: T:TinyLife.Goals.AutoTriggerGoal + parent: TinyLife.Goals + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal +- uid: TinyLife.Goals.GoalTrigger.Name + commentId: F:TinyLife.Goals.GoalTrigger.Name + isExternal: true +- uid: TinyLife.Goals + commentId: N:TinyLife.Goals + name: TinyLife.Goals + nameWithType: TinyLife.Goals + fullName: TinyLife.Goals +- uid: System.Object + commentId: T:System.Object + parent: System + isExternal: true + name: Object + nameWithType: Object + fullName: System.Object +- uid: System.IEquatable{TinyLife.Goals.GoalTrigger} + commentId: T:System.IEquatable{TinyLife.Goals.GoalTrigger} + parent: System + definition: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of GoalTrigger) + fullName.vb: System.IEquatable(Of TinyLife.Goals.GoalTrigger) + name.vb: IEquatable(Of GoalTrigger) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object,System.Object) + commentId: M:System.Object.Equals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: Equals(Object, Object) + nameWithType: Object.Equals(Object, Object) + fullName: System.Object.Equals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object,System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetType + commentId: M:System.Object.GetType + parent: System.Object + isExternal: true + name: GetType() + nameWithType: Object.GetType() + fullName: System.Object.GetType() + spec.csharp: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetType + name: GetType + nameWithType: Object.GetType + fullName: System.Object.GetType + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.MemberwiseClone + commentId: M:System.Object.MemberwiseClone + parent: System.Object + isExternal: true + name: MemberwiseClone() + nameWithType: Object.MemberwiseClone() + fullName: System.Object.MemberwiseClone() + spec.csharp: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.MemberwiseClone + name: MemberwiseClone + nameWithType: Object.MemberwiseClone + fullName: System.Object.MemberwiseClone + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ReferenceEquals(System.Object,System.Object) + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) + parent: System.Object + isExternal: true + name: ReferenceEquals(Object, Object) + nameWithType: Object.ReferenceEquals(Object, Object) + fullName: System.Object.ReferenceEquals(System.Object, System.Object) + spec.csharp: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ReferenceEquals(System.Object,System.Object) + name: ReferenceEquals + nameWithType: Object.ReferenceEquals + fullName: System.Object.ReferenceEquals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.ToString + commentId: M:System.Object.ToString + parent: System.Object + isExternal: true + name: ToString() + nameWithType: Object.ToString() + fullName: System.Object.ToString() + spec.csharp: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.ToString + name: ToString + nameWithType: Object.ToString + fullName: System.Object.ToString + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Goals.GoalTrigger.TinyLife.Utilities.Extensions.JsonCopy``1 + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + nameWithType.vb: Extensions.JsonCopy(Of GoalTrigger)() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.GoalTrigger)() + name.vb: JsonCopy(Of GoalTrigger)() + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy(Of GoalTrigger) + nameWithType: Extensions.JsonCopy(Of GoalTrigger) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.GoalTrigger) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: System.IEquatable`1 + commentId: T:System.IEquatable`1 + isExternal: true + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + nameWithType.vb: IEquatable(Of T) + fullName.vb: System.IEquatable(Of T) + name.vb: IEquatable(Of T) + spec.csharp: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.IEquatable`1 + name: IEquatable + nameWithType: IEquatable + fullName: System.IEquatable + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(T) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(T) + nameWithType.vb: Extensions.JsonCopy(Of T)(T) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) + name.vb: JsonCopy(Of T)(T) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(Of T) + nameWithType: Extensions.JsonCopy(Of T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities +- uid: TinyLife.Objects.Person + commentId: T:TinyLife.Objects.Person + parent: TinyLife.Objects + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person +- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) + isExternal: true +- uid: TinyLife.Goals.GoalTrigger + commentId: T:TinyLife.Goals.GoalTrigger + parent: TinyLife.Goals + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger +- uid: TinyLife.Objects + commentId: N:TinyLife.Objects + name: TinyLife.Objects + nameWithType: TinyLife.Objects + fullName: TinyLife.Objects +- uid: TinyLife.Objects.Furniture + commentId: T:TinyLife.Objects.Furniture + parent: TinyLife.Objects + name: Furniture + nameWithType: Furniture + fullName: TinyLife.Objects.Furniture +- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + parent: TinyLife.Objects.Furniture + isExternal: true + name: SetCreator(Person, Boolean) + nameWithType: Furniture.SetCreator(Person, Boolean) + fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean) + spec.csharp: + - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + name: SetCreator + nameWithType: Furniture.SetCreator + fullName: TinyLife.Objects.Furniture.SetCreator + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) + name: SetCreator + nameWithType: Furniture.SetCreator + fullName: TinyLife.Objects.Furniture.SetCreator + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Objects.Person + name: Person + nameWithType: Person + fullName: TinyLife.Objects.Person + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Actions.Action + commentId: T:TinyLife.Actions.Action + parent: TinyLife.Actions + name: Action + nameWithType: Action + fullName: TinyLife.Actions.Action +- uid: TinyLife.Actions.CompletionType.Completed + commentId: F:TinyLife.Actions.CompletionType.Completed + isExternal: true +- uid: TinyLife.Actions + commentId: N:TinyLife.Actions + name: TinyLife.Actions + nameWithType: TinyLife.Actions + fullName: TinyLife.Actions +- uid: TinyLife.Actions.CompletionType + commentId: T:TinyLife.Actions.CompletionType + parent: TinyLife.Actions + name: CompletionType + nameWithType: CompletionType + fullName: TinyLife.Actions.CompletionType +- uid: TinyLife.Goals.Project + commentId: T:TinyLife.Goals.Project + parent: TinyLife.Goals + name: Project + nameWithType: Project + fullName: TinyLife.Goals.Project +- uid: TinyLife.Objects.Person.EarnMoney(System.Single,System.Object) + commentId: M:TinyLife.Objects.Person.EarnMoney(System.Single,System.Object) + isExternal: true +- uid: TinyLife.Emotions.EmotionModifier + commentId: T:TinyLife.Emotions.EmotionModifier + parent: TinyLife.Emotions + name: EmotionModifier + nameWithType: EmotionModifier + fullName: TinyLife.Emotions.EmotionModifier +- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) + commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) + isExternal: true +- uid: TinyLife.Emotions + commentId: N:TinyLife.Emotions + name: TinyLife.Emotions + nameWithType: TinyLife.Emotions + fullName: TinyLife.Emotions +- uid: TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier) + commentId: M:TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier) + isExternal: true +- uid: TinyLife.Skills.FoodType + commentId: T:TinyLife.Skills.FoodType + parent: TinyLife.Skills + name: FoodType + nameWithType: FoodType + fullName: TinyLife.Skills.FoodType +- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) + commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem) + isExternal: true +- uid: TinyLife.Skills + commentId: N:TinyLife.Skills + name: TinyLife.Skills + nameWithType: TinyLife.Skills + fullName: TinyLife.Skills +- uid: TinyLife.Goals.Project.OnCompleted + commentId: M:TinyLife.Goals.Project.OnCompleted + isExternal: true +- uid: System.String + commentId: T:System.String + parent: System + isExternal: true + name: String + nameWithType: String + fullName: System.String +- uid: System.Type[] + isExternal: true + name: Type[] + nameWithType: Type[] + fullName: System.Type[] + nameWithType.vb: Type() + fullName.vb: System.Type() + name.vb: Type() + spec.csharp: + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: System.Type + name: Type + nameWithType: Type + fullName: System.Type + isExternal: true + - name: () + nameWithType: () + fullName: () +- uid: TinyLife.Goals.GoalTrigger.#ctor* + commentId: Overload:TinyLife.Goals.GoalTrigger.#ctor + name: GoalTrigger + nameWithType: GoalTrigger.GoalTrigger + fullName: TinyLife.Goals.GoalTrigger.GoalTrigger +- uid: TinyLife.Goals.GoalTrigger.IsObjectCompatible* + commentId: Overload:TinyLife.Goals.GoalTrigger.IsObjectCompatible + name: IsObjectCompatible + nameWithType: GoalTrigger.IsObjectCompatible + fullName: TinyLife.Goals.GoalTrigger.IsObjectCompatible +- uid: System.Type + commentId: T:System.Type + parent: System + isExternal: true + name: Type + nameWithType: Type + fullName: System.Type +- uid: System.Boolean + commentId: T:System.Boolean + parent: System + isExternal: true + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: TinyLife.Goals.GoalTrigger.IsValueCompatible* + commentId: Overload:TinyLife.Goals.GoalTrigger.IsValueCompatible + name: IsValueCompatible + nameWithType: GoalTrigger.IsValueCompatible + fullName: TinyLife.Goals.GoalTrigger.IsValueCompatible +- uid: TinyLife.Goals.GoalTrigger.Equals* + commentId: Overload:TinyLife.Goals.GoalTrigger.Equals + name: Equals + nameWithType: GoalTrigger.Equals + fullName: TinyLife.Goals.GoalTrigger.Equals +- uid: System.IEquatable{TinyLife.Goals.GoalTrigger}.Equals(TinyLife.Goals.GoalTrigger) + commentId: M:System.IEquatable{TinyLife.Goals.GoalTrigger}.Equals(TinyLife.Goals.GoalTrigger) + parent: System.IEquatable{TinyLife.Goals.GoalTrigger} + definition: System.IEquatable`1.Equals(`0) + name: Equals(GoalTrigger) + nameWithType: IEquatable.Equals(GoalTrigger) + fullName: System.IEquatable.Equals(TinyLife.Goals.GoalTrigger) + nameWithType.vb: IEquatable(Of GoalTrigger).Equals(GoalTrigger) + fullName.vb: System.IEquatable(Of TinyLife.Goals.GoalTrigger).Equals(TinyLife.Goals.GoalTrigger) + spec.csharp: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable.Equals + fullName: System.IEquatable.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable(Of GoalTrigger).Equals + fullName: System.IEquatable(Of TinyLife.Goals.GoalTrigger).Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger + - name: ) + nameWithType: ) + fullName: ) +- uid: System.IEquatable`1.Equals(`0) + commentId: M:System.IEquatable`1.Equals(`0) + isExternal: true + name: Equals(T) + nameWithType: IEquatable.Equals(T) + fullName: System.IEquatable.Equals(T) + nameWithType.vb: IEquatable(Of T).Equals(T) + fullName.vb: System.IEquatable(Of T).Equals(T) + spec.csharp: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable.Equals + fullName: System.IEquatable.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.IEquatable`1.Equals(`0) + name: Equals + nameWithType: IEquatable(Of T).Equals + fullName: System.IEquatable(Of T).Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.Equals(System.Object) + commentId: M:System.Object.Equals(System.Object) + parent: System.Object + isExternal: true + name: Equals(Object) + nameWithType: Object.Equals(Object) + fullName: System.Object.Equals(System.Object) + spec.csharp: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.Equals(System.Object) + name: Equals + nameWithType: Object.Equals + fullName: System.Object.Equals + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Object + name: Object + nameWithType: Object + fullName: System.Object + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Object.GetHashCode + commentId: M:System.Object.GetHashCode + parent: System.Object + isExternal: true + name: GetHashCode() + nameWithType: Object.GetHashCode() + fullName: System.Object.GetHashCode() + spec.csharp: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: System.Object.GetHashCode + name: GetHashCode + nameWithType: Object.GetHashCode + fullName: System.Object.GetHashCode + isExternal: true + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Goals.GoalTrigger.GetHashCode* + commentId: Overload:TinyLife.Goals.GoalTrigger.GetHashCode + name: GetHashCode + nameWithType: GoalTrigger.GetHashCode + fullName: TinyLife.Goals.GoalTrigger.GetHashCode +- uid: System.Int32 + commentId: T:System.Int32 + parent: System + isExternal: true + name: Int32 + nameWithType: Int32 + fullName: System.Int32 diff --git a/docs/api/TinyLife.Goals.IGoalTriggerable.yml b/docs/api/TinyLife.Goals.IGoalTriggerable.yml index d7b347c..c3080ee 100644 --- a/docs/api/TinyLife.Goals.IGoalTriggerable.yml +++ b/docs/api/TinyLife.Goals.IGoalTriggerable.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IGoalTriggerable path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 9 + startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -57,7 +57,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TryTrigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 19 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -98,7 +98,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Trigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 31 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -145,7 +145,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Trigger path: ../TinyLife/Goals/IGoalTriggerable.cs - startLine: 50 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -323,9 +323,7 @@ references: fullName: TinyLife.Goals.ConditionedGoal - uid: TinyLife.Goals.DistinctGoal commentId: T:TinyLife.Goals.DistinctGoal - name: DistinctGoal - nameWithType: DistinctGoal - fullName: TinyLife.Goals.DistinctGoal + isExternal: true - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects @@ -337,73 +335,7 @@ references: isExternal: true - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - parent: TinyLife.Goals.IGoalTriggerable isExternal: true - name: TryTrigger(Object, GoalTrigger, Object) - nameWithType: IGoalTriggerable.TryTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - spec.csharp: - - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - name: TryTrigger - nameWithType: IGoalTriggerable.TryTrigger - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Goals.GoalTrigger - name: GoalTrigger - nameWithType: GoalTrigger - fullName: TinyLife.Goals.GoalTrigger - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Goals.IGoalTriggerable.TryTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - name: TryTrigger - nameWithType: IGoalTriggerable.TryTrigger - fullName: TinyLife.Goals.IGoalTriggerable.TryTrigger - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: TinyLife.Goals.GoalTrigger - name: GoalTrigger - nameWithType: GoalTrigger - fullName: TinyLife.Goals.GoalTrigger - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - uid: System.Object - name: Object - nameWithType: Object - fullName: System.Object - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Goals.IGoalTriggerable.Trigger* commentId: Overload:TinyLife.Goals.IGoalTriggerable.Trigger name: Trigger diff --git a/docs/api/TinyLife.Goals.JobType.yml b/docs/api/TinyLife.Goals.JobType.yml index c10fabe..83c661e 100644 --- a/docs/api/TinyLife.Goals.JobType.yml +++ b/docs/api/TinyLife.Goals.JobType.yml @@ -5,7 +5,7 @@ items: id: JobType parent: TinyLife.Goals children: - - TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) + - TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) - TinyLife.Goals.JobType.Businessperson - TinyLife.Goals.JobType.CanQuitOrBeFired - TinyLife.Goals.JobType.ChoicePrompts @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JobType path: ../TinyLife/Goals/JobType.cs - startLine: 30 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -119,7 +119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Goals/JobType.cs - startLine: 38 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -156,7 +156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PrimarySchoolStudent path: ../TinyLife/Goals/JobType.cs - startLine: 41 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -191,7 +191,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Businessperson path: ../TinyLife/Goals/JobType.cs - startLine: 53 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -226,7 +226,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Firefighter path: ../TinyLife/Goals/JobType.cs - startLine: 62 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -261,7 +261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Doctor path: ../TinyLife/Goals/JobType.cs - startLine: 71 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Programmer path: ../TinyLife/Goals/JobType.cs - startLine: 80 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -331,7 +331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RetailWorker path: ../TinyLife/Goals/JobType.cs - startLine: 89 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -366,7 +366,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Teacher path: ../TinyLife/Goals/JobType.cs - startLine: 98 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -401,7 +401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scientist path: ../TinyLife/Goals/JobType.cs - startLine: 107 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -436,7 +436,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/JobType.cs - startLine: 121 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -471,7 +471,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Goals/JobType.cs - startLine: 125 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -506,7 +506,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HourlyPay path: ../TinyLife/Goals/JobType.cs - startLine: 130 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -541,17 +541,17 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkHours path: ../TinyLife/Goals/JobType.cs - startLine: 135 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Goals - summary: "\nA of hours that this job requires each day.\nNote that the value is inclusive, but the value is exclusive.\n" + summary: "\nA of hours that this job requires each day.\nNote that the minimum (Start) value is inclusive, but the maximum (End) value is exclusive.\n" example: [] syntax: - content: public readonly Range WorkHours + content: public readonly (int Start, int End) WorkHours return: - type: MonoGame.Extended.Range{System.Int32} - content.vb: Public ReadOnly WorkHours As Range(Of Integer) + type: System.ValueTuple{System.Int32,System.Int32} + content.vb: Public ReadOnly WorkHours As(Start As Integer, End As Integer)(Of Integer , Integer) modifiers.csharp: - public - readonly @@ -576,7 +576,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OffWorkDays path: ../TinyLife/Goals/JobType.cs - startLine: 140 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -611,7 +611,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPromotionSkills path: ../TinyLife/Goals/JobType.cs - startLine: 145 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -648,7 +648,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxLevel path: ../TinyLife/Goals/JobType.cs - startLine: 149 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -685,7 +685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasSpecialLocalization path: ../TinyLife/Goals/JobType.cs - startLine: 154 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -722,7 +722,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredAges path: ../TinyLife/Goals/JobType.cs - startLine: 159 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -759,7 +759,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanQuitOrBeFired path: ../TinyLife/Goals/JobType.cs - startLine: 164 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -796,7 +796,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DailyTasks path: ../TinyLife/Goals/JobType.cs - startLine: 169 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -833,7 +833,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DailyTaskImportance path: ../TinyLife/Goals/JobType.cs - startLine: 174 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -870,7 +870,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChoicePrompts path: ../TinyLife/Goals/JobType.cs - startLine: 178 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -907,7 +907,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Goals/JobType.cs - startLine: 180 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -928,16 +928,16 @@ items: modifiers.vb: - Public - ReadOnly -- uid: TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - commentId: M:TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])' +- uid: TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) + commentId: M:TinyLife.Goals.JobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) + id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])' parent: TinyLife.Goals.JobType langs: - csharp - vb - name: JobType(String, TextureRegion, Single, Range, DayOfWeek[]) - nameWithType: JobType.JobType(String, TextureRegion, Single, Range, DayOfWeek[]) - fullName: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range, System.DayOfWeek[]) + name: JobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) + nameWithType: JobType.JobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) + fullName: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple, System.DayOfWeek[]) type: Constructor source: remote: @@ -946,14 +946,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/JobType.cs - startLine: 190 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nCreates a new job type with the given settings\n" example: [] syntax: - content: public JobType(string name, TextureRegion icon, float hourlyPay, Range workHours, params DayOfWeek[] offWorkDays) + content: public JobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays) parameters: - id: name type: System.String @@ -965,20 +965,20 @@ items: type: System.Single description: The hourly wage that this job yields - id: workHours - type: MonoGame.Extended.Range{System.Int32} + type: System.ValueTuple{System.Int32,System.Int32} description: A range of hours to work each day - id: offWorkDays type: System.DayOfWeek[] description: The days of the week that are off work - content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As Range(Of Integer), ParamArray offWorkDays As DayOfWeek()) + content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), ParamArray offWorkDays As DayOfWeek()) overload: TinyLife.Goals.JobType.#ctor* - nameWithType.vb: JobType.JobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek()) + nameWithType.vb: JobType.JobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range(Of System.Int32), System.DayOfWeek()) - name.vb: JobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek()) + fullName.vb: TinyLife.Goals.JobType.JobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple(Of System.Int32, System.Int32), System.DayOfWeek()) + name.vb: JobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) - uid: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) commentId: M:TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) id: Construct(TinyLife.Objects.Person,System.Int32) @@ -997,7 +997,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/JobType.cs - startLine: 204 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1039,7 +1039,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsTimeToWork path: ../TinyLife/Goals/JobType.cs - startLine: 214 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1080,7 +1080,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToScheduleString path: ../TinyLife/Goals/JobType.cs - startLine: 223 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1120,7 +1120,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Goals/JobType.cs - startLine: 237 + startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1164,7 +1164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRequiredPromotionSkills path: ../TinyLife/Goals/JobType.cs - startLine: 249 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1205,7 +1205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkStartsInAnHour path: ../TinyLife/Goals/JobType.cs - startLine: 264 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1243,7 +1243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkHoursOver path: ../TinyLife/Goals/JobType.cs - startLine: 275 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1281,7 +1281,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkFinished path: ../TinyLife/Goals/JobType.cs - startLine: 285 + startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1322,7 +1322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkStarted path: ../TinyLife/Goals/JobType.cs - startLine: 296 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1363,7 +1363,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLevelChanged path: ../TinyLife/Goals/JobType.cs - startLine: 304 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1404,7 +1404,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRaiseReceived path: ../TinyLife/Goals/JobType.cs - startLine: 314 + startLine: 312 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1442,7 +1442,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateWorking path: ../TinyLife/Goals/JobType.cs - startLine: 326 + startLine: 324 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1489,7 +1489,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/JobType.cs - startLine: 336 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -2366,27 +2366,21 @@ references: - uid: System.Range commentId: T:System.Range isExternal: true -- uid: MonoGame.Extended.Range`1.Min - commentId: P:MonoGame.Extended.Range`1.Min - isExternal: true -- uid: MonoGame.Extended.Range`1.Max - commentId: P:MonoGame.Extended.Range`1.Max - isExternal: true -- uid: MonoGame.Extended.Range{System.Int32} - commentId: T:MonoGame.Extended.Range{System.Int32} - parent: MonoGame.Extended - definition: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of Int32) - fullName.vb: MonoGame.Extended.Range(Of System.Int32) - name.vb: Range(Of Int32) +- uid: System.ValueTuple{System.Int32,System.Int32} + commentId: T:System.ValueTuple{System.Int32,System.Int32} + parent: System + definition: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of Int32, Int32) + fullName.vb: System.ValueTuple(Of System.Int32, System.Int32) + name.vb: (T1, T2)(Of Int32, Int32) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < @@ -2396,14 +2390,22 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' @@ -2413,54 +2415,68 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended.Range`1 - commentId: T:MonoGame.Extended.Range`1 +- uid: System.ValueTuple`2 + commentId: T:System.ValueTuple`2 isExternal: true - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of T) - fullName.vb: MonoGame.Extended.Range(Of T) - name.vb: Range(Of T) + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of T1, T2) + fullName.vb: System.ValueTuple(Of T1, T2) + name.vb: (T1, T2)(Of T1, T2) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended - commentId: N:MonoGame.Extended - isExternal: true - name: MonoGame.Extended - nameWithType: MonoGame.Extended - fullName: MonoGame.Extended - uid: System.DayOfWeek commentId: T:System.DayOfWeek parent: System diff --git a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml index ce20d64..6c13456 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.Instance.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.Instance.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Goals/LifeGoal.cs - startLine: 203 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -84,7 +84,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goal path: ../TinyLife/Goals/LifeGoal.cs - startLine: 210 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -129,7 +129,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentGoals path: ../TinyLife/Goals/LifeGoal.cs - startLine: 214 + startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -176,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StageIndex path: ../TinyLife/Goals/LifeGoal.cs - startLine: 221 + startLine: 233 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -223,7 +223,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Goals/LifeGoal.cs - startLine: 226 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -260,7 +260,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Stage path: ../TinyLife/Goals/LifeGoal.cs - startLine: 231 + startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -297,7 +297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Completed path: ../TinyLife/Goals/LifeGoal.cs - startLine: 235 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/LifeGoal.cs - startLine: 243 + startLine: 255 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -376,7 +376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Goals/LifeGoal.cs - startLine: 253 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -408,7 +408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Advance path: ../TinyLife/Goals/LifeGoal.cs - startLine: 263 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -440,7 +440,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Goals/LifeGoal.cs - startLine: 288 + startLine: 302 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.LifeGoal.yml b/docs/api/TinyLife.Goals.LifeGoal.yml index c7bdefa..5886f76 100644 --- a/docs/api/TinyLife.Goals.LifeGoal.yml +++ b/docs/api/TinyLife.Goals.LifeGoal.yml @@ -38,7 +38,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Goals/LifeGoal.cs - startLine: 23 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Goals/LifeGoal.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Chef path: ../TinyLife/Goals/LifeGoal.cs - startLine: 33 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmartKid path: ../TinyLife/Goals/LifeGoal.cs - startLine: 45 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -178,41 +178,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Goals.LifeGoal.GymRat - commentId: F:TinyLife.Goals.LifeGoal.GymRat - id: GymRat - parent: TinyLife.Goals.LifeGoal - langs: - - csharp - - vb - name: GymRat - nameWithType: LifeGoal.GymRat - fullName: TinyLife.Goals.LifeGoal.GymRat - type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GymRat - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 57 - assemblies: - - Tiny Life - namespace: TinyLife.Goals - syntax: - content: public static readonly LifeGoal GymRat - return: - type: TinyLife.Goals.LifeGoal - content.vb: Public Shared ReadOnly GymRat As LifeGoal - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Goals.LifeGoal.HouseholdHero commentId: F:TinyLife.Goals.LifeGoal.HouseholdHero id: HouseholdHero @@ -231,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HouseholdHero path: ../TinyLife/Goals/LifeGoal.cs - startLine: 69 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -266,7 +231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComputerAddict path: ../TinyLife/Goals/LifeGoal.cs - startLine: 81 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -301,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendOfEveryone path: ../TinyLife/Goals/LifeGoal.cs - startLine: 93 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -336,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Millionaire path: ../TinyLife/Goals/LifeGoal.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -353,41 +318,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Goals.LifeGoal.CapableCarpenter - commentId: F:TinyLife.Goals.LifeGoal.CapableCarpenter - id: CapableCarpenter - parent: TinyLife.Goals.LifeGoal - langs: - - csharp - - vb - name: CapableCarpenter - nameWithType: LifeGoal.CapableCarpenter - fullName: TinyLife.Goals.LifeGoal.CapableCarpenter - type: Field - source: - remote: - path: TinyLife/Goals/LifeGoal.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CapableCarpenter - path: ../TinyLife/Goals/LifeGoal.cs - startLine: 115 - assemblies: - - Tiny Life - namespace: TinyLife.Goals - syntax: - content: public static readonly LifeGoal CapableCarpenter - return: - type: TinyLife.Goals.LifeGoal - content.vb: Public Shared ReadOnly CapableCarpenter As LifeGoal - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Goals.LifeGoal.PerfectPainter commentId: F:TinyLife.Goals.LifeGoal.PerfectPainter id: PerfectPainter @@ -406,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerfectPainter path: ../TinyLife/Goals/LifeGoal.cs - startLine: 127 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -423,6 +353,76 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Goals.LifeGoal.CapableCarpenter + commentId: F:TinyLife.Goals.LifeGoal.CapableCarpenter + id: CapableCarpenter + parent: TinyLife.Goals.LifeGoal + langs: + - csharp + - vb + name: CapableCarpenter + nameWithType: LifeGoal.CapableCarpenter + fullName: TinyLife.Goals.LifeGoal.CapableCarpenter + type: Field + source: + remote: + path: TinyLife/Goals/LifeGoal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CapableCarpenter + path: ../TinyLife/Goals/LifeGoal.cs + startLine: 125 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public static readonly LifeGoal CapableCarpenter + return: + type: TinyLife.Goals.LifeGoal + content.vb: Public Shared ReadOnly CapableCarpenter As LifeGoal + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Goals.LifeGoal.GymRat + commentId: F:TinyLife.Goals.LifeGoal.GymRat + id: GymRat + parent: TinyLife.Goals.LifeGoal + langs: + - csharp + - vb + name: GymRat + nameWithType: LifeGoal.GymRat + fullName: TinyLife.Goals.LifeGoal.GymRat + type: Field + source: + remote: + path: TinyLife/Goals/LifeGoal.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GymRat + path: ../TinyLife/Goals/LifeGoal.cs + startLine: 137 + assemblies: + - Tiny Life + namespace: TinyLife.Goals + syntax: + content: public static readonly LifeGoal GymRat + return: + type: TinyLife.Goals.LifeGoal + content.vb: Public Shared ReadOnly GymRat As LifeGoal + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Goals.LifeGoal.OnAdvanced commentId: E:TinyLife.Goals.LifeGoal.OnAdvanced id: OnAdvanced @@ -441,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnAdvanced path: ../TinyLife/Goals/LifeGoal.cs - startLine: 143 + startLine: 155 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -476,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCompleted path: ../TinyLife/Goals/LifeGoal.cs - startLine: 147 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/LifeGoal.cs - startLine: 152 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -546,7 +546,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Stages path: ../TinyLife/Goals/LifeGoal.cs - startLine: 156 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -581,7 +581,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RewardPersonality path: ../TinyLife/Goals/LifeGoal.cs - startLine: 161 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -616,7 +616,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllowedAges path: ../TinyLife/Goals/LifeGoal.cs - startLine: 166 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -653,7 +653,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/LifeGoal.cs - startLine: 174 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -698,7 +698,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompleted path: ../TinyLife/Goals/LifeGoal.cs - startLine: 185 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -737,7 +737,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/LifeGoal.cs - startLine: 194 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.MemoryType.yml b/docs/api/TinyLife.Goals.MemoryType.yml index dead917..a8ff14a 100644 --- a/docs/api/TinyLife.Goals.MemoryType.yml +++ b/docs/api/TinyLife.Goals.MemoryType.yml @@ -35,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MemoryType path: ../TinyLife/Goals/MemoryType.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Goals/MemoryType.cs - startLine: 27 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PublishFailure path: ../TinyLife/Goals/MemoryType.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SocialAction path: ../TinyLife/Goals/MemoryType.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PromotionOrRaise path: ../TinyLife/Goals/MemoryType.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -231,7 +231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FamilySocial path: ../TinyLife/Goals/MemoryType.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -266,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UsedSkillCategory path: ../TinyLife/Goals/MemoryType.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -301,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WasOutside path: ../TinyLife/Goals/MemoryType.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -336,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UsedFurniture path: ../TinyLife/Goals/MemoryType.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WasRomanticWithSomeoneElse path: ../TinyLife/Goals/MemoryType.cs - startLine: 39 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -406,7 +406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Goals/MemoryType.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -441,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructedType path: ../TinyLife/Goals/MemoryType.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -476,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanReplace path: ../TinyLife/Goals/MemoryType.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Goals/MemoryType.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -550,7 +550,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/MemoryType.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -592,7 +592,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/Goals/MemoryType.cs - startLine: 77 + startLine: 76 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -645,7 +645,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Goals/MemoryType.cs - startLine: 92 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Goals diff --git a/docs/api/TinyLife.Goals.StudentJobType.yml b/docs/api/TinyLife.Goals.StudentJobType.yml index c10d4db..5594a49 100644 --- a/docs/api/TinyLife.Goals.StudentJobType.yml +++ b/docs/api/TinyLife.Goals.StudentJobType.yml @@ -5,7 +5,7 @@ items: id: StudentJobType parent: TinyLife.Goals children: - - TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) + - TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) - TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32) - TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) - TinyLife.Goals.StudentJobType.Schedule @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StudentJobType path: ../TinyLife/Goals/StudentJobType.cs - startLine: 17 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -114,7 +114,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Schedule path: ../TinyLife/Goals/StudentJobType.cs - startLine: 23 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -133,16 +133,16 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - commentId: M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[]) - id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,MonoGame.Extended.Range{System.Int32},System.DayOfWeek[])' +- uid: TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) + commentId: M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) + id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])' parent: TinyLife.Goals.StudentJobType langs: - csharp - vb - name: StudentJobType(String, TextureRegion, Single, Range, DayOfWeek[]) - nameWithType: StudentJobType.StudentJobType(String, TextureRegion, Single, Range, DayOfWeek[]) - fullName: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range, System.DayOfWeek[]) + name: StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) + nameWithType: StudentJobType.StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) + fullName: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple, System.DayOfWeek[]) type: Constructor source: remote: @@ -151,14 +151,14 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/StudentJobType.cs - startLine: 32 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nCreates a new job type with the given settings\n" example: [] syntax: - content: public StudentJobType(string name, TextureRegion icon, float hourlyPay, Range workHours, params DayOfWeek[] offWorkDays) + content: public StudentJobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays) parameters: - id: name type: System.String @@ -170,20 +170,20 @@ items: type: System.Single description: The hourly wage that this job yields - id: workHours - type: MonoGame.Extended.Range{System.Int32} + type: System.ValueTuple{System.Int32,System.Int32} description: A range of hours to work each day - id: offWorkDays type: System.DayOfWeek[] description: The days of the week that are off work - content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As Range(Of Integer), ParamArray offWorkDays As DayOfWeek()) + content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), ParamArray offWorkDays As DayOfWeek()) overload: TinyLife.Goals.StudentJobType.#ctor* - nameWithType.vb: StudentJobType.StudentJobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek()) + nameWithType.vb: StudentJobType.StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, MonoGame.Extended.Range(Of System.Int32), System.DayOfWeek()) - name.vb: StudentJobType(String, TextureRegion, Single, Range(Of Int32), DayOfWeek()) + fullName.vb: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple(Of System.Int32, System.Int32), System.DayOfWeek()) + name.vb: StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) - uid: TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) commentId: M:TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) id: OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) @@ -202,7 +202,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkFinished path: ../TinyLife/Goals/StudentJobType.cs - startLine: 42 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -244,7 +244,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLevelChanged path: ../TinyLife/Goals/StudentJobType.cs - startLine: 56 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -286,7 +286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateWorking path: ../TinyLife/Goals/StudentJobType.cs - startLine: 61 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Goals @@ -1757,21 +1757,21 @@ references: name: Single nameWithType: Single fullName: System.Single -- uid: MonoGame.Extended.Range{System.Int32} - commentId: T:MonoGame.Extended.Range{System.Int32} - parent: MonoGame.Extended - definition: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of Int32) - fullName.vb: MonoGame.Extended.Range(Of System.Int32) - name.vb: Range(Of Int32) +- uid: System.ValueTuple{System.Int32,System.Int32} + commentId: T:System.ValueTuple{System.Int32,System.Int32} + parent: System + definition: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of Int32, Int32) + fullName.vb: System.ValueTuple(Of System.Int32, System.Int32) + name.vb: (T1, T2)(Of Int32, Int32) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < @@ -1781,14 +1781,22 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' @@ -1798,6 +1806,14 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -1833,51 +1849,57 @@ references: name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures -- uid: MonoGame.Extended.Range`1 - commentId: T:MonoGame.Extended.Range`1 +- uid: System.ValueTuple`2 + commentId: T:System.ValueTuple`2 isExternal: true - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of T) - fullName.vb: MonoGame.Extended.Range(Of T) - name.vb: Range(Of T) + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of T1, T2) + fullName.vb: System.ValueTuple(Of T1, T2) + name.vb: (T1, T2)(Of T1, T2) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended - commentId: N:MonoGame.Extended - isExternal: true - name: MonoGame.Extended - nameWithType: MonoGame.Extended - fullName: MonoGame.Extended - uid: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) commentId: M:TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) parent: TinyLife.Goals.JobType diff --git a/docs/api/TinyLife.Goals.TimedGoal.yml b/docs/api/TinyLife.Goals.TimedGoal.yml index 467a19a..3f1c91e 100644 --- a/docs/api/TinyLife.Goals.TimedGoal.yml +++ b/docs/api/TinyLife.Goals.TimedGoal.yml @@ -1104,12 +1104,12 @@ references: fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal`1 commentId: T:TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal @@ -1118,9 +1118,9 @@ references: - name: < nameWithType: < fullName: < - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: '>' nameWithType: '>' fullName: '>' @@ -1132,9 +1132,9 @@ references: - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) @@ -1148,15 +1148,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) isExternal: true name: Trigger(Object) - nameWithType: AutoTriggerGoal.Trigger(Object) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(System.Object) + nameWithType: AutoTriggerGoal.Trigger(Object) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( @@ -1171,8 +1171,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( @@ -1188,15 +1188,15 @@ references: commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) isExternal: true name: CanTrigger(Object, GoalTrigger, Object) - nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) - nameWithType.vb: AutoTriggerGoal(Of TValue).CanTrigger(Object, GoalTrigger, Object) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) + nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal.CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger + nameWithType: AutoTriggerGoal.CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1226,8 +1226,8 @@ references: spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger - nameWithType: AutoTriggerGoal(Of TValue).CanTrigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).CanTrigger + nameWithType: AutoTriggerGoal(Of T).CanTrigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - name: ( nameWithType: ( fullName: ( @@ -1542,36 +1542,36 @@ references: fullName: System.TimeSpan - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) - name: Trigger(TValue) - nameWithType: AutoTriggerGoal.Trigger(TValue) - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(TValue) - nameWithType.vb: AutoTriggerGoal(Of TValue).Trigger(TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger(TValue) + name: Trigger(T) + nameWithType: AutoTriggerGoal.Trigger(T) + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) + nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal.Trigger - fullName: TinyLife.Goals.AutoTriggerGoal.Trigger + nameWithType: AutoTriggerGoal.Trigger + fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger - nameWithType: AutoTriggerGoal(Of TValue).Trigger - fullName: TinyLife.Goals.AutoTriggerGoal(Of TValue).Trigger + nameWithType: AutoTriggerGoal(Of T).Trigger + fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) diff --git a/docs/api/TinyLife.Goals.yml b/docs/api/TinyLife.Goals.yml index 19c8300..cda8e5d 100644 --- a/docs/api/TinyLife.Goals.yml +++ b/docs/api/TinyLife.Goals.yml @@ -4,7 +4,6 @@ items: commentId: N:TinyLife.Goals id: TinyLife.Goals children: - - TinyLife.Goals. - TinyLife.Goals.Achievement - TinyLife.Goals.AchievementType - TinyLife.Goals.AmountGoal @@ -12,12 +11,13 @@ items: - TinyLife.Goals.AutoTriggerGoal - TinyLife.Goals.AutoTriggerGoal`1 - TinyLife.Goals.ConditionedGoal - - TinyLife.Goals.DistinctGoal + - TinyLife.Goals.DistinctGoal`1 - TinyLife.Goals.Goal - TinyLife.Goals.Goal`1 - TinyLife.Goals.GoalInfo - TinyLife.Goals.GoalSet - TinyLife.Goals.GoalSetInfo + - TinyLife.Goals.GoalTrigger - TinyLife.Goals.IGoalTriggerable - TinyLife.Goals.Job - TinyLife.Goals.Job.JobPerformanceDelegate @@ -66,12 +66,12 @@ references: fullName: TinyLife.Goals.AutoTriggerGoal - uid: TinyLife.Goals.AutoTriggerGoal`1 commentId: T:TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - nameWithType: AutoTriggerGoal - fullName: TinyLife.Goals.AutoTriggerGoal - nameWithType.vb: AutoTriggerGoal(Of TValue) - fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of TValue) - name.vb: AutoTriggerGoal(Of TValue) + name: AutoTriggerGoal + nameWithType: AutoTriggerGoal + fullName: TinyLife.Goals.AutoTriggerGoal + nameWithType.vb: AutoTriggerGoal(Of T) + fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) + name.vb: AutoTriggerGoal(Of T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal @@ -80,9 +80,9 @@ references: - name: < nameWithType: < fullName: < - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: '>' nameWithType: '>' fullName: '>' @@ -94,9 +94,9 @@ references: - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: TValue - nameWithType: TValue - fullName: TValue + - name: T + nameWithType: T + fullName: T - name: ) nameWithType: ) fullName: ) @@ -105,11 +105,42 @@ references: name: ConditionedGoal nameWithType: ConditionedGoal fullName: TinyLife.Goals.ConditionedGoal -- uid: TinyLife.Goals.DistinctGoal - commentId: T:TinyLife.Goals.DistinctGoal - name: DistinctGoal - nameWithType: DistinctGoal - fullName: TinyLife.Goals.DistinctGoal +- uid: TinyLife.Goals.DistinctGoal`1 + commentId: T:TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + nameWithType.vb: DistinctGoal(Of T) + fullName.vb: TinyLife.Goals.DistinctGoal(Of T) + name.vb: DistinctGoal(Of T) + spec.csharp: + - uid: TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + nameWithType: DistinctGoal + fullName: TinyLife.Goals.DistinctGoal + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Goals.Goal commentId: T:TinyLife.Goals.Goal parent: TinyLife.Goals @@ -176,11 +207,12 @@ references: name: GoalSet nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet -- uid: TinyLife.Goals. - commentId: T:TinyLife.Goals. - name: '' - nameWithType: '' - fullName: TinyLife.Goals. +- uid: TinyLife.Goals.GoalTrigger + commentId: T:TinyLife.Goals.GoalTrigger + parent: TinyLife.Goals + name: GoalTrigger + nameWithType: GoalTrigger + fullName: TinyLife.Goals.GoalTrigger - uid: TinyLife.Goals.IGoalTriggerable commentId: T:TinyLife.Goals.IGoalTriggerable parent: TinyLife.Goals diff --git a/docs/api/TinyLife.LnCategory.yml b/docs/api/TinyLife.LnCategory.yml index a08229b..2f8b5ec 100644 --- a/docs/api/TinyLife.LnCategory.yml +++ b/docs/api/TinyLife.LnCategory.yml @@ -34,7 +34,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LnCategory path: ../TinyLife/Localization.cs - startLine: 149 + startLine: 151 assemblies: - Tiny Life namespace: TinyLife @@ -69,7 +69,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ui path: ../TinyLife/Localization.cs - startLine: 152 + startLine: 154 assemblies: - Tiny Life namespace: TinyLife @@ -103,7 +103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Actions path: ../TinyLife/Localization.cs - startLine: 154 + startLine: 156 assemblies: - Tiny Life namespace: TinyLife @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildMode path: ../TinyLife/Localization.cs - startLine: 156 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -171,7 +171,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clothes path: ../TinyLife/Localization.cs - startLine: 158 + startLine: 160 assemblies: - Tiny Life namespace: TinyLife @@ -205,7 +205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Food path: ../TinyLife/Localization.cs - startLine: 160 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -239,7 +239,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Personalities path: ../TinyLife/Localization.cs - startLine: 162 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife @@ -273,7 +273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Localization.cs - startLine: 164 + startLine: 166 assemblies: - Tiny Life namespace: TinyLife @@ -307,7 +307,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Jobs path: ../TinyLife/Localization.cs - startLine: 166 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife @@ -341,7 +341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotions path: ../TinyLife/Localization.cs - startLine: 168 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife @@ -375,7 +375,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hints path: ../TinyLife/Localization.cs - startLine: 170 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife @@ -409,7 +409,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameHints path: ../TinyLife/Localization.cs - startLine: 172 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife @@ -443,7 +443,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Goals path: ../TinyLife/Localization.cs - startLine: 174 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife @@ -477,7 +477,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Names path: ../TinyLife/Localization.cs - startLine: 176 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChoicePrompts path: ../TinyLife/Localization.cs - startLine: 178 + startLine: 180 assemblies: - Tiny Life namespace: TinyLife @@ -545,7 +545,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Achievements path: ../TinyLife/Localization.cs - startLine: 180 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Mods.Mod.yml b/docs/api/TinyLife.Mods.Mod.yml index b2f11b0..ca2d605 100644 --- a/docs/api/TinyLife.Mods.Mod.yml +++ b/docs/api/TinyLife.Mods.Mod.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mod path: ../TinyLife/Mods/Mod.cs - startLine: 18 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -73,7 +73,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Mods/Mod.cs - startLine: 23 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -112,7 +112,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Mods/Mod.cs - startLine: 28 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -151,7 +151,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Mods/Mod.cs - startLine: 33 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -190,7 +190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Initialize path: ../TinyLife/Mods/Mod.cs - startLine: 43 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -237,7 +237,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddGameContent path: ../TinyLife/Mods/Mod.cs - startLine: 55 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -278,7 +278,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomFurnitureTextures path: ../TinyLife/Mods/Mod.cs - startLine: 63 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -318,7 +318,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PopulateOptions path: ../TinyLife/Mods/Mod.cs - startLine: 74 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Mods.ModInfo.yml b/docs/api/TinyLife.Mods.ModInfo.yml index 7613f6f..44f5644 100644 --- a/docs/api/TinyLife.Mods.ModInfo.yml +++ b/docs/api/TinyLife.Mods.ModInfo.yml @@ -30,7 +30,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModInfo path: ../TinyLife/Mods/ModLoader.cs - startLine: 151 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -78,7 +78,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Id path: ../TinyLife/Mods/ModLoader.cs - startLine: 156 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -113,7 +113,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mod path: ../TinyLife/Mods/ModLoader.cs - startLine: 160 + startLine: 147 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -148,7 +148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Logger path: ../TinyLife/Mods/ModLoader.cs - startLine: 165 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -183,7 +183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Content path: ../TinyLife/Mods/ModLoader.cs - startLine: 170 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -218,7 +218,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Harmony path: ../TinyLife/Mods/ModLoader.cs - startLine: 174 + startLine: 161 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -253,7 +253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OptionsFile path: ../TinyLife/Mods/ModLoader.cs - startLine: 178 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -288,7 +288,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/Mods/ModLoader.cs - startLine: 195 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -319,7 +319,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dispose path: ../TinyLife/Mods/ModLoader.cs - startLine: 200 + startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -352,7 +352,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToString path: ../TinyLife/Mods/ModLoader.cs - startLine: 207 + startLine: 194 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -388,7 +388,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SaveOptions path: ../TinyLife/Mods/ModLoader.cs - startLine: 222 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Mods @@ -430,7 +430,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadOptions path: ../TinyLife/Mods/ModLoader.cs - startLine: 240 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Mods diff --git a/docs/api/TinyLife.Music.Occasion.yml b/docs/api/TinyLife.Music.Occasion.yml index 1b078b9..8d367ea 100644 --- a/docs/api/TinyLife.Music.Occasion.yml +++ b/docs/api/TinyLife.Music.Occasion.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Occasion path: ../TinyLife/Music.cs - startLine: 122 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife @@ -60,7 +60,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: None path: ../TinyLife/Music.cs - startLine: 125 + startLine: 127 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MainMenu path: ../TinyLife/Music.cs - startLine: 126 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife @@ -124,7 +124,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectHousehold path: ../TinyLife/Music.cs - startLine: 127 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife @@ -156,7 +156,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGame path: ../TinyLife/Music.cs - startLine: 128 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife @@ -188,7 +188,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildMode path: ../TinyLife/Music.cs - startLine: 129 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife @@ -220,7 +220,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CharacterCreation path: ../TinyLife/Music.cs - startLine: 130 + startLine: 132 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Music.yml b/docs/api/TinyLife.Music.yml index a830e43..7479617 100644 --- a/docs/api/TinyLife.Music.yml +++ b/docs/api/TinyLife.Music.yml @@ -64,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Music.cs - startLine: 61 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Need.yml b/docs/api/TinyLife.Need.yml index f211225..3456ba4 100644 --- a/docs/api/TinyLife.Need.yml +++ b/docs/api/TinyLife.Need.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Need path: ../TinyLife/Need.cs - startLine: 19 + startLine: 18 assemblies: - Tiny Life namespace: TinyLife @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Max path: ../TinyLife/Need.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife @@ -114,7 +114,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Need.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife @@ -159,7 +159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Value path: ../TinyLife/Need.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife @@ -206,7 +206,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Percentage path: ../TinyLife/Need.cs - startLine: 44 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife @@ -243,7 +243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Need.cs - startLine: 54 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.NeedType.yml b/docs/api/TinyLife.NeedType.yml index 0b4dd58..0749e51 100644 --- a/docs/api/TinyLife.NeedType.yml +++ b/docs/api/TinyLife.NeedType.yml @@ -5,7 +5,7 @@ items: id: NeedType parent: TinyLife children: - - TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single) + - TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single) - TinyLife.NeedType.Energy - TinyLife.NeedType.Entertainment - TinyLife.NeedType.Hunger @@ -17,6 +17,7 @@ items: - TinyLife.NeedType.Register(TinyLife.NeedType) - TinyLife.NeedType.Social - TinyLife.NeedType.SolveImportance + - TinyLife.NeedType.SolvePercentage - TinyLife.NeedType.SourceString - TinyLife.NeedType.Toilet - TinyLife.NeedType.Types @@ -34,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedType path: ../TinyLife/Need.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife @@ -88,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Need.cs - startLine: 95 + startLine: 94 assemblies: - Tiny Life namespace: TinyLife @@ -125,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Energy path: ../TinyLife/Need.cs - startLine: 97 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife @@ -160,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hunger path: ../TinyLife/Need.cs - startLine: 102 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife @@ -195,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Social path: ../TinyLife/Need.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -230,7 +231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Toilet path: ../TinyLife/Need.cs - startLine: 106 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife @@ -265,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hygiene path: ../TinyLife/Need.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife @@ -300,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Entertainment path: ../TinyLife/Need.cs - startLine: 108 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife @@ -335,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Need.cs - startLine: 115 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife @@ -370,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveReduction path: ../TinyLife/Need.cs - startLine: 119 + startLine: 118 assemblies: - Tiny Life namespace: TinyLife @@ -405,7 +406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedLowAction path: ../TinyLife/Need.cs - startLine: 123 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife @@ -440,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NeedLowTime path: ../TinyLife/Need.cs - startLine: 127 + startLine: 126 assemblies: - Tiny Life namespace: TinyLife @@ -475,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SolveImportance path: ../TinyLife/Need.cs - startLine: 132 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife @@ -492,6 +493,39 @@ items: modifiers.vb: - Public - ReadOnly +- uid: TinyLife.NeedType.SolvePercentage + commentId: F:TinyLife.NeedType.SolvePercentage + id: SolvePercentage + parent: TinyLife.NeedType + langs: + - csharp + - vb + name: SolvePercentage + nameWithType: NeedType.SolvePercentage + fullName: TinyLife.NeedType.SolvePercentage + type: Field + source: + remote: + path: TinyLife/Need.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SolvePercentage + path: ../TinyLife/Need.cs + startLine: 132 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public readonly float SolvePercentage + return: + type: System.Single + content.vb: Public ReadOnly SolvePercentage As Single + modifiers.csharp: + - public + - readonly + modifiers.vb: + - Public + - ReadOnly - uid: TinyLife.NeedType.SourceString commentId: P:TinyLife.NeedType.SourceString id: SourceString @@ -531,16 +565,16 @@ items: modifiers.vb: - Public - ReadOnly -- uid: TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single) - commentId: M:TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single) - id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single)' +- uid: TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single) + commentId: M:TinyLife.NeedType.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single) + id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,TinyLife.Actions.ActionType},System.Func{TinyLife.Objects.Person,System.TimeSpan},System.Single,System.Single)' parent: TinyLife.NeedType langs: - csharp - vb - name: NeedType(String, Func, Func, Func, Single) - nameWithType: NeedType.NeedType(String, Func, Func, Func, Single) - fullName: TinyLife.NeedType.NeedType(System.String, System.Func, System.Func, System.Func, System.Single) + name: NeedType(String, Func, Func, Func, Single, Single) + nameWithType: NeedType.NeedType(String, Func, Func, Func, Single, Single) + fullName: TinyLife.NeedType.NeedType(System.String, System.Func, System.Func, System.Func, System.Single, System.Single) type: Constructor source: remote: @@ -556,7 +590,7 @@ items: summary: "\nInstantiates a new need type with the given settings\n" example: [] syntax: - content: public NeedType(string name, Func passiveReduction, Func needLowAction = null, Func needLowTime = null, float solveImportance = 0F) + content: public NeedType(string name, Func passiveReduction, Func needLowAction = null, Func needLowTime = null, float solveImportance = 0F, float solvePercentage = 0.5F) parameters: - id: name type: System.String @@ -573,15 +607,17 @@ items: - id: solveImportance type: System.Single description: The priority for solving this need over other needs, where higher numbers are more urgent - content.vb: Public Sub New(name As String, passiveReduction As Func(Of Person, Single), needLowAction As Func(Of Person, ActionType) = Nothing, needLowTime As Func(Of Person, TimeSpan) = Nothing, solveImportance As Single = 0F) + - id: solvePercentage + type: System.Single + content.vb: Public Sub New(name As String, passiveReduction As Func(Of Person, Single), needLowAction As Func(Of Person, ActionType) = Nothing, needLowTime As Func(Of Person, TimeSpan) = Nothing, solveImportance As Single = 0F, solvePercentage As Single = 0.5F) overload: TinyLife.NeedType.#ctor* - nameWithType.vb: NeedType.NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single) + nameWithType.vb: NeedType.NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single, Single) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.NeedType.NeedType(System.String, System.Func(Of TinyLife.Objects.Person, System.Single), System.Func(Of TinyLife.Objects.Person, TinyLife.Actions.ActionType), System.Func(Of TinyLife.Objects.Person, System.TimeSpan), System.Single) - name.vb: NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single) + fullName.vb: TinyLife.NeedType.NeedType(System.String, System.Func(Of TinyLife.Objects.Person, System.Single), System.Func(Of TinyLife.Objects.Person, TinyLife.Actions.ActionType), System.Func(Of TinyLife.Objects.Person, System.TimeSpan), System.Single, System.Single) + name.vb: NeedType(String, Func(Of Person, Single), Func(Of Person, ActionType), Func(Of Person, TimeSpan), Single, Single) - uid: TinyLife.NeedType.Register(TinyLife.NeedType) commentId: M:TinyLife.NeedType.Register(TinyLife.NeedType) id: Register(TinyLife.NeedType) @@ -600,7 +636,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Need.cs - startLine: 157 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Objects.AgeGroup.yml b/docs/api/TinyLife.Objects.AgeGroup.yml index f947ef9..8232d9b 100644 --- a/docs/api/TinyLife.Objects.AgeGroup.yml +++ b/docs/api/TinyLife.Objects.AgeGroup.yml @@ -21,7 +21,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AgeGroup path: ../TinyLife/Objects/Person.cs - startLine: 2720 + startLine: 2734 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -67,7 +67,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 2728 + startLine: 2742 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -101,7 +101,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Adult path: ../TinyLife/Objects/Person.cs - startLine: 2734 + startLine: 2748 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml index 6e64f5a..e6e3bba 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BrokenBehavior path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 173 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -69,7 +69,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puddles path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 179 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -103,7 +103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Dripping path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 183 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -137,7 +137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ElectricityCrackle path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 187 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -171,7 +171,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Smoke path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 191 + startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -205,7 +205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Electrocution path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 195 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.BreakableFurniture.yml b/docs/api/TinyLife.Objects.BreakableFurniture.yml index 93ca155..daeb70f 100644 --- a/docs/api/TinyLife.Objects.BreakableFurniture.yml +++ b/docs/api/TinyLife.Objects.BreakableFurniture.yml @@ -10,7 +10,7 @@ items: - TinyLife.Objects.BreakableFurniture.Broken - TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) - - TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.BreakableFurniture.GetPrice - TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow - TinyLife.Objects.BreakableFurniture.OnBreak @@ -124,6 +124,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -580,16 +581,16 @@ items: modifiers.vb: - Public - Overrides -- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) - id: GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.BreakableFurniture langs: - csharp - vb - name: GetDescription(List) - nameWithType: BreakableFurniture.GetDescription(List) - fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List) + name: GetDescription(List, Boolean) + nameWithType: BreakableFurniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: @@ -605,23 +606,25 @@ items: summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetDescription(List description) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - id: description type: System.Collections.Generic.List{System.String} description: The description to add to. - content.vb: Public Overrides Sub GetDescription(description As List(Of String)) - overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) overload: TinyLife.Objects.BreakableFurniture.GetDescription* - nameWithType.vb: BreakableFurniture.GetDescription(List(Of String)) + nameWithType.vb: BreakableFurniture.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) - uid: TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) id: GetDecorativeRating(TinyLife.World.Room) @@ -640,7 +643,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDecorativeRating path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 160 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -682,7 +685,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRemoved path: ../TinyLife/Objects/BreakableFurniture.cs - startLine: 165 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3319,6 +3322,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -5352,18 +5361,18 @@ references: name: GetPrice nameWithType: BreakableFurniture.GetPrice fullName: TinyLife.Objects.BreakableFurniture.GetPrice -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -5386,11 +5395,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -5413,6 +5430,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) diff --git a/docs/api/TinyLife.Objects.Chimney.yml b/docs/api/TinyLife.Objects.Chimney.yml index 73941dd..6d86f64 100644 --- a/docs/api/TinyLife.Objects.Chimney.yml +++ b/docs/api/TinyLife.Objects.Chimney.yml @@ -87,7 +87,7 @@ items: - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -117,6 +117,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1695,18 +1696,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1729,11 +1730,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1756,6 +1765,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3204,6 +3221,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Clothes.yml b/docs/api/TinyLife.Objects.Clothes.yml index 2fc2891..1d35a72 100644 --- a/docs/api/TinyLife.Objects.Clothes.yml +++ b/docs/api/TinyLife.Objects.Clothes.yml @@ -39,12 +39,12 @@ items: type: Class source: remote: - path: TinyLife/Objects/Clothes.cs + path: TinyLife/Objects/Clothes.Tops.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clothes - path: ../TinyLife/Objects/Clothes.cs - startLine: 23 + path: ../TinyLife/Objects/Clothes.Tops.cs + startLine: 5 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -99,7 +99,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Objects/Clothes.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Layers path: ../TinyLife/Objects/Clothes.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllIntentions path: ../TinyLife/Objects/Clothes.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -210,7 +210,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReferencePrice path: ../TinyLife/Objects/Clothes.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -245,7 +245,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Objects/Clothes.cs - startLine: 222 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -280,7 +280,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Layer path: ../TinyLife/Objects/Clothes.cs - startLine: 226 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -315,7 +315,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Textures path: ../TinyLife/Objects/Clothes.cs - startLine: 230 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -350,7 +350,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TextureRegion path: ../TinyLife/Objects/Clothes.cs - startLine: 234 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -385,7 +385,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/Objects/Clothes.cs - startLine: 239 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -420,7 +420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/Objects/Clothes.cs - startLine: 244 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -455,7 +455,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intentions path: ../TinyLife/Objects/Clothes.cs - startLine: 248 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -490,7 +490,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Objects/Clothes.cs - startLine: 253 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -527,7 +527,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NonBuyable path: ../TinyLife/Objects/Clothes.cs - startLine: 258 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -564,7 +564,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ages path: ../TinyLife/Objects/Clothes.cs - startLine: 263 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -601,7 +601,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DepthFunction path: ../TinyLife/Objects/Clothes.cs - startLine: 268 + startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -638,7 +638,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TextureBehaviorLayer path: ../TinyLife/Objects/Clothes.cs - startLine: 273 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -675,7 +675,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RandomWeight path: ../TinyLife/Objects/Clothes.cs - startLine: 279 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -712,7 +712,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RandomColorWeight path: ../TinyLife/Objects/Clothes.cs - startLine: 284 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -749,7 +749,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIncompatible path: ../TinyLife/Objects/Clothes.cs - startLine: 288 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -786,7 +786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/Objects/Clothes.cs - startLine: 290 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -825,7 +825,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Clothes.cs - startLine: 302 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -882,7 +882,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Objects/Clothes.cs - startLine: 328 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -919,7 +919,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AreCompatible path: ../TinyLife/Objects/Clothes.cs - startLine: 338 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -963,7 +963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Objects/Clothes.cs - startLine: 346 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1001,7 +1001,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClothes path: ../TinyLife/Objects/Clothes.cs - startLine: 357 + startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ClothesIntention.yml b/docs/api/TinyLife.Objects.ClothesIntention.yml index 2153c2d..582c27c 100644 --- a/docs/api/TinyLife.Objects.ClothesIntention.yml +++ b/docs/api/TinyLife.Objects.ClothesIntention.yml @@ -30,7 +30,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClothesIntention path: ../TinyLife/Objects/Clothes.cs - startLine: 621 + startLine: 456 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -77,7 +77,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: None path: ../TinyLife/Objects/Clothes.cs - startLine: 625 + startLine: 460 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Everyday path: ../TinyLife/Objects/Clothes.cs - startLine: 626 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -141,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Party path: ../TinyLife/Objects/Clothes.cs - startLine: 627 + startLine: 462 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Formal path: ../TinyLife/Objects/Clothes.cs - startLine: 628 + startLine: 463 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -205,7 +205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Workout path: ../TinyLife/Objects/Clothes.cs - startLine: 629 + startLine: 464 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -237,7 +237,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Swimwear path: ../TinyLife/Objects/Clothes.cs - startLine: 630 + startLine: 465 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -269,7 +269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sleep path: ../TinyLife/Objects/Clothes.cs - startLine: 631 + startLine: 466 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -301,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Summer path: ../TinyLife/Objects/Clothes.cs - startLine: 632 + startLine: 467 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -333,7 +333,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Winter path: ../TinyLife/Objects/Clothes.cs - startLine: 633 + startLine: 468 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -365,7 +365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Work path: ../TinyLife/Objects/Clothes.cs - startLine: 634 + startLine: 469 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -397,7 +397,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Safety path: ../TinyLife/Objects/Clothes.cs - startLine: 635 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.ClothesLayer.yml b/docs/api/TinyLife.Objects.ClothesLayer.yml index 29ecccd..87feeb9 100644 --- a/docs/api/TinyLife.Objects.ClothesLayer.yml +++ b/docs/api/TinyLife.Objects.ClothesLayer.yml @@ -31,7 +31,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClothesLayer path: ../TinyLife/Objects/Clothes.cs - startLine: 562 + startLine: 397 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -79,7 +79,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Body path: ../TinyLife/Objects/Clothes.cs - startLine: 568 + startLine: 403 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -113,7 +113,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Eyes path: ../TinyLife/Objects/Clothes.cs - startLine: 572 + startLine: 407 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -147,7 +147,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pants path: ../TinyLife/Objects/Clothes.cs - startLine: 576 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -181,7 +181,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Arms path: ../TinyLife/Objects/Clothes.cs - startLine: 580 + startLine: 415 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -215,7 +215,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shirt path: ../TinyLife/Objects/Clothes.cs - startLine: 584 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -249,7 +249,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Accessories path: ../TinyLife/Objects/Clothes.cs - startLine: 588 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -283,7 +283,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FacialHair path: ../TinyLife/Objects/Clothes.cs - startLine: 592 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -317,7 +317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hair path: ../TinyLife/Objects/Clothes.cs - startLine: 596 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -351,7 +351,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HeadAccessories path: ../TinyLife/Objects/Clothes.cs - startLine: 600 + startLine: 435 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -385,7 +385,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FaceAccessories path: ../TinyLife/Objects/Clothes.cs - startLine: 604 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -419,7 +419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ArmAccessories path: ../TinyLife/Objects/Clothes.cs - startLine: 609 + startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -453,7 +453,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shoes path: ../TinyLife/Objects/Clothes.cs - startLine: 613 + startLine: 448 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml b/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml index 2582b48..9b40c73 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.Counter.yml @@ -89,7 +89,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -118,6 +118,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1764,18 +1765,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1798,11 +1799,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1825,6 +1834,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3237,6 +3254,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.CornerFurniture.yml b/docs/api/TinyLife.Objects.CornerFurniture.yml index bf4700f..e126bad 100644 --- a/docs/api/TinyLife.Objects.CornerFurniture.yml +++ b/docs/api/TinyLife.Objects.CornerFurniture.yml @@ -90,7 +90,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -119,6 +119,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1693,18 +1694,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1727,11 +1728,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1754,6 +1763,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3166,6 +3183,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Fence.yml b/docs/api/TinyLife.Objects.Fence.yml index c4c0d19..ab6dd57 100644 --- a/docs/api/TinyLife.Objects.Fence.yml +++ b/docs/api/TinyLife.Objects.Fence.yml @@ -87,7 +87,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -116,6 +116,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1528,18 +1529,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1562,11 +1563,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1589,6 +1598,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3001,6 +3018,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Fireplace.yml b/docs/api/TinyLife.Objects.Fireplace.yml index 8256b48..f126743 100644 --- a/docs/api/TinyLife.Objects.Fireplace.yml +++ b/docs/api/TinyLife.Objects.Fireplace.yml @@ -93,7 +93,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -123,6 +123,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1600,18 +1601,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1634,11 +1635,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1661,6 +1670,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3109,6 +3126,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Food.yml b/docs/api/TinyLife.Objects.Food.yml index 19d44a4..5a7da91 100644 --- a/docs/api/TinyLife.Objects.Food.yml +++ b/docs/api/TinyLife.Objects.Food.yml @@ -8,7 +8,7 @@ items: - TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Food.FoodLeft - - TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Food.HasCandle - TinyLife.Objects.Food.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) langs: @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Food path: ../TinyLife/Objects/Food.cs - startLine: 17 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -90,11 +90,11 @@ items: - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -124,6 +124,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -175,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodLeft path: ../TinyLife/Objects/Food.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -218,7 +219,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasCandle path: ../TinyLife/Objects/Food.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -265,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Food.cs - startLine: 33 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -316,7 +317,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Food.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -394,7 +395,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Food.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -421,45 +422,50 @@ items: modifiers.vb: - Public - Overrides -- uid: TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Food langs: - csharp - vb - name: GetHoverInfo(Tooltip) - nameWithType: Food.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Food.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Food.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Food.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo + id: GetDescription path: ../TinyLife/Objects/Food.cs - startLine: 70 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetHoverInfo(Tooltip tooltip) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - - id: tooltip - type: MLEM.Ui.Elements.Tooltip - description: The tooltip that will be displayed. - content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) - overridden: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - overload: TinyLife.Objects.Food.GetHoverInfo* + - id: description + type: System.Collections.Generic.List{System.String} + description: The description to add to. + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + overload: TinyLife.Objects.Food.GetDescription* + nameWithType.vb: Food.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Objects.Food.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) references: - uid: TinyLife.Objects commentId: N:TinyLife.Objects @@ -1363,6 +1369,45 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Furniture @@ -1608,70 +1653,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - parent: TinyLife.Objects.Furniture - isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) - spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture @@ -3117,6 +3098,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -5221,60 +5208,132 @@ references: name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan -- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.FoodTypedItem isExternal: true - name: GetHoverInfo(Tooltip) - nameWithType: FoodTypedItem.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: FoodTypedItem.GetDescription(List, Boolean) + fullName: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: FoodTypedItem.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: FoodTypedItem.GetHoverInfo - fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo + - uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: FoodTypedItem.GetDescription + fullName: TinyLife.Objects.FoodTypedItem.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: FoodTypedItem.GetHoverInfo - fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo + - uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: FoodTypedItem.GetDescription + fullName: TinyLife.Objects.FoodTypedItem.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Objects.Food.GetDescription* + commentId: Overload:TinyLife.Objects.Food.GetDescription + name: GetDescription + nameWithType: Food.GetDescription + fullName: TinyLife.Objects.Food.GetDescription +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of System.String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Food.GetHoverInfo* - commentId: Overload:TinyLife.Objects.Food.GetHoverInfo - name: GetHoverInfo - nameWithType: Food.GetHoverInfo - fullName: TinyLife.Objects.Food.GetHoverInfo -- uid: MLEM.Ui.Elements.Tooltip - commentId: T:MLEM.Ui.Elements.Tooltip - parent: MLEM.Ui.Elements - isExternal: true - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip -- uid: MLEM.Ui.Elements - commentId: N:MLEM.Ui.Elements - isExternal: true - name: MLEM.Ui.Elements - nameWithType: MLEM.Ui.Elements - fullName: MLEM.Ui.Elements diff --git a/docs/api/TinyLife.Objects.FoodTypedItem.yml b/docs/api/TinyLife.Objects.FoodTypedItem.yml index 1aeae51..2ab3f4e 100644 --- a/docs/api/TinyLife.Objects.FoodTypedItem.yml +++ b/docs/api/TinyLife.Objects.FoodTypedItem.yml @@ -9,7 +9,7 @@ items: - TinyLife.Objects.FoodTypedItem.ExpirationTime - TinyLife.Objects.FoodTypedItem.Expired - TinyLife.Objects.FoodTypedItem.FoodType - - TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.FoodTypedItem.ServingSize - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Objects.FoodTypedItem.Validate @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodTypedItem path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 13 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -88,12 +88,12 @@ items: - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -123,6 +123,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -174,7 +175,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FoodType path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 19 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -217,7 +218,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExpirationTime path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 25 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -260,7 +261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ServingSize path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 31 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -303,7 +304,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Expired path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 36 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -340,7 +341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 39 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -391,7 +392,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 43 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -411,45 +412,50 @@ items: modifiers.vb: - Public - Overrides -- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.FoodTypedItem langs: - csharp - vb - name: GetHoverInfo(Tooltip) - nameWithType: FoodTypedItem.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: FoodTypedItem.GetDescription(List, Boolean) + fullName: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: path: TinyLife/Objects/FoodTypedItem.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo + id: GetDescription path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 48 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetHoverInfo(Tooltip tooltip) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - - id: tooltip - type: MLEM.Ui.Elements.Tooltip - description: The tooltip that will be displayed. - content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) - overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - overload: TinyLife.Objects.FoodTypedItem.GetHoverInfo* + - id: description + type: System.Collections.Generic.List{System.String} + description: The description to add to. + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + overload: TinyLife.Objects.FoodTypedItem.GetDescription* + nameWithType.vb: FoodTypedItem.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Objects.FoodTypedItem.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) - uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) @@ -468,7 +474,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/FoodTypedItem.cs - startLine: 58 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1341,6 +1347,45 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Furniture @@ -1868,70 +1913,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - parent: TinyLife.Objects.Furniture - isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) - spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture @@ -3377,6 +3358,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -4990,63 +4977,180 @@ references: name: Validate nameWithType: FoodTypedItem.Validate fullName: TinyLife.Objects.FoodTypedItem.Validate -- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetHoverInfo(Tooltip) - nameWithType: Furniture.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.FoodTypedItem.GetHoverInfo* - commentId: Overload:TinyLife.Objects.FoodTypedItem.GetHoverInfo - name: GetHoverInfo - nameWithType: FoodTypedItem.GetHoverInfo - fullName: TinyLife.Objects.FoodTypedItem.GetHoverInfo -- uid: MLEM.Ui.Elements.Tooltip - commentId: T:MLEM.Ui.Elements.Tooltip - parent: MLEM.Ui.Elements + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Objects.FoodTypedItem.GetDescription* + commentId: Overload:TinyLife.Objects.FoodTypedItem.GetDescription + name: GetDescription + nameWithType: FoodTypedItem.GetDescription + fullName: TinyLife.Objects.FoodTypedItem.GetDescription +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of System.String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 isExternal: true - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip -- uid: MLEM.Ui.Elements - commentId: N:MLEM.Ui.Elements + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic isExternal: true - name: MLEM.Ui.Elements - nameWithType: MLEM.Ui.Elements - fullName: MLEM.Ui.Elements + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic - uid: TinyLife.Objects.FoodTypedItem.Update* commentId: Overload:TinyLife.Objects.FoodTypedItem.Update name: Update diff --git a/docs/api/TinyLife.Objects.Fridge.yml b/docs/api/TinyLife.Objects.Fridge.yml index a8b551f..97513a5 100644 --- a/docs/api/TinyLife.Objects.Fridge.yml +++ b/docs/api/TinyLife.Objects.Fridge.yml @@ -89,7 +89,7 @@ items: - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -119,6 +119,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1795,18 +1796,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1829,11 +1830,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1856,6 +1865,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3304,6 +3321,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Furniture.yml b/docs/api/TinyLife.Objects.Furniture.yml index 51429db..3527ce3 100644 --- a/docs/api/TinyLife.Objects.Furniture.yml +++ b/docs/api/TinyLife.Objects.Furniture.yml @@ -29,7 +29,7 @@ items: - TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person) - TinyLife.Objects.Furniture.GetChildren``1 - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) @@ -129,6 +129,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -221,13 +222,13 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAn event that is fired when is called.\nThis event can be used to change the description of furniture instances by adding to the provided .\nThis event can be subscribed to using .\n" + summary: "\nAn event that is fired when is called.\nThis event can be used to change the description of furniture instances by adding to the provided .\nThis event can be subscribed to using .\n" example: [] syntax: - content: public event Action> OnGetDescription + content: public event Action, bool> OnGetDescription return: - type: System.Action{System.Collections.Generic.List{System.String}} - content.vb: Public Event OnGetDescription As Action(Of List(Of String)) + type: System.Action{System.Collections.Generic.List{System.String},System.Boolean} + content.vb: Public Event OnGetDescription As Action(Of List(Of String), Boolean) modifiers.csharp: - public modifiers.vb: @@ -935,7 +936,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nThe quality of this object, which defaults to null, meaning no quality.\nThe quality is used by , , and items crafted on the woodworking table.\nIf this value is nonnull, the quality is displayed in the furniture item's description () and it influences the furniture's price () using .\n" + summary: "\nThe quality of this object, which defaults to null, meaning no quality.\nThe quality is used by , , and items crafted on the woodworking table.\nIf this value is nonnull, the quality is displayed in the furniture item's description () and it influences the furniture's price () using .\n" example: [] syntax: content: >- @@ -1799,7 +1800,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method raises for , and adds additional information for and .\n" example: [] syntax: content: public override void GetHoverInfo(Tooltip tooltip) @@ -1834,7 +1835,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/Furniture.cs - startLine: 371 + startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1888,7 +1889,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRestoreNeedModifier path: ../TinyLife/Objects/Furniture.cs - startLine: 379 + startLine: 396 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1939,7 +1940,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFreeSpot path: ../TinyLife/Objects/Furniture.cs - startLine: 387 + startLine: 404 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1981,7 +1982,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Furniture.cs - startLine: 409 + startLine: 426 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2058,7 +2059,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Objects/Furniture.cs - startLine: 417 + startLine: 434 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2079,16 +2080,16 @@ items: modifiers.vb: - Public - Overridable -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - id: GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture langs: - csharp - vb - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: @@ -2097,29 +2098,31 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDescription path: ../TinyLife/Objects/Furniture.cs - startLine: 429 + startLine: 446 assemblies: - Tiny Life namespace: TinyLife.Objects summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public virtual void GetDescription(List description) + content: public virtual void GetDescription(List description, bool forHoverInfo) parameters: - id: description type: System.Collections.Generic.List{System.String} description: The description to add to. - content.vb: Public Overridable Sub GetDescription(description As List(Of String)) + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overridable Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) overload: TinyLife.Objects.Furniture.GetDescription* - nameWithType.vb: Furniture.GetDescription(List(Of String)) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - virtual modifiers.vb: - Public - Overridable - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) id: GetDecorativeRating(TinyLife.World.Room) @@ -2138,7 +2141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDecorativeRating path: ../TinyLife/Objects/Furniture.cs - startLine: 460 + startLine: 479 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2179,7 +2182,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDirty path: ../TinyLife/Objects/Furniture.cs - startLine: 471 + startLine: 490 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2220,11 +2223,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCreator path: ../TinyLife/Objects/Furniture.cs - startLine: 491 + startLine: 510 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nSets the (and thus, the ) of this furniture item, optionally triggering goals that react to the goal trigger\n" + summary: "\nSets the (and thus, the ) of this furniture item, optionally triggering goals that react to the goal trigger\n" example: [] syntax: content: public virtual void SetCreator(Person person, bool triggerGoals = true) @@ -2234,7 +2237,7 @@ items: description: The person to set as the creator - id: triggerGoals type: System.Boolean - description: Whether goal triggers should be triggered + description: Whether goal triggers should be triggered content.vb: Public Overridable Sub SetCreator(person As Person, triggerGoals As Boolean = True) overload: TinyLife.Objects.Furniture.SetCreator* modifiers.csharp: @@ -2261,7 +2264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnPlacedInBuildMode path: ../TinyLife/Objects/Furniture.cs - startLine: 505 + startLine: 524 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2302,7 +2305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNeighborChanged path: ../TinyLife/Objects/Furniture.cs - startLine: 518 + startLine: 537 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2340,7 +2343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/Objects/Furniture.cs - startLine: 529 + startLine: 548 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2391,7 +2394,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetOccupants path: ../TinyLife/Objects/Furniture.cs - startLine: 543 + startLine: 562 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2433,7 +2436,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpots path: ../TinyLife/Objects/Furniture.cs - startLine: 556 + startLine: 575 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2475,7 +2478,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpot path: ../TinyLife/Objects/Furniture.cs - startLine: 572 + startLine: 591 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2517,7 +2520,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetActionSpotInfo path: ../TinyLife/Objects/Furniture.cs - startLine: 585 + startLine: 604 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2562,7 +2565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeObjectSpot path: ../TinyLife/Objects/Furniture.cs - startLine: 597 + startLine: 616 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2607,7 +2610,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetParent path: ../TinyLife/Objects/Furniture.cs - startLine: 611 + startLine: 630 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2646,7 +2649,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnlinkParentsAndChildren path: ../TinyLife/Objects/Furniture.cs - startLine: 625 + startLine: 644 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2678,7 +2681,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveAndUnlink path: ../TinyLife/Objects/Furniture.cs - startLine: 635 + startLine: 654 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2710,7 +2713,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetChildren path: ../TinyLife/Objects/Furniture.cs - startLine: 645 + startLine: 664 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2752,7 +2755,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveChildren path: ../TinyLife/Objects/Furniture.cs - startLine: 656 + startLine: 675 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2799,7 +2802,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveChild path: ../TinyLife/Objects/Furniture.cs - startLine: 670 + startLine: 689 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2838,7 +2841,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddChild path: ../TinyLife/Objects/Furniture.cs - startLine: 689 + startLine: 708 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2897,7 +2900,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddChild path: ../TinyLife/Objects/Furniture.cs - startLine: 702 + startLine: 721 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2945,7 +2948,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetChild path: ../TinyLife/Objects/Furniture.cs - startLine: 719 + startLine: 738 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3002,7 +3005,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetChild path: ../TinyLife/Objects/Furniture.cs - startLine: 732 + startLine: 751 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3044,7 +3047,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NotifyNeighbors path: ../TinyLife/Objects/Furniture.cs - startLine: 745 + startLine: 764 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3076,7 +3079,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Furniture.cs - startLine: 758 + startLine: 777 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3187,6 +3190,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -4606,18 +4615,18 @@ references: name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -4640,11 +4649,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -4667,6 +4684,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -4709,18 +4734,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: System.Action{System.Collections.Generic.List{System.String}} - commentId: T:System.Action{System.Collections.Generic.List{System.String}} +- uid: System.Action{System.Collections.Generic.List{System.String},System.Boolean} + commentId: T:System.Action{System.Collections.Generic.List{System.String},System.Boolean} parent: System - definition: System.Action`1 - name: Action> - nameWithType: Action> - fullName: System.Action> - nameWithType.vb: Action(Of List(Of String)) - fullName.vb: System.Action(Of System.Collections.Generic.List(Of System.String)) - name.vb: Action(Of List(Of String)) + definition: System.Action`2 + name: Action, Boolean> + nameWithType: Action, Boolean> + fullName: System.Action, System.Boolean> + nameWithType.vb: Action(Of List(Of String), Boolean) + fullName.vb: System.Action(Of System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: Action(Of List(Of String), Boolean) spec.csharp: - - uid: System.Action`1 + - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action @@ -4744,11 +4769,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: System.Action`1 + - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action @@ -4772,20 +4805,28 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: System.Action`1 - commentId: T:System.Action`1 +- uid: System.Action`2 + commentId: T:System.Action`2 isExternal: true - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T) - fullName.vb: System.Action(Of T) - name.vb: Action(Of T) + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of T1, T2) + fullName.vb: System.Action(Of T1, T2) + name.vb: Action(Of T1, T2) spec.csharp: - - uid: System.Action`1 + - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action @@ -4793,14 +4834,20 @@ references: - name: < nameWithType: < fullName: < - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: System.Action`1 + - uid: System.Action`2 name: Action nameWithType: Action fullName: System.Action @@ -4808,9 +4855,15 @@ references: - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: ) nameWithType: ) fullName: ) @@ -5113,57 +5166,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: System.Action`2 - commentId: T:System.Action`2 - isExternal: true - name: Action - nameWithType: Action - fullName: System.Action - nameWithType.vb: Action(Of T1, T2) - fullName.vb: System.Action(Of T1, T2) - name.vb: Action(Of T1, T2) - spec.csharp: - - uid: System.Action`2 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T1 - nameWithType: T1 - fullName: T1 - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T2 - nameWithType: T2 - fullName: T2 - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Action`2 - name: Action - nameWithType: Action - fullName: System.Action - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T1 - nameWithType: T1 - fullName: T1 - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: T2 - nameWithType: T2 - fullName: T2 - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.Dirty commentId: F:TinyLife.Objects.Furniture.Dirty parent: TinyLife.Objects.Furniture @@ -7209,6 +7211,9 @@ references: name: GetDirty nameWithType: Furniture.GetDirty fullName: TinyLife.Objects.Furniture.GetDirty +- uid: TinyLife.Goals.GoalTrigger.FurnitureCreated + commentId: F:TinyLife.Goals.GoalTrigger.FurnitureCreated + isExternal: true - uid: TinyLife.Objects.Furniture.SetCreator* commentId: Overload:TinyLife.Objects.Furniture.SetCreator name: SetCreator diff --git a/docs/api/TinyLife.Objects.FurnitureType.yml b/docs/api/TinyLife.Objects.FurnitureType.yml index f9c3b31..ebdd6b4 100644 --- a/docs/api/TinyLife.Objects.FurnitureType.yml +++ b/docs/api/TinyLife.Objects.FurnitureType.yml @@ -11,6 +11,7 @@ items: - TinyLife.Objects.FurnitureType.BirchTree - TinyLife.Objects.FurnitureType.Book - TinyLife.Objects.FurnitureType.BookCart + - TinyLife.Objects.FurnitureType.BottledSunlight - TinyLife.Objects.FurnitureType.BridgeBorderEnd - TinyLife.Objects.FurnitureType.BridgeBorderSegment - TinyLife.Objects.FurnitureType.BridgeBorderStart @@ -108,6 +109,11 @@ items: - TinyLife.Objects.FurnitureType.Puddle - TinyLife.Objects.FurnitureType.Puzzle - TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings) + - TinyLife.Objects.FurnitureType.RetroDinnerTable + - TinyLife.Objects.FurnitureType.RetroFridge + - TinyLife.Objects.FurnitureType.RetroSingleTable + - TinyLife.Objects.FurnitureType.RetroStove + - TinyLife.Objects.FurnitureType.RetroTv - TinyLife.Objects.FurnitureType.Rotations - TinyLife.Objects.FurnitureType.Sandbox - TinyLife.Objects.FurnitureType.Settings @@ -198,12 +204,12 @@ items: type: Class source: remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs + path: TinyLife/Objects/FurnitureType.Sets.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurnitureType - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 10 + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 12 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1484,181 +1490,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WorkoutPosters - commentId: F:TinyLife.Objects.FurnitureType.WorkoutPosters - id: WorkoutPosters - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WorkoutPosters - nameWithType: FurnitureType.WorkoutPosters - fullName: TinyLife.Objects.FurnitureType.WorkoutPosters - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WorkoutPosters - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 28 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType[] WorkoutPosters - return: - type: TinyLife.Objects.FurnitureType[] - content.vb: Public Shared ReadOnly WorkoutPosters As FurnitureType() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.LargeRectangleRug - commentId: F:TinyLife.Objects.FurnitureType.LargeRectangleRug - id: LargeRectangleRug - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: LargeRectangleRug - nameWithType: FurnitureType.LargeRectangleRug - fullName: TinyLife.Objects.FurnitureType.LargeRectangleRug - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeRectangleRug - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 37 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType LargeRectangleRug - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly LargeRectangleRug As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.HugeRectangleRug - commentId: F:TinyLife.Objects.FurnitureType.HugeRectangleRug - id: HugeRectangleRug - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: HugeRectangleRug - nameWithType: FurnitureType.HugeRectangleRug - fullName: TinyLife.Objects.FurnitureType.HugeRectangleRug - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HugeRectangleRug - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 40 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType HugeRectangleRug - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly HugeRectangleRug As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.Doormat - commentId: F:TinyLife.Objects.FurnitureType.Doormat - id: Doormat - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: Doormat - nameWithType: FurnitureType.Doormat - fullName: TinyLife.Objects.FurnitureType.Doormat - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Doormat - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 43 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType Doormat - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly Doormat As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.LargeRoundRug - commentId: F:TinyLife.Objects.FurnitureType.LargeRoundRug - id: LargeRoundRug - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: LargeRoundRug - nameWithType: FurnitureType.LargeRoundRug - fullName: TinyLife.Objects.FurnitureType.LargeRoundRug - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeRoundRug - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 46 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType LargeRoundRug - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly LargeRoundRug As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Objects.FurnitureType.CountryFence commentId: F:TinyLife.Objects.FurnitureType.CountryFence id: CountryFence @@ -1677,7 +1508,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CountryFence path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 49 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1712,7 +1543,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TallCountryFence path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 54 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1747,7 +1578,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hedge path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 59 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1782,7 +1613,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapleTree path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 64 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1817,7 +1648,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrassPatch path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 69 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1852,7 +1683,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallRocks path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 72 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1887,7 +1718,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallBush path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 76 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1922,7 +1753,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BigBush path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 80 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1957,7 +1788,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleLamp path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 84 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1992,7 +1823,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleCeilingLamp path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 94 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2027,7 +1858,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PaperPendantLight path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 100 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2044,496 +1875,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Objects.FurnitureType.EvergreenTree - commentId: F:TinyLife.Objects.FurnitureType.EvergreenTree - id: EvergreenTree - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: EvergreenTree - nameWithType: FurnitureType.EvergreenTree - fullName: TinyLife.Objects.FurnitureType.EvergreenTree - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EvergreenTree - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 107 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType EvergreenTree - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly EvergreenTree As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.BirchTree - commentId: F:TinyLife.Objects.FurnitureType.BirchTree - id: BirchTree - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: BirchTree - nameWithType: FurnitureType.BirchTree - fullName: TinyLife.Objects.FurnitureType.BirchTree - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: BirchTree - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 114 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType BirchTree - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly BirchTree As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.OakTree - commentId: F:TinyLife.Objects.FurnitureType.OakTree - id: OakTree - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: OakTree - nameWithType: FurnitureType.OakTree - fullName: TinyLife.Objects.FurnitureType.OakTree - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OakTree - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 121 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType OakTree - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly OakTree As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.Cypress - commentId: F:TinyLife.Objects.FurnitureType.Cypress - id: Cypress - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: Cypress - nameWithType: FurnitureType.Cypress - fullName: TinyLife.Objects.FurnitureType.Cypress - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Cypress - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 128 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType Cypress - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly Cypress As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.SquarePlantPots - commentId: F:TinyLife.Objects.FurnitureType.SquarePlantPots - id: SquarePlantPots - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: SquarePlantPots - nameWithType: FurnitureType.SquarePlantPots - fullName: TinyLife.Objects.FurnitureType.SquarePlantPots - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SquarePlantPots - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 135 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType[] SquarePlantPots - return: - type: TinyLife.Objects.FurnitureType[] - content.vb: Public Shared ReadOnly SquarePlantPots As FurnitureType() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WindowPlants - commentId: F:TinyLife.Objects.FurnitureType.WindowPlants - id: WindowPlants - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WindowPlants - nameWithType: FurnitureType.WindowPlants - fullName: TinyLife.Objects.FurnitureType.WindowPlants - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WindowPlants - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 141 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType[] WindowPlants - return: - type: TinyLife.Objects.FurnitureType[] - content.vb: Public Shared ReadOnly WindowPlants As FurnitureType() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.TreeStumps - commentId: F:TinyLife.Objects.FurnitureType.TreeStumps - id: TreeStumps - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: TreeStumps - nameWithType: FurnitureType.TreeStumps - fullName: TinyLife.Objects.FurnitureType.TreeStumps - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TreeStumps - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 147 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType[] TreeStumps - return: - type: TinyLife.Objects.FurnitureType[] - content.vb: Public Shared ReadOnly TreeStumps As FurnitureType() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.Wisteria - commentId: F:TinyLife.Objects.FurnitureType.Wisteria - id: Wisteria - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: Wisteria - nameWithType: FurnitureType.Wisteria - fullName: TinyLife.Objects.FurnitureType.Wisteria - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Wisteria - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 152 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType[] Wisteria - return: - type: TinyLife.Objects.FurnitureType[] - content.vb: Public Shared ReadOnly Wisteria As FurnitureType() - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.ModernWoodworkingLamp - commentId: F:TinyLife.Objects.FurnitureType.ModernWoodworkingLamp - id: ModernWoodworkingLamp - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: ModernWoodworkingLamp - nameWithType: FurnitureType.ModernWoodworkingLamp - fullName: TinyLife.Objects.FurnitureType.ModernWoodworkingLamp - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ModernWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 157 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType ModernWoodworkingLamp - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly ModernWoodworkingLamp As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp - commentId: F:TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp - id: SwirlWoodworkingLamp - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: SwirlWoodworkingLamp - nameWithType: FurnitureType.SwirlWoodworkingLamp - fullName: TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SwirlWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 168 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType SwirlWoodworkingLamp - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly SwirlWoodworkingLamp As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp - commentId: F:TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp - id: EdisonWoodworkingLamp - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: EdisonWoodworkingLamp - nameWithType: FurnitureType.EdisonWoodworkingLamp - fullName: TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: EdisonWoodworkingLamp - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 179 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType EdisonWoodworkingLamp - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly EdisonWoodworkingLamp As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.DecorativeLogPile - commentId: F:TinyLife.Objects.FurnitureType.DecorativeLogPile - id: DecorativeLogPile - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: DecorativeLogPile - nameWithType: FurnitureType.DecorativeLogPile - fullName: TinyLife.Objects.FurnitureType.DecorativeLogPile - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DecorativeLogPile - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 184 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType DecorativeLogPile - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly DecorativeLogPile As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.TraditionalFireplace - commentId: F:TinyLife.Objects.FurnitureType.TraditionalFireplace - id: TraditionalFireplace - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: TraditionalFireplace - nameWithType: FurnitureType.TraditionalFireplace - fullName: TinyLife.Objects.FurnitureType.TraditionalFireplace - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalFireplace - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 188 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType TraditionalFireplace - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly TraditionalFireplace As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.SmallChimney - commentId: F:TinyLife.Objects.FurnitureType.SmallChimney - id: SmallChimney - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: SmallChimney - nameWithType: FurnitureType.SmallChimney - fullName: TinyLife.Objects.FurnitureType.SmallChimney - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Decor.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SmallChimney - path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 200 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType SmallChimney - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly SmallChimney As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Objects.FurnitureType.DecorativeKite commentId: F:TinyLife.Objects.FurnitureType.DecorativeKite id: DecorativeKite @@ -2552,7 +1893,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DecorativeKite path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 206 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2587,7 +1928,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GlassPenCup path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 211 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2622,7 +1963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Succulents path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 212 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2657,7 +1998,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LargePotPlant path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 217 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2692,7 +2033,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StreetLamps path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 222 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2727,7 +2068,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleStoneWall path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 237 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2762,7 +2103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CafeSign path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 242 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2797,7 +2138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallBlinds path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 246 + startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2832,7 +2173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallSimpleCurtain path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 251 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2867,7 +2208,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BulbFairyLights path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 255 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2902,7 +2243,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Vases path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 268 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2937,7 +2278,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TraditionalBedsideLamp path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 273 + startLine: 153 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2972,7 +2313,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernBedsideLamp path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 277 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3007,7 +2348,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallCandlestick path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 282 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3042,7 +2383,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorfulCandles path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 294 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3077,7 +2418,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapleFairyLights path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 308 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3112,7 +2453,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BigRocks path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 317 + startLine: 197 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3147,7 +2488,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VerticalPlanter path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 322 + startLine: 202 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3182,7 +2523,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WinterTree path: ../TinyLife/Objects/FurnitureType.Decor.cs - startLine: 326 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4389,181 +3730,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Objects.FurnitureType.Treadmill - commentId: F:TinyLife.Objects.FurnitureType.Treadmill - id: Treadmill - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: Treadmill - nameWithType: FurnitureType.Treadmill - fullName: TinyLife.Objects.FurnitureType.Treadmill - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Treadmill - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 216 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType Treadmill - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly Treadmill As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.DumbbellRack - commentId: F:TinyLife.Objects.FurnitureType.DumbbellRack - id: DumbbellRack - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: DumbbellRack - nameWithType: FurnitureType.DumbbellRack - fullName: TinyLife.Objects.FurnitureType.DumbbellRack - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: DumbbellRack - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 226 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType DumbbellRack - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly DumbbellRack As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.VerticalDumbbellRack - commentId: F:TinyLife.Objects.FurnitureType.VerticalDumbbellRack - id: VerticalDumbbellRack - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: VerticalDumbbellRack - nameWithType: FurnitureType.VerticalDumbbellRack - fullName: TinyLife.Objects.FurnitureType.VerticalDumbbellRack - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: VerticalDumbbellRack - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 230 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType VerticalDumbbellRack - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly VerticalDumbbellRack As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.StandingDesk - commentId: F:TinyLife.Objects.FurnitureType.StandingDesk - id: StandingDesk - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: StandingDesk - nameWithType: FurnitureType.StandingDesk - fullName: TinyLife.Objects.FurnitureType.StandingDesk - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: StandingDesk - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 234 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType StandingDesk - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly StandingDesk As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.ProteinShakeKit - commentId: F:TinyLife.Objects.FurnitureType.ProteinShakeKit - id: ProteinShakeKit - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: ProteinShakeKit - nameWithType: FurnitureType.ProteinShakeKit - fullName: TinyLife.Objects.FurnitureType.ProteinShakeKit - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ProteinShakeKit - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 240 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType ProteinShakeKit - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly ProteinShakeKit As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Objects.FurnitureType.SmallBarbecue commentId: F:TinyLife.Objects.FurnitureType.SmallBarbecue id: SmallBarbecue @@ -4582,7 +3748,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallBarbecue path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 245 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4617,7 +3783,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimplePicnicTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 251 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4652,7 +3818,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallPicnicTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 256 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4687,7 +3853,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParkTrashCan path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 261 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4704,461 +3870,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WoodworkingTable - commentId: F:TinyLife.Objects.FurnitureType.WoodworkingTable - id: WoodworkingTable - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WoodworkingTable - nameWithType: FurnitureType.WoodworkingTable - fullName: TinyLife.Objects.FurnitureType.WoodworkingTable - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingTable - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 265 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType WoodworkingTable - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly WoodworkingTable As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.OrnateBed - commentId: F:TinyLife.Objects.FurnitureType.OrnateBed - id: OrnateBed - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: OrnateBed - nameWithType: FurnitureType.OrnateBed - fullName: TinyLife.Objects.FurnitureType.OrnateBed - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 271 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType OrnateBed - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly OrnateBed As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.OrnateFlowerBed - commentId: F:TinyLife.Objects.FurnitureType.OrnateFlowerBed - id: OrnateFlowerBed - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: OrnateFlowerBed - nameWithType: FurnitureType.OrnateFlowerBed - fullName: TinyLife.Objects.FurnitureType.OrnateFlowerBed - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateFlowerBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 277 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType OrnateFlowerBed - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly OrnateFlowerBed As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.OrnateSingleBed - commentId: F:TinyLife.Objects.FurnitureType.OrnateSingleBed - id: OrnateSingleBed - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: OrnateSingleBed - nameWithType: FurnitureType.OrnateSingleBed - fullName: TinyLife.Objects.FurnitureType.OrnateSingleBed - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: OrnateSingleBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 283 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType OrnateSingleBed - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly OrnateSingleBed As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.FourPostBed - commentId: F:TinyLife.Objects.FurnitureType.FourPostBed - id: FourPostBed - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: FourPostBed - nameWithType: FurnitureType.FourPostBed - fullName: TinyLife.Objects.FurnitureType.FourPostBed - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FourPostBed - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 289 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType FourPostBed - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly FourPostBed As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.TraditionalCounter - commentId: F:TinyLife.Objects.FurnitureType.TraditionalCounter - id: TraditionalCounter - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: TraditionalCounter - nameWithType: FurnitureType.TraditionalCounter - fullName: TinyLife.Objects.FurnitureType.TraditionalCounter - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalCounter - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 295 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType TraditionalCounter - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly TraditionalCounter As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.TraditionalBar - commentId: F:TinyLife.Objects.FurnitureType.TraditionalBar - id: TraditionalBar - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: TraditionalBar - nameWithType: FurnitureType.TraditionalBar - fullName: TinyLife.Objects.FurnitureType.TraditionalBar - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TraditionalBar - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 302 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType TraditionalBar - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly TraditionalBar As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa - commentId: F:TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa - id: CushionedWoodworkingSofa - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: CushionedWoodworkingSofa - nameWithType: FurnitureType.CushionedWoodworkingSofa - fullName: TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: CushionedWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 308 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType CushionedWoodworkingSofa - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly CushionedWoodworkingSofa As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa - commentId: F:TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa - id: FullyCushionedWoodworkingSofa - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: FullyCushionedWoodworkingSofa - nameWithType: FurnitureType.FullyCushionedWoodworkingSofa - fullName: TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FullyCushionedWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 316 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType FullyCushionedWoodworkingSofa - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly FullyCushionedWoodworkingSofa As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.LargeWoodworkingSofa - commentId: F:TinyLife.Objects.FurnitureType.LargeWoodworkingSofa - id: LargeWoodworkingSofa - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: LargeWoodworkingSofa - nameWithType: FurnitureType.LargeWoodworkingSofa - fullName: TinyLife.Objects.FurnitureType.LargeWoodworkingSofa - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: LargeWoodworkingSofa - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 324 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType LargeWoodworkingSofa - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly LargeWoodworkingSofa As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WoodworkingChairArmrests - commentId: F:TinyLife.Objects.FurnitureType.WoodworkingChairArmrests - id: WoodworkingChairArmrests - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WoodworkingChairArmrests - nameWithType: FurnitureType.WoodworkingChairArmrests - fullName: TinyLife.Objects.FurnitureType.WoodworkingChairArmrests - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingChairArmrests - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 332 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType WoodworkingChairArmrests - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly WoodworkingChairArmrests As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WoodworkingChair - commentId: F:TinyLife.Objects.FurnitureType.WoodworkingChair - id: WoodworkingChair - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WoodworkingChair - nameWithType: FurnitureType.WoodworkingChair - fullName: TinyLife.Objects.FurnitureType.WoodworkingChair - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingChair - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 338 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType WoodworkingChair - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly WoodworkingChair As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Objects.FurnitureType.WoodworkingCloset - commentId: F:TinyLife.Objects.FurnitureType.WoodworkingCloset - id: WoodworkingCloset - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: WoodworkingCloset - nameWithType: FurnitureType.WoodworkingCloset - fullName: TinyLife.Objects.FurnitureType.WoodworkingCloset - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.Misc.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: WoodworkingCloset - path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 344 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType WoodworkingCloset - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly WoodworkingCloset As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Objects.FurnitureType.WoodenToyBox commentId: F:TinyLife.Objects.FurnitureType.WoodenToyBox id: WoodenToyBox @@ -5177,7 +3888,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodenToyBox path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 354 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5212,7 +3923,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildStove path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 357 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5247,7 +3958,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sandbox path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 367 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5282,7 +3993,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Puzzle path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 375 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5317,7 +4028,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BaristaCoffeeMachine path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 379 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5352,7 +4063,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingCoatRack path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 385 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5387,7 +4098,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CafeDisplayCase path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 389 + startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5422,7 +4133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlainCoffeeTable path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 393 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5457,7 +4168,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernTvStand path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 398 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5492,7 +4203,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallOpenShelf path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 404 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5527,7 +4238,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BookCart path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 413 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5562,7 +4273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SquareIndoorTrashCan path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 417 + startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5597,7 +4308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WheelieBin path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 421 + startLine: 303 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5632,7 +4343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SimpleNightstand path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 425 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5667,7 +4378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallJungleGym path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 429 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5702,7 +4413,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColoringBook path: ../TinyLife/Objects/FurnitureType.Misc.cs - startLine: 438 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6542,7 +5253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GrillingFood path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 95 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6559,41 +5270,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Objects.FurnitureType.UnfinishedWoodwork - commentId: F:TinyLife.Objects.FurnitureType.UnfinishedWoodwork - id: UnfinishedWoodwork - parent: TinyLife.Objects.FurnitureType - langs: - - csharp - - vb - name: UnfinishedWoodwork - nameWithType: FurnitureType.UnfinishedWoodwork - fullName: TinyLife.Objects.FurnitureType.UnfinishedWoodwork - type: Field - source: - remote: - path: TinyLife/Objects/FurnitureType.NonBuyable.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: UnfinishedWoodwork - path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 98 - assemblies: - - Tiny Life - namespace: TinyLife.Objects - syntax: - content: public static readonly FurnitureType UnfinishedWoodwork - return: - type: TinyLife.Objects.FurnitureType - content.vb: Public Shared ReadOnly UnfinishedWoodwork As FurnitureType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Objects.FurnitureType.HomeworkBook commentId: F:TinyLife.Objects.FurnitureType.HomeworkBook id: HomeworkBook @@ -6612,7 +5288,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeworkBook path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 104 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6647,7 +5323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToyCar path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 107 + startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6682,7 +5358,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallShovel path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 110 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6717,7 +5393,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Newspaper path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 111 + startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6752,7 +5428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodenPowerPole path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 119 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6787,7 +5463,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodenPowerPoleLine path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 122 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6822,7 +5498,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SkillBooks path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 125 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6857,7 +5533,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BridgeBorderSegment path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 129 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6892,7 +5568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BridgeBorderStart path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 130 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6927,7 +5603,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BridgeBorderEnd path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs - startLine: 131 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6944,6 +5620,1546 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Objects.FurnitureType.BottledSunlight + commentId: F:TinyLife.Objects.FurnitureType.BottledSunlight + id: BottledSunlight + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: BottledSunlight + nameWithType: FurnitureType.BottledSunlight + fullName: TinyLife.Objects.FurnitureType.BottledSunlight + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.NonBuyable.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BottledSunlight + path: ../TinyLife/Objects/FurnitureType.NonBuyable.cs + startLine: 124 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType BottledSunlight + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly BottledSunlight As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WorkoutPosters + commentId: F:TinyLife.Objects.FurnitureType.WorkoutPosters + id: WorkoutPosters + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WorkoutPosters + nameWithType: FurnitureType.WorkoutPosters + fullName: TinyLife.Objects.FurnitureType.WorkoutPosters + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WorkoutPosters + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 15 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType[] WorkoutPosters + return: + type: TinyLife.Objects.FurnitureType[] + content.vb: Public Shared ReadOnly WorkoutPosters As FurnitureType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.LargeRectangleRug + commentId: F:TinyLife.Objects.FurnitureType.LargeRectangleRug + id: LargeRectangleRug + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: LargeRectangleRug + nameWithType: FurnitureType.LargeRectangleRug + fullName: TinyLife.Objects.FurnitureType.LargeRectangleRug + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: LargeRectangleRug + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 24 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType LargeRectangleRug + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly LargeRectangleRug As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.HugeRectangleRug + commentId: F:TinyLife.Objects.FurnitureType.HugeRectangleRug + id: HugeRectangleRug + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: HugeRectangleRug + nameWithType: FurnitureType.HugeRectangleRug + fullName: TinyLife.Objects.FurnitureType.HugeRectangleRug + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: HugeRectangleRug + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 27 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType HugeRectangleRug + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly HugeRectangleRug As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.Doormat + commentId: F:TinyLife.Objects.FurnitureType.Doormat + id: Doormat + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: Doormat + nameWithType: FurnitureType.Doormat + fullName: TinyLife.Objects.FurnitureType.Doormat + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Doormat + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 30 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType Doormat + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly Doormat As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.LargeRoundRug + commentId: F:TinyLife.Objects.FurnitureType.LargeRoundRug + id: LargeRoundRug + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: LargeRoundRug + nameWithType: FurnitureType.LargeRoundRug + fullName: TinyLife.Objects.FurnitureType.LargeRoundRug + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: LargeRoundRug + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 33 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType LargeRoundRug + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly LargeRoundRug As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.EvergreenTree + commentId: F:TinyLife.Objects.FurnitureType.EvergreenTree + id: EvergreenTree + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: EvergreenTree + nameWithType: FurnitureType.EvergreenTree + fullName: TinyLife.Objects.FurnitureType.EvergreenTree + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: EvergreenTree + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 36 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType EvergreenTree + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly EvergreenTree As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.BirchTree + commentId: F:TinyLife.Objects.FurnitureType.BirchTree + id: BirchTree + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: BirchTree + nameWithType: FurnitureType.BirchTree + fullName: TinyLife.Objects.FurnitureType.BirchTree + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BirchTree + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 43 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType BirchTree + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly BirchTree As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.OakTree + commentId: F:TinyLife.Objects.FurnitureType.OakTree + id: OakTree + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: OakTree + nameWithType: FurnitureType.OakTree + fullName: TinyLife.Objects.FurnitureType.OakTree + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OakTree + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 50 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType OakTree + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly OakTree As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.Cypress + commentId: F:TinyLife.Objects.FurnitureType.Cypress + id: Cypress + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: Cypress + nameWithType: FurnitureType.Cypress + fullName: TinyLife.Objects.FurnitureType.Cypress + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Cypress + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 57 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType Cypress + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly Cypress As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.SquarePlantPots + commentId: F:TinyLife.Objects.FurnitureType.SquarePlantPots + id: SquarePlantPots + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: SquarePlantPots + nameWithType: FurnitureType.SquarePlantPots + fullName: TinyLife.Objects.FurnitureType.SquarePlantPots + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SquarePlantPots + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 64 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType[] SquarePlantPots + return: + type: TinyLife.Objects.FurnitureType[] + content.vb: Public Shared ReadOnly SquarePlantPots As FurnitureType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WindowPlants + commentId: F:TinyLife.Objects.FurnitureType.WindowPlants + id: WindowPlants + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WindowPlants + nameWithType: FurnitureType.WindowPlants + fullName: TinyLife.Objects.FurnitureType.WindowPlants + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WindowPlants + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 70 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType[] WindowPlants + return: + type: TinyLife.Objects.FurnitureType[] + content.vb: Public Shared ReadOnly WindowPlants As FurnitureType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.TreeStumps + commentId: F:TinyLife.Objects.FurnitureType.TreeStumps + id: TreeStumps + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: TreeStumps + nameWithType: FurnitureType.TreeStumps + fullName: TinyLife.Objects.FurnitureType.TreeStumps + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TreeStumps + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 76 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType[] TreeStumps + return: + type: TinyLife.Objects.FurnitureType[] + content.vb: Public Shared ReadOnly TreeStumps As FurnitureType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.Wisteria + commentId: F:TinyLife.Objects.FurnitureType.Wisteria + id: Wisteria + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: Wisteria + nameWithType: FurnitureType.Wisteria + fullName: TinyLife.Objects.FurnitureType.Wisteria + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Wisteria + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 81 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType[] Wisteria + return: + type: TinyLife.Objects.FurnitureType[] + content.vb: Public Shared ReadOnly Wisteria As FurnitureType() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.ModernWoodworkingLamp + commentId: F:TinyLife.Objects.FurnitureType.ModernWoodworkingLamp + id: ModernWoodworkingLamp + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: ModernWoodworkingLamp + nameWithType: FurnitureType.ModernWoodworkingLamp + fullName: TinyLife.Objects.FurnitureType.ModernWoodworkingLamp + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ModernWoodworkingLamp + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 86 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType ModernWoodworkingLamp + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly ModernWoodworkingLamp As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp + commentId: F:TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp + id: SwirlWoodworkingLamp + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: SwirlWoodworkingLamp + nameWithType: FurnitureType.SwirlWoodworkingLamp + fullName: TinyLife.Objects.FurnitureType.SwirlWoodworkingLamp + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SwirlWoodworkingLamp + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 97 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType SwirlWoodworkingLamp + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly SwirlWoodworkingLamp As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp + commentId: F:TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp + id: EdisonWoodworkingLamp + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: EdisonWoodworkingLamp + nameWithType: FurnitureType.EdisonWoodworkingLamp + fullName: TinyLife.Objects.FurnitureType.EdisonWoodworkingLamp + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: EdisonWoodworkingLamp + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 108 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType EdisonWoodworkingLamp + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly EdisonWoodworkingLamp As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.DecorativeLogPile + commentId: F:TinyLife.Objects.FurnitureType.DecorativeLogPile + id: DecorativeLogPile + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: DecorativeLogPile + nameWithType: FurnitureType.DecorativeLogPile + fullName: TinyLife.Objects.FurnitureType.DecorativeLogPile + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: DecorativeLogPile + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 113 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType DecorativeLogPile + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly DecorativeLogPile As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.TraditionalFireplace + commentId: F:TinyLife.Objects.FurnitureType.TraditionalFireplace + id: TraditionalFireplace + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: TraditionalFireplace + nameWithType: FurnitureType.TraditionalFireplace + fullName: TinyLife.Objects.FurnitureType.TraditionalFireplace + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TraditionalFireplace + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 117 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType TraditionalFireplace + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly TraditionalFireplace As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.SmallChimney + commentId: F:TinyLife.Objects.FurnitureType.SmallChimney + id: SmallChimney + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: SmallChimney + nameWithType: FurnitureType.SmallChimney + fullName: TinyLife.Objects.FurnitureType.SmallChimney + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SmallChimney + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 129 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType SmallChimney + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly SmallChimney As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.Treadmill + commentId: F:TinyLife.Objects.FurnitureType.Treadmill + id: Treadmill + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: Treadmill + nameWithType: FurnitureType.Treadmill + fullName: TinyLife.Objects.FurnitureType.Treadmill + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Treadmill + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 135 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType Treadmill + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly Treadmill As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.DumbbellRack + commentId: F:TinyLife.Objects.FurnitureType.DumbbellRack + id: DumbbellRack + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: DumbbellRack + nameWithType: FurnitureType.DumbbellRack + fullName: TinyLife.Objects.FurnitureType.DumbbellRack + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: DumbbellRack + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 145 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType DumbbellRack + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly DumbbellRack As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.VerticalDumbbellRack + commentId: F:TinyLife.Objects.FurnitureType.VerticalDumbbellRack + id: VerticalDumbbellRack + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: VerticalDumbbellRack + nameWithType: FurnitureType.VerticalDumbbellRack + fullName: TinyLife.Objects.FurnitureType.VerticalDumbbellRack + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: VerticalDumbbellRack + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 149 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType VerticalDumbbellRack + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly VerticalDumbbellRack As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.StandingDesk + commentId: F:TinyLife.Objects.FurnitureType.StandingDesk + id: StandingDesk + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: StandingDesk + nameWithType: FurnitureType.StandingDesk + fullName: TinyLife.Objects.FurnitureType.StandingDesk + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: StandingDesk + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 153 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType StandingDesk + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly StandingDesk As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.ProteinShakeKit + commentId: F:TinyLife.Objects.FurnitureType.ProteinShakeKit + id: ProteinShakeKit + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: ProteinShakeKit + nameWithType: FurnitureType.ProteinShakeKit + fullName: TinyLife.Objects.FurnitureType.ProteinShakeKit + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ProteinShakeKit + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 159 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType ProteinShakeKit + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly ProteinShakeKit As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WoodworkingTable + commentId: F:TinyLife.Objects.FurnitureType.WoodworkingTable + id: WoodworkingTable + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WoodworkingTable + nameWithType: FurnitureType.WoodworkingTable + fullName: TinyLife.Objects.FurnitureType.WoodworkingTable + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WoodworkingTable + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 164 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType WoodworkingTable + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly WoodworkingTable As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.OrnateBed + commentId: F:TinyLife.Objects.FurnitureType.OrnateBed + id: OrnateBed + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: OrnateBed + nameWithType: FurnitureType.OrnateBed + fullName: TinyLife.Objects.FurnitureType.OrnateBed + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OrnateBed + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 170 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType OrnateBed + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly OrnateBed As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.OrnateFlowerBed + commentId: F:TinyLife.Objects.FurnitureType.OrnateFlowerBed + id: OrnateFlowerBed + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: OrnateFlowerBed + nameWithType: FurnitureType.OrnateFlowerBed + fullName: TinyLife.Objects.FurnitureType.OrnateFlowerBed + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OrnateFlowerBed + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 176 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType OrnateFlowerBed + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly OrnateFlowerBed As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.OrnateSingleBed + commentId: F:TinyLife.Objects.FurnitureType.OrnateSingleBed + id: OrnateSingleBed + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: OrnateSingleBed + nameWithType: FurnitureType.OrnateSingleBed + fullName: TinyLife.Objects.FurnitureType.OrnateSingleBed + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OrnateSingleBed + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 182 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType OrnateSingleBed + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly OrnateSingleBed As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.FourPostBed + commentId: F:TinyLife.Objects.FurnitureType.FourPostBed + id: FourPostBed + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: FourPostBed + nameWithType: FurnitureType.FourPostBed + fullName: TinyLife.Objects.FurnitureType.FourPostBed + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FourPostBed + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 188 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType FourPostBed + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly FourPostBed As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.TraditionalCounter + commentId: F:TinyLife.Objects.FurnitureType.TraditionalCounter + id: TraditionalCounter + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: TraditionalCounter + nameWithType: FurnitureType.TraditionalCounter + fullName: TinyLife.Objects.FurnitureType.TraditionalCounter + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TraditionalCounter + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 194 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType TraditionalCounter + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly TraditionalCounter As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.TraditionalBar + commentId: F:TinyLife.Objects.FurnitureType.TraditionalBar + id: TraditionalBar + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: TraditionalBar + nameWithType: FurnitureType.TraditionalBar + fullName: TinyLife.Objects.FurnitureType.TraditionalBar + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: TraditionalBar + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 201 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType TraditionalBar + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly TraditionalBar As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa + commentId: F:TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa + id: CushionedWoodworkingSofa + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: CushionedWoodworkingSofa + nameWithType: FurnitureType.CushionedWoodworkingSofa + fullName: TinyLife.Objects.FurnitureType.CushionedWoodworkingSofa + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CushionedWoodworkingSofa + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 207 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType CushionedWoodworkingSofa + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly CushionedWoodworkingSofa As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa + commentId: F:TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa + id: FullyCushionedWoodworkingSofa + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: FullyCushionedWoodworkingSofa + nameWithType: FurnitureType.FullyCushionedWoodworkingSofa + fullName: TinyLife.Objects.FurnitureType.FullyCushionedWoodworkingSofa + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: FullyCushionedWoodworkingSofa + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 215 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType FullyCushionedWoodworkingSofa + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly FullyCushionedWoodworkingSofa As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.LargeWoodworkingSofa + commentId: F:TinyLife.Objects.FurnitureType.LargeWoodworkingSofa + id: LargeWoodworkingSofa + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: LargeWoodworkingSofa + nameWithType: FurnitureType.LargeWoodworkingSofa + fullName: TinyLife.Objects.FurnitureType.LargeWoodworkingSofa + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: LargeWoodworkingSofa + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 223 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType LargeWoodworkingSofa + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly LargeWoodworkingSofa As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WoodworkingChairArmrests + commentId: F:TinyLife.Objects.FurnitureType.WoodworkingChairArmrests + id: WoodworkingChairArmrests + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WoodworkingChairArmrests + nameWithType: FurnitureType.WoodworkingChairArmrests + fullName: TinyLife.Objects.FurnitureType.WoodworkingChairArmrests + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WoodworkingChairArmrests + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 231 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType WoodworkingChairArmrests + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly WoodworkingChairArmrests As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WoodworkingChair + commentId: F:TinyLife.Objects.FurnitureType.WoodworkingChair + id: WoodworkingChair + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WoodworkingChair + nameWithType: FurnitureType.WoodworkingChair + fullName: TinyLife.Objects.FurnitureType.WoodworkingChair + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WoodworkingChair + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 237 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType WoodworkingChair + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly WoodworkingChair As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.WoodworkingCloset + commentId: F:TinyLife.Objects.FurnitureType.WoodworkingCloset + id: WoodworkingCloset + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: WoodworkingCloset + nameWithType: FurnitureType.WoodworkingCloset + fullName: TinyLife.Objects.FurnitureType.WoodworkingCloset + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WoodworkingCloset + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 243 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType WoodworkingCloset + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly WoodworkingCloset As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.UnfinishedWoodwork + commentId: F:TinyLife.Objects.FurnitureType.UnfinishedWoodwork + id: UnfinishedWoodwork + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: UnfinishedWoodwork + nameWithType: FurnitureType.UnfinishedWoodwork + fullName: TinyLife.Objects.FurnitureType.UnfinishedWoodwork + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: UnfinishedWoodwork + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 253 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType UnfinishedWoodwork + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly UnfinishedWoodwork As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.RetroFridge + commentId: F:TinyLife.Objects.FurnitureType.RetroFridge + id: RetroFridge + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: RetroFridge + nameWithType: FurnitureType.RetroFridge + fullName: TinyLife.Objects.FurnitureType.RetroFridge + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroFridge + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 259 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType RetroFridge + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly RetroFridge As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.RetroStove + commentId: F:TinyLife.Objects.FurnitureType.RetroStove + id: RetroStove + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: RetroStove + nameWithType: FurnitureType.RetroStove + fullName: TinyLife.Objects.FurnitureType.RetroStove + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroStove + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 266 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType RetroStove + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly RetroStove As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.RetroDinnerTable + commentId: F:TinyLife.Objects.FurnitureType.RetroDinnerTable + id: RetroDinnerTable + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: RetroDinnerTable + nameWithType: FurnitureType.RetroDinnerTable + fullName: TinyLife.Objects.FurnitureType.RetroDinnerTable + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroDinnerTable + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 275 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType RetroDinnerTable + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly RetroDinnerTable As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.RetroSingleTable + commentId: F:TinyLife.Objects.FurnitureType.RetroSingleTable + id: RetroSingleTable + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: RetroSingleTable + nameWithType: FurnitureType.RetroSingleTable + fullName: TinyLife.Objects.FurnitureType.RetroSingleTable + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroSingleTable + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 279 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType RetroSingleTable + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly RetroSingleTable As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.FurnitureType.RetroTv + commentId: F:TinyLife.Objects.FurnitureType.RetroTv + id: RetroTv + parent: TinyLife.Objects.FurnitureType + langs: + - csharp + - vb + name: RetroTv + nameWithType: FurnitureType.RetroTv + fullName: TinyLife.Objects.FurnitureType.RetroTv + type: Field + source: + remote: + path: TinyLife/Objects/FurnitureType.Sets.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroTv + path: ../TinyLife/Objects/FurnitureType.Sets.cs + startLine: 283 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly FurnitureType RetroTv + return: + type: TinyLife.Objects.FurnitureType + content.vb: Public Shared ReadOnly RetroTv As FurnitureType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly references: - uid: TinyLife.Objects.Furniture commentId: T:TinyLife.Objects.Furniture diff --git a/docs/api/TinyLife.Objects.Gravestone.yml b/docs/api/TinyLife.Objects.Gravestone.yml index ca886d9..bd641e3 100644 --- a/docs/api/TinyLife.Objects.Gravestone.yml +++ b/docs/api/TinyLife.Objects.Gravestone.yml @@ -7,7 +7,7 @@ items: children: - TinyLife.Objects.Gravestone.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Gravestone.DeadPerson - - TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Gravestone.Reason langs: @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gravestone path: ../TinyLife/Objects/Gravestone.cs - startLine: 9 + startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -83,12 +83,12 @@ items: - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -118,6 +118,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -168,7 +169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeadPerson path: ../TinyLife/Objects/Gravestone.cs - startLine: 15 + startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -205,7 +206,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reason path: ../TinyLife/Objects/Gravestone.cs - startLine: 23 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -248,7 +249,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Gravestone.cs - startLine: 28 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -281,45 +282,50 @@ items: - Public fullName.vb: TinyLife.Objects.Gravestone.Gravestone(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) name.vb: Gravestone(Guid, FurnitureType, Int32(), Map, Vector2) -- uid: TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Gravestone langs: - csharp - vb - name: GetHoverInfo(Tooltip) - nameWithType: Gravestone.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Gravestone.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Gravestone.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Gravestone.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo + id: GetDescription path: ../TinyLife/Objects/Gravestone.cs - startLine: 32 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetHoverInfo(Tooltip tooltip) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - - id: tooltip - type: MLEM.Ui.Elements.Tooltip - description: The tooltip that will be displayed. - content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) - overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - overload: TinyLife.Objects.Gravestone.GetHoverInfo* + - id: description + type: System.Collections.Generic.List{System.String} + description: The description to add to. + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + overload: TinyLife.Objects.Gravestone.GetDescription* + nameWithType.vb: Gravestone.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Objects.Gravestone.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) - uid: TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.Objects.Gravestone.GetPathCostModifier(Microsoft.Xna.Framework.Point) id: GetPathCostModifier(Microsoft.Xna.Framework.Point) @@ -338,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCostModifier path: ../TinyLife/Objects/Gravestone.cs - startLine: 39 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1229,6 +1235,45 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Furniture @@ -1756,70 +1801,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - parent: TinyLife.Objects.Furniture - isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) - spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture @@ -3265,6 +3246,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -4771,63 +4758,187 @@ references: name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework -- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetHoverInfo(Tooltip) - nameWithType: Furniture.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Gravestone.GetHoverInfo* - commentId: Overload:TinyLife.Objects.Gravestone.GetHoverInfo - name: GetHoverInfo - nameWithType: Gravestone.GetHoverInfo - fullName: TinyLife.Objects.Gravestone.GetHoverInfo -- uid: MLEM.Ui.Elements.Tooltip - commentId: T:MLEM.Ui.Elements.Tooltip - parent: MLEM.Ui.Elements + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Objects.Gravestone.GetDescription* + commentId: Overload:TinyLife.Objects.Gravestone.GetDescription + name: GetDescription + nameWithType: Gravestone.GetDescription + fullName: TinyLife.Objects.Gravestone.GetDescription +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of System.String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Boolean + commentId: T:System.Boolean + parent: System isExternal: true - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip -- uid: MLEM.Ui.Elements - commentId: N:MLEM.Ui.Elements + name: Boolean + nameWithType: Boolean + fullName: System.Boolean +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 isExternal: true - name: MLEM.Ui.Elements - nameWithType: MLEM.Ui.Elements - fullName: MLEM.Ui.Elements + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic + isExternal: true + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.LifeSpan.yml b/docs/api/TinyLife.Objects.LifeSpan.yml index 0779d88..02d59bc 100644 --- a/docs/api/TinyLife.Objects.LifeSpan.yml +++ b/docs/api/TinyLife.Objects.LifeSpan.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeSpan path: ../TinyLife/Objects/Person.cs - startLine: 2742 + startLine: 2756 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -61,7 +61,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryShort path: ../TinyLife/Objects/Person.cs - startLine: 2745 + startLine: 2759 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Short path: ../TinyLife/Objects/Person.cs - startLine: 2746 + startLine: 2760 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Normal path: ../TinyLife/Objects/Person.cs - startLine: 2747 + startLine: 2761 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -157,7 +157,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Long path: ../TinyLife/Objects/Person.cs - startLine: 2748 + startLine: 2762 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -189,7 +189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryLong path: ../TinyLife/Objects/Person.cs - startLine: 2749 + startLine: 2763 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -221,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Infinite path: ../TinyLife/Objects/Person.cs - startLine: 2750 + startLine: 2764 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.LightFurniture.yml b/docs/api/TinyLife.Objects.LightFurniture.yml index 3dd7ce7..0ab6f1b 100644 --- a/docs/api/TinyLife.Objects.LightFurniture.yml +++ b/docs/api/TinyLife.Objects.LightFurniture.yml @@ -94,7 +94,7 @@ items: - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -124,6 +124,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1921,18 +1922,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1955,11 +1956,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1982,6 +1991,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3430,6 +3447,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.MapObject.yml b/docs/api/TinyLife.Objects.MapObject.yml index b6dc6e8..95d4624 100644 --- a/docs/api/TinyLife.Objects.MapObject.yml +++ b/docs/api/TinyLife.Objects.MapObject.yml @@ -34,6 +34,7 @@ items: - TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnEventsAttachable + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.OnRemoved - TinyLife.Objects.MapObject.OnUpdate - TinyLife.Objects.MapObject.OnValidated @@ -57,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapObject path: ../TinyLife/Objects/MapObject.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -125,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonRotationOrder path: ../TinyLife/Objects/MapObject.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -162,7 +163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCreated path: ../TinyLife/Objects/MapObject.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -197,7 +198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnValidated path: ../TinyLife/Objects/MapObject.cs - startLine: 48 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -232,7 +233,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEventsAttachable path: ../TinyLife/Objects/MapObject.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -267,7 +268,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnDraw path: ../TinyLife/Objects/MapObject.cs - startLine: 59 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -300,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnUpdate path: ../TinyLife/Objects/MapObject.cs - startLine: 65 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -315,6 +316,37 @@ items: - public modifiers.vb: - Public +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + id: OnGetHoverInfo + parent: TinyLife.Objects.MapObject + langs: + - csharp + - vb + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo + type: Event + source: + remote: + path: TinyLife/Objects/MapObject.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OnGetHoverInfo + path: ../TinyLife/Objects/MapObject.cs + startLine: 65 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public event Action OnGetHoverInfo + return: + type: System.Action{MLEM.Ui.Elements.Tooltip} + content.vb: Public Event OnGetHoverInfo As Action(Of Tooltip) + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position id: Position @@ -944,7 +976,7 @@ items: assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method raises for , and adds additional information for and .\n" example: [] syntax: content: public virtual void GetHoverInfo(Tooltip tooltip) @@ -978,7 +1010,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAiPriority path: ../TinyLife/Objects/MapObject.cs - startLine: 217 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1022,7 +1054,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAction path: ../TinyLife/Objects/MapObject.cs - startLine: 230 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1072,7 +1104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionCompleted path: ../TinyLife/Objects/MapObject.cs - startLine: 242 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1116,7 +1148,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdate path: ../TinyLife/Objects/MapObject.cs - startLine: 254 + startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1166,7 +1198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/Objects/MapObject.cs - startLine: 262 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1210,7 +1242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/Objects/MapObject.cs - startLine: 272 + startLine: 274 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1251,7 +1283,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetMapAndValidate path: ../TinyLife/Objects/MapObject.cs - startLine: 279 + startLine: 281 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1290,7 +1322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasCategory path: ../TinyLife/Objects/MapObject.cs - startLine: 290 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1332,7 +1364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/MapObject.cs - startLine: 306 + startLine: 308 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1385,7 +1417,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRestoreNeedModifier path: ../TinyLife/Objects/MapObject.cs - startLine: 321 + startLine: 323 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1435,7 +1467,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFreeSpot path: ../TinyLife/Objects/MapObject.cs - startLine: 332 + startLine: 334 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1476,7 +1508,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCostModifier path: ../TinyLife/Objects/MapObject.cs - startLine: 344 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1517,7 +1549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoDraw path: ../TinyLife/Objects/MapObject.cs - startLine: 356 + startLine: 358 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1568,7 +1600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoUpdate path: ../TinyLife/Objects/MapObject.cs - startLine: 373 + startLine: 375 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1610,7 +1642,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawColumns path: ../TinyLife/Objects/MapObject.cs - startLine: 402 + startLine: 404 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1696,7 +1728,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetModCategory path: ../TinyLife/Objects/MapObject.cs - startLine: 470 + startLine: 469 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2710,6 +2742,50 @@ references: name: UpdateDelegate nameWithType: UpdateDelegate fullName: TinyLife.World.UpdateDelegate +- uid: System.Action{MLEM.Ui.Elements.Tooltip} + commentId: T:System.Action{MLEM.Ui.Elements.Tooltip} + parent: System + definition: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + nameWithType.vb: Action(Of Tooltip) + fullName.vb: System.Action(Of MLEM.Ui.Elements.Tooltip) + name.vb: Action(Of Tooltip) + spec.csharp: + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Action`1 + name: Action + nameWithType: Action + fullName: System.Action + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.MapObject.Position* commentId: Overload:TinyLife.Objects.MapObject.Position name: Position @@ -3227,6 +3303,12 @@ references: name: OnRemoved nameWithType: MapObject.OnRemoved fullName: TinyLife.Objects.MapObject.OnRemoved +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.GetHoverInfo* commentId: Overload:TinyLife.Objects.MapObject.GetHoverInfo name: GetHoverInfo diff --git a/docs/api/TinyLife.Objects.Newspaper.yml b/docs/api/TinyLife.Objects.Newspaper.yml index 7a76bed..e7dd36f 100644 --- a/docs/api/TinyLife.Objects.Newspaper.yml +++ b/docs/api/TinyLife.Objects.Newspaper.yml @@ -6,7 +6,7 @@ items: parent: TinyLife.Objects children: - TinyLife.Objects.Newspaper.Day - - TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Newspaper.IsExpired langs: - csharp @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Newspaper path: ../TinyLife/Objects/Newspaper.cs - startLine: 12 + startLine: 13 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -81,12 +81,12 @@ items: - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -116,6 +116,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -167,7 +168,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Day path: ../TinyLife/Objects/Newspaper.cs - startLine: 18 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -210,7 +211,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsExpired path: ../TinyLife/Objects/Newspaper.cs - startLine: 23 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -229,45 +230,50 @@ items: modifiers.vb: - Public - ReadOnly -- uid: TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Newspaper langs: - csharp - vb - name: GetHoverInfo(Tooltip) - nameWithType: Newspaper.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Newspaper.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Newspaper.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Newspaper.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo + id: GetDescription path: ../TinyLife/Objects/Newspaper.cs - startLine: 29 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetHoverInfo(Tooltip tooltip) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - - id: tooltip - type: MLEM.Ui.Elements.Tooltip - description: The tooltip that will be displayed. - content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) - overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - overload: TinyLife.Objects.Newspaper.GetHoverInfo* + - id: description + type: System.Collections.Generic.List{System.String} + description: The description to add to. + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + overload: TinyLife.Objects.Newspaper.GetDescription* + nameWithType.vb: Newspaper.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Objects.Newspaper.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) references: - uid: TinyLife.Objects.FurnitureType.Newspaper commentId: F:TinyLife.Objects.FurnitureType.Newspaper @@ -1138,6 +1144,45 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Furniture @@ -1665,70 +1710,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - parent: TinyLife.Objects.Furniture - isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) - spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture @@ -3174,6 +3155,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -4658,60 +4645,177 @@ references: name: Boolean nameWithType: Boolean fullName: System.Boolean -- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetHoverInfo(Tooltip) - nameWithType: Furniture.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Newspaper.GetHoverInfo* - commentId: Overload:TinyLife.Objects.Newspaper.GetHoverInfo - name: GetHoverInfo - nameWithType: Newspaper.GetHoverInfo - fullName: TinyLife.Objects.Newspaper.GetHoverInfo -- uid: MLEM.Ui.Elements.Tooltip - commentId: T:MLEM.Ui.Elements.Tooltip - parent: MLEM.Ui.Elements + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Objects.Newspaper.GetDescription* + commentId: Overload:TinyLife.Objects.Newspaper.GetDescription + name: GetDescription + nameWithType: Newspaper.GetDescription + fullName: TinyLife.Objects.Newspaper.GetDescription +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of System.String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.List`1 + commentId: T:System.Collections.Generic.List`1 isExternal: true - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip -- uid: MLEM.Ui.Elements - commentId: N:MLEM.Ui.Elements + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of T) + fullName.vb: System.Collections.Generic.List(Of T) + name.vb: List(Of T) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T + nameWithType: T + fullName: T + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic + commentId: N:System.Collections.Generic isExternal: true - name: MLEM.Ui.Elements - nameWithType: MLEM.Ui.Elements - fullName: MLEM.Ui.Elements + name: System.Collections.Generic + nameWithType: System.Collections.Generic + fullName: System.Collections.Generic diff --git a/docs/api/TinyLife.Objects.ObjectCategory.yml b/docs/api/TinyLife.Objects.ObjectCategory.yml index 0cb8f0f..3cb4311 100644 --- a/docs/api/TinyLife.Objects.ObjectCategory.yml +++ b/docs/api/TinyLife.Objects.ObjectCategory.yml @@ -53,6 +53,7 @@ items: - TinyLife.Objects.ObjectCategory.op_Implicit(System.Numerics.BigInteger)~TinyLife.Objects.ObjectCategory - TinyLife.Objects.ObjectCategory.op_Implicit(TinyLife.Objects.ObjectCategory)~System.Numerics.BigInteger - TinyLife.Objects.ObjectCategory.op_OnesComplement(TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.ObjectCategory.OpeningHoursSign - TinyLife.Objects.ObjectCategory.Oven - TinyLife.Objects.ObjectCategory.People - TinyLife.Objects.ObjectCategory.RoofAttached @@ -91,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ObjectCategory path: ../TinyLife/Objects/MapObject.cs - startLine: 493 + startLine: 492 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -161,7 +162,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Nothing path: ../TinyLife/Objects/MapObject.cs - startLine: 496 + startLine: 495 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -198,7 +199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ground path: ../TinyLife/Objects/MapObject.cs - startLine: 498 + startLine: 497 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -235,7 +236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Chair path: ../TinyLife/Objects/MapObject.cs - startLine: 500 + startLine: 499 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -272,7 +273,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Toilet path: ../TinyLife/Objects/MapObject.cs - startLine: 502 + startLine: 501 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -309,7 +310,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SingleBed path: ../TinyLife/Objects/MapObject.cs - startLine: 504 + startLine: 503 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -346,7 +347,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DoubleBed path: ../TinyLife/Objects/MapObject.cs - startLine: 506 + startLine: 505 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -383,7 +384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fridge path: ../TinyLife/Objects/MapObject.cs - startLine: 508 + startLine: 507 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -420,7 +421,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shower path: ../TinyLife/Objects/MapObject.cs - startLine: 510 + startLine: 509 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -457,7 +458,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Counter path: ../TinyLife/Objects/MapObject.cs - startLine: 512 + startLine: 511 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -494,7 +495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Stove path: ../TinyLife/Objects/MapObject.cs - startLine: 514 + startLine: 513 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -531,7 +532,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Oven path: ../TinyLife/Objects/MapObject.cs - startLine: 516 + startLine: 515 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -568,7 +569,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmallObject path: ../TinyLife/Objects/MapObject.cs - startLine: 518 + startLine: 517 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -605,7 +606,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NonBuyable path: ../TinyLife/Objects/MapObject.cs - startLine: 520 + startLine: 519 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -642,7 +643,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Table path: ../TinyLife/Objects/MapObject.cs - startLine: 522 + startLine: 521 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -679,7 +680,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Holdable path: ../TinyLife/Objects/MapObject.cs - startLine: 524 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -716,7 +717,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeskObject path: ../TinyLife/Objects/MapObject.cs - startLine: 526 + startLine: 525 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -753,7 +754,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisallowedOnGround path: ../TinyLife/Objects/MapObject.cs - startLine: 528 + startLine: 527 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -790,7 +791,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Computer path: ../TinyLife/Objects/MapObject.cs - startLine: 530 + startLine: 529 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -827,7 +828,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sink path: ../TinyLife/Objects/MapObject.cs - startLine: 532 + startLine: 531 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -864,7 +865,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CounterObject path: ../TinyLife/Objects/MapObject.cs - startLine: 534 + startLine: 533 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -901,7 +902,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cleanable path: ../TinyLife/Objects/MapObject.cs - startLine: 536 + startLine: 535 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -938,7 +939,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: People path: ../TinyLife/Objects/MapObject.cs - startLine: 538 + startLine: 537 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -975,7 +976,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mailbox path: ../TinyLife/Objects/MapObject.cs - startLine: 540 + startLine: 539 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1012,7 +1013,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wardrobe path: ../TinyLife/Objects/MapObject.cs - startLine: 542 + startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1049,7 +1050,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NaturalGroundRequired path: ../TinyLife/Objects/MapObject.cs - startLine: 544 + startLine: 543 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1086,7 +1087,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WaterRequired path: ../TinyLife/Objects/MapObject.cs - startLine: 546 + startLine: 545 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1123,7 +1124,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Self path: ../TinyLife/Objects/MapObject.cs - startLine: 548 + startLine: 547 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1160,7 +1161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallHanging path: ../TinyLife/Objects/MapObject.cs - startLine: 550 + startLine: 549 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1197,7 +1198,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ForceGridPlacement path: ../TinyLife/Objects/MapObject.cs - startLine: 552 + startLine: 551 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1234,7 +1235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Easel path: ../TinyLife/Objects/MapObject.cs - startLine: 554 + startLine: 553 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1271,7 +1272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mirror path: ../TinyLife/Objects/MapObject.cs - startLine: 556 + startLine: 555 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1308,7 +1309,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bookshelf path: ../TinyLife/Objects/MapObject.cs - startLine: 558 + startLine: 557 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1345,7 +1346,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NonColliding path: ../TinyLife/Objects/MapObject.cs - startLine: 560 + startLine: 559 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1382,7 +1383,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gravestone path: ../TinyLife/Objects/MapObject.cs - startLine: 562 + startLine: 561 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1419,7 +1420,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NonSellable path: ../TinyLife/Objects/MapObject.cs - startLine: 564 + startLine: 563 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1456,7 +1457,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NonMovable path: ../TinyLife/Objects/MapObject.cs - startLine: 566 + startLine: 565 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1493,7 +1494,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tree path: ../TinyLife/Objects/MapObject.cs - startLine: 568 + startLine: 567 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1530,7 +1531,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Television path: ../TinyLife/Objects/MapObject.cs - startLine: 570 + startLine: 569 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1567,7 +1568,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BartendingObject path: ../TinyLife/Objects/MapObject.cs - startLine: 572 + startLine: 571 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1604,7 +1605,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walls path: ../TinyLife/Objects/MapObject.cs - startLine: 574 + startLine: 573 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1641,7 +1642,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LargeSurfaceObject path: ../TinyLife/Objects/MapObject.cs - startLine: 576 + startLine: 575 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1678,7 +1679,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingDesk path: ../TinyLife/Objects/MapObject.cs - startLine: 578 + startLine: 577 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1715,7 +1716,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lamp path: ../TinyLife/Objects/MapObject.cs - startLine: 580 + startLine: 579 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1752,7 +1753,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CeilingHanging path: ../TinyLife/Objects/MapObject.cs - startLine: 582 + startLine: 581 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1789,7 +1790,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCoverWindow path: ../TinyLife/Objects/MapObject.cs - startLine: 584 + startLine: 583 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1826,7 +1827,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCoverDoor path: ../TinyLife/Objects/MapObject.cs - startLine: 586 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1863,7 +1864,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Barbecue path: ../TinyLife/Objects/MapObject.cs - startLine: 588 + startLine: 587 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1900,7 +1901,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TrashCan path: ../TinyLife/Objects/MapObject.cs - startLine: 590 + startLine: 589 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1937,7 +1938,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeThrownAway path: ../TinyLife/Objects/MapObject.cs - startLine: 592 + startLine: 591 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1974,7 +1975,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBeScrapped path: ../TinyLife/Objects/MapObject.cs - startLine: 594 + startLine: 593 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2011,7 +2012,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ObstructedByRoofs path: ../TinyLife/Objects/MapObject.cs - startLine: 596 + startLine: 595 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2048,7 +2049,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoofAttached path: ../TinyLife/Objects/MapObject.cs - startLine: 598 + startLine: 597 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2085,7 +2086,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FireLight path: ../TinyLife/Objects/MapObject.cs - startLine: 600 + startLine: 599 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2122,7 +2123,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToyBox path: ../TinyLife/Objects/MapObject.cs - startLine: 602 + startLine: 601 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2159,7 +2160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WoodworkingItem path: ../TinyLife/Objects/MapObject.cs - startLine: 604 + startLine: 603 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2196,7 +2197,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildStove path: ../TinyLife/Objects/MapObject.cs - startLine: 606 + startLine: 605 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2233,7 +2234,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sandbox path: ../TinyLife/Objects/MapObject.cs - startLine: 608 + startLine: 607 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2270,7 +2271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: JungleGym path: ../TinyLife/Objects/MapObject.cs - startLine: 610 + startLine: 609 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2307,7 +2308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Treadmill path: ../TinyLife/Objects/MapObject.cs - startLine: 612 + startLine: 611 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2344,7 +2345,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DumbbellHolder path: ../TinyLife/Objects/MapObject.cs - startLine: 614 + startLine: 613 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2381,7 +2382,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Newspaper path: ../TinyLife/Objects/MapObject.cs - startLine: 616 + startLine: 615 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2418,7 +2419,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CoffeeMachine path: ../TinyLife/Objects/MapObject.cs - startLine: 618 + startLine: 617 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2455,7 +2456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CafeDisplayCase path: ../TinyLife/Objects/MapObject.cs - startLine: 620 + startLine: 619 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2492,7 +2493,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GroundItem path: ../TinyLife/Objects/MapObject.cs - startLine: 622 + startLine: 621 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2529,7 +2530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TreeDecor path: ../TinyLife/Objects/MapObject.cs - startLine: 624 + startLine: 623 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2548,6 +2549,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Objects.ObjectCategory.OpeningHoursSign + commentId: F:TinyLife.Objects.ObjectCategory.OpeningHoursSign + id: OpeningHoursSign + parent: TinyLife.Objects.ObjectCategory + langs: + - csharp + - vb + name: OpeningHoursSign + nameWithType: ObjectCategory.OpeningHoursSign + fullName: TinyLife.Objects.ObjectCategory.OpeningHoursSign + type: Field + source: + remote: + path: TinyLife/Objects/MapObject.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OpeningHoursSign + path: ../TinyLife/Objects/MapObject.cs + startLine: 624 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly ObjectCategory OpeningHoursSign + return: + type: TinyLife.Objects.ObjectCategory + content.vb: Public Shared ReadOnly OpeningHoursSign As ObjectCategory + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger) id: '#ctor(System.String,System.Numerics.BigInteger)' diff --git a/docs/api/TinyLife.Objects.Outfit.yml b/docs/api/TinyLife.Objects.Outfit.yml index e30fc0b..90c80bb 100644 --- a/docs/api/TinyLife.Objects.Outfit.yml +++ b/docs/api/TinyLife.Objects.Outfit.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outfit path: ../TinyLife/Objects/Clothes.cs - startLine: 442 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Clothes path: ../TinyLife/Objects/Clothes.cs - startLine: 450 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intentions path: ../TinyLife/Objects/Clothes.cs - startLine: 456 + startLine: 291 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -168,7 +168,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Clothes.cs - startLine: 462 + startLine: 297 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -207,7 +207,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIntentionPercentage path: ../TinyLife/Objects/Clothes.cs - startLine: 472 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -246,7 +246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EnsureIntentionsMatch path: ../TinyLife/Objects/Clothes.cs - startLine: 490 + startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -282,7 +282,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetRandomClothesItem path: ../TinyLife/Objects/Clothes.cs - startLine: 511 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.OverlayWallHanging.yml b/docs/api/TinyLife.Objects.OverlayWallHanging.yml index 9172797..be5f32d 100644 --- a/docs/api/TinyLife.Objects.OverlayWallHanging.yml +++ b/docs/api/TinyLife.Objects.OverlayWallHanging.yml @@ -85,7 +85,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -115,6 +115,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1437,18 +1438,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1471,11 +1472,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1498,6 +1507,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -2946,6 +2963,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Painting.yml b/docs/api/TinyLife.Objects.Painting.yml index 0b25d7f..e9341f3 100644 --- a/docs/api/TinyLife.Objects.Painting.yml +++ b/docs/api/TinyLife.Objects.Painting.yml @@ -8,7 +8,7 @@ items: - TinyLife.Objects.Painting.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Painting.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Painting.EmitsCreativeEmotion - - TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + - TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Painting.GetPrice - TinyLife.Objects.Painting.PaintingType - TinyLife.Objects.Painting.Progress @@ -85,10 +85,10 @@ items: - TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) + - TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -118,6 +118,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -485,45 +486,50 @@ items: modifiers.vb: - Public - Overrides -- uid: TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + id: GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Painting langs: - csharp - vb - name: GetHoverInfo(Tooltip) - nameWithType: Painting.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Painting.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Painting.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List, System.Boolean) type: Method source: remote: path: TinyLife/Objects/Painting.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: GetHoverInfo + id: GetDescription path: ../TinyLife/Objects/Painting.cs startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nThis method allows adding a set of strings to the description list that get displayed when the object is hovered over in the build mode or household storage UIs.\nBy default, this method adds various strings related to the , , , and also invokes the event.\n" example: [] syntax: - content: public override void GetHoverInfo(Tooltip tooltip) + content: public override void GetDescription(List description, bool forHoverInfo) parameters: - - id: tooltip - type: MLEM.Ui.Elements.Tooltip - description: The tooltip that will be displayed. - content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) - overridden: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - overload: TinyLife.Objects.Painting.GetHoverInfo* + - id: description + type: System.Collections.Generic.List{System.String} + description: The description to add to. + - id: forHoverInfo + type: System.Boolean + content.vb: Public Overrides Sub GetDescription(description As List(Of String), forHoverInfo As Boolean) + overridden: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + overload: TinyLife.Objects.Painting.GetDescription* + nameWithType.vb: Painting.GetDescription(List(Of String), Boolean) modifiers.csharp: - public - override modifiers.vb: - Public - Overrides + fullName.vb: TinyLife.Objects.Painting.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) references: - uid: TinyLife.Objects commentId: N:TinyLife.Objects @@ -1363,6 +1369,45 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + parent: TinyLife.Objects.Furniture + isExternal: true + name: GetHoverInfo(Tooltip) + nameWithType: Furniture.GetHoverInfo(Tooltip) + fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + spec.csharp: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetHoverInfo + nameWithType: Furniture.GetHoverInfo + fullName: TinyLife.Objects.Furniture.GetHoverInfo + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Tooltip + name: Tooltip + nameWithType: Tooltip + fullName: MLEM.Ui.Elements.Tooltip + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.Furniture @@ -1580,70 +1625,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - parent: TinyLife.Objects.Furniture - isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) - spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: < - nameWithType: < - fullName: < - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: '>' - nameWithType: '>' - fullName: '>' - - name: ) - nameWithType: ) - fullName: ) - spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - name: GetDescription - nameWithType: Furniture.GetDescription - fullName: TinyLife.Objects.Furniture.GetDescription - - name: ( - nameWithType: ( - fullName: ( - - uid: System.Collections.Generic.List`1 - name: List - nameWithType: List - fullName: System.Collections.Generic.List - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - uid: System.String - name: String - nameWithType: String - fullName: System.String - isExternal: true - - name: ) - nameWithType: ) - fullName: ) - - name: ) - nameWithType: ) - fullName: ) - uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) parent: TinyLife.Objects.Furniture @@ -3089,6 +3070,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -5198,60 +5185,132 @@ references: name: Validate nameWithType: Painting.Validate fullName: TinyLife.Objects.Painting.Validate -- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetHoverInfo(Tooltip) - nameWithType: Furniture.GetHoverInfo(Tooltip) - fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - name: GetHoverInfo - nameWithType: Furniture.GetHoverInfo - fullName: TinyLife.Objects.Furniture.GetHoverInfo + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + name: GetDescription + nameWithType: Furniture.GetDescription + fullName: TinyLife.Objects.Furniture.GetDescription - name: ( nameWithType: ( fullName: ( - - uid: MLEM.Ui.Elements.Tooltip - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Objects.Painting.GetDescription* + commentId: Overload:TinyLife.Objects.Painting.GetDescription + name: GetDescription + nameWithType: Painting.GetDescription + fullName: TinyLife.Objects.Painting.GetDescription +- uid: System.Collections.Generic.List{System.String} + commentId: T:System.Collections.Generic.List{System.String} + parent: System.Collections.Generic + definition: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + nameWithType.vb: List(Of String) + fullName.vb: System.Collections.Generic.List(Of System.String) + name.vb: List(Of String) + spec.csharp: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.String + name: String + nameWithType: String + fullName: System.String + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.List`1 + name: List + nameWithType: List + fullName: System.Collections.Generic.List + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.String + name: String + nameWithType: String + fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Painting.GetHoverInfo* - commentId: Overload:TinyLife.Objects.Painting.GetHoverInfo - name: GetHoverInfo - nameWithType: Painting.GetHoverInfo - fullName: TinyLife.Objects.Painting.GetHoverInfo -- uid: MLEM.Ui.Elements.Tooltip - commentId: T:MLEM.Ui.Elements.Tooltip - parent: MLEM.Ui.Elements - isExternal: true - name: Tooltip - nameWithType: Tooltip - fullName: MLEM.Ui.Elements.Tooltip -- uid: MLEM.Ui.Elements - commentId: N:MLEM.Ui.Elements - isExternal: true - name: MLEM.Ui.Elements - nameWithType: MLEM.Ui.Elements - fullName: MLEM.Ui.Elements diff --git a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml index 0b6b43d..3717e6c 100644 --- a/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionUpdateDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2606 + startLine: 2620 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.DeathReason.yml b/docs/api/TinyLife.Objects.Person.DeathReason.yml index 70c0a6d..cbce3bd 100644 --- a/docs/api/TinyLife.Objects.Person.DeathReason.yml +++ b/docs/api/TinyLife.Objects.Person.DeathReason.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DeathReason path: ../TinyLife/Objects/Person.cs - startLine: 2671 + startLine: 2685 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -58,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Starvation path: ../TinyLife/Objects/Person.cs - startLine: 2677 + startLine: 2691 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InexplicableReasons path: ../TinyLife/Objects/Person.cs - startLine: 2682 + startLine: 2696 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Electrocution path: ../TinyLife/Objects/Person.cs - startLine: 2687 + startLine: 2701 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TooMuchProtein path: ../TinyLife/Objects/Person.cs - startLine: 2691 + startLine: 2705 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml index f0927d5..03a878d 100644 --- a/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EfficiencyModifierDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2591 + startLine: 2605 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml index aef91b2..04afc6b 100644 --- a/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.EmotionModifiersChangedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiersChangedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2616 + startLine: 2630 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml index 8b3c8cf..9d239f8 100644 --- a/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PassiveActionPriorityDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2601 + startLine: 2615 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.Pose.yml b/docs/api/TinyLife.Objects.Person.Pose.yml index 5c966b5..496513d 100644 --- a/docs/api/TinyLife.Objects.Person.Pose.yml +++ b/docs/api/TinyLife.Objects.Person.Pose.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pose path: ../TinyLife/Objects/Person.cs - startLine: 2621 + startLine: 2635 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -65,7 +65,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Standing path: ../TinyLife/Objects/Person.cs - startLine: 2626 + startLine: 2640 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -99,7 +99,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walking path: ../TinyLife/Objects/Person.cs - startLine: 2630 + startLine: 2644 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -133,7 +133,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sitting path: ../TinyLife/Objects/Person.cs - startLine: 2634 + startLine: 2648 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -167,7 +167,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Laying path: ../TinyLife/Objects/Person.cs - startLine: 2639 + startLine: 2653 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SittingGround path: ../TinyLife/Objects/Person.cs - startLine: 2644 + startLine: 2658 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -235,7 +235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingStanding path: ../TinyLife/Objects/Person.cs - startLine: 2648 + startLine: 2662 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -269,7 +269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSitting path: ../TinyLife/Objects/Person.cs - startLine: 2652 + startLine: 2666 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -303,7 +303,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkingSittingGround path: ../TinyLife/Objects/Person.cs - startLine: 2656 + startLine: 2670 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -337,7 +337,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Running path: ../TinyLife/Objects/Person.cs - startLine: 2660 + startLine: 2674 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StandingArmsOut path: ../TinyLife/Objects/Person.cs - startLine: 2664 + startLine: 2678 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml index c738d69..e8666c2 100644 --- a/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.RestoreNeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RestoreNeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2611 + startLine: 2625 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml index 7473847..ff3e699 100644 --- a/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml +++ b/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WalkSpeedDelegate path: ../TinyLife/Objects/Person.cs - startLine: 2596 + startLine: 2610 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.Person.yml b/docs/api/TinyLife.Objects.Person.yml index f71c517..eb55f8d 100644 --- a/docs/api/TinyLife.Objects.Person.yml +++ b/docs/api/TinyLife.Objects.Person.yml @@ -146,6 +146,7 @@ items: - TinyLife.Objects.Person.Skills - TinyLife.Objects.Person.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) - TinyLife.Objects.Person.SpeakSounds + - TinyLife.Objects.Person.SpeakStyles - TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) - TinyLife.Objects.Person.StopEmoting - TinyLife.Objects.Person.StopSpeaking @@ -159,6 +160,7 @@ items: - TinyLife.Objects.Person.VisualPosition - TinyLife.Objects.Person.VoicePitch - TinyLife.Objects.Person.VoiceStyle + - TinyLife.Objects.Person.VoiceStyles - TinyLife.Objects.Person.WornLayers langs: - csharp @@ -174,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Objects/Person.cs - startLine: 48 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -200,6 +202,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Visibility - TinyLife.Objects.MapObject.Id @@ -260,7 +263,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRecentActionsAmount path: ../TinyLife/Objects/Person.cs - startLine: 53 + startLine: 51 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -295,7 +298,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AgeGroups path: ../TinyLife/Objects/Person.cs - startLine: 59 + startLine: 57 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -332,7 +335,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeakSounds path: ../TinyLife/Objects/Person.cs - startLine: 63 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -351,6 +354,76 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Objects.Person.SpeakStyles + commentId: F:TinyLife.Objects.Person.SpeakStyles + id: SpeakStyles + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: SpeakStyles + nameWithType: Person.SpeakStyles + fullName: TinyLife.Objects.Person.SpeakStyles + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SpeakStyles + path: ../TinyLife/Objects/Person.cs + startLine: 62 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly SpeakStyle[] SpeakStyles + return: + type: TinyLife.Objects.SpeakStyle[] + content.vb: Public Shared ReadOnly SpeakStyles As SpeakStyle() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly +- uid: TinyLife.Objects.Person.VoiceStyles + commentId: F:TinyLife.Objects.Person.VoiceStyles + id: VoiceStyles + parent: TinyLife.Objects.Person + langs: + - csharp + - vb + name: VoiceStyles + nameWithType: Person.VoiceStyles + fullName: TinyLife.Objects.Person.VoiceStyles + type: Field + source: + remote: + path: TinyLife/Objects/Person.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: VoiceStyles + path: ../TinyLife/Objects/Person.cs + startLine: 63 + assemblies: + - Tiny Life + namespace: TinyLife.Objects + syntax: + content: public static readonly VoiceStyle[] VoiceStyles + return: + type: TinyLife.Objects.VoiceStyle[] + content.vb: Public Shared ReadOnly VoiceStyles As VoiceStyle() + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Objects.Person.ParentInfo commentId: P:TinyLife.Objects.Person.ParentInfo id: ParentInfo @@ -369,7 +442,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParentInfo path: ../TinyLife/Objects/Person.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -409,7 +482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentActions path: ../TinyLife/Objects/Person.cs - startLine: 82 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -454,7 +527,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ActionQueue path: ../TinyLife/Objects/Person.cs - startLine: 89 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -499,7 +572,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllActions path: ../TinyLife/Objects/Person.cs - startLine: 93 + startLine: 92 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -536,7 +609,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Needs path: ../TinyLife/Objects/Person.cs - startLine: 99 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -581,7 +654,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Objects/Person.cs - startLine: 105 + startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -626,7 +699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationships path: ../TinyLife/Objects/Person.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -671,7 +744,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outfits path: ../TinyLife/Objects/Person.cs - startLine: 117 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -720,7 +793,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonalityTypes path: ../TinyLife/Objects/Person.cs - startLine: 123 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -765,7 +838,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmotionModifiers path: ../TinyLife/Objects/Person.cs - startLine: 129 + startLine: 128 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -810,7 +883,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Projects path: ../TinyLife/Objects/Person.cs - startLine: 135 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -855,7 +928,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Portrait path: ../TinyLife/Objects/Person.cs - startLine: 140 + startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -890,7 +963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RecentActions path: ../TinyLife/Objects/Person.cs - startLine: 147 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -935,7 +1008,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OccupiedFurniture path: ../TinyLife/Objects/Person.cs - startLine: 153 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -970,7 +1043,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Memories path: ../TinyLife/Objects/Person.cs - startLine: 159 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1015,7 +1088,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FirstName path: ../TinyLife/Objects/Person.cs - startLine: 165 + startLine: 164 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1058,7 +1131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastName path: ../TinyLife/Objects/Person.cs - startLine: 170 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1101,7 +1174,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullName path: ../TinyLife/Objects/Person.cs - startLine: 174 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1138,7 +1211,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 180 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1181,7 +1254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoicePitch path: ../TinyLife/Objects/Person.cs - startLine: 186 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1224,7 +1297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/Objects/Person.cs - startLine: 190 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1261,7 +1334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/Objects/Person.cs - startLine: 201 + startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1298,7 +1371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentEmote path: ../TinyLife/Objects/Person.cs - startLine: 206 + startLine: 205 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1335,7 +1408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentSpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 211 + startLine: 210 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1372,7 +1445,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawSize path: ../TinyLife/Objects/Person.cs - startLine: 216 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1409,7 +1482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastVisitedLot path: ../TinyLife/Objects/Person.cs - startLine: 222 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1446,7 +1519,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotVisitCooldown path: ../TinyLife/Objects/Person.cs - startLine: 227 + startLine: 226 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1497,7 +1570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Objects/Person.cs - startLine: 233 + startLine: 232 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1544,7 +1617,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotion path: ../TinyLife/Objects/Person.cs - startLine: 238 + startLine: 237 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1581,7 +1654,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoomDecorativeRating path: ../TinyLife/Objects/Person.cs - startLine: 248 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1618,7 +1691,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastBedSleptIn path: ../TinyLife/Objects/Person.cs - startLine: 253 + startLine: 252 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1665,7 +1738,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMoving path: ../TinyLife/Objects/Person.cs - startLine: 258 + startLine: 257 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1702,7 +1775,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/Objects/Person.cs - startLine: 264 + startLine: 263 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1749,7 +1822,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfitIndex path: ../TinyLife/Objects/Person.cs - startLine: 269 + startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1796,7 +1869,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 274 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1833,7 +1906,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCurrentHousehold path: ../TinyLife/Objects/Person.cs - startLine: 276 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1870,7 +1943,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HomeLot path: ../TinyLife/Objects/Person.cs - startLine: 278 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1907,7 +1980,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/Objects/Person.cs - startLine: 280 + startLine: 279 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1944,7 +2017,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRegularVisitor path: ../TinyLife/Objects/Person.cs - startLine: 291 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1981,7 +2054,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Age path: ../TinyLife/Objects/Person.cs - startLine: 295 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2018,7 +2091,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Objects/Person.cs - startLine: 308 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2055,7 +2128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/Objects/Person.cs - startLine: 321 + startLine: 320 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2098,7 +2171,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsDead path: ../TinyLife/Objects/Person.cs - startLine: 326 + startLine: 325 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2135,7 +2208,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentAgeDays path: ../TinyLife/Objects/Person.cs - startLine: 332 + startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2178,7 +2251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DaysLived path: ../TinyLife/Objects/Person.cs - startLine: 338 + startLine: 337 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2221,7 +2294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RandomlyGenerated path: ../TinyLife/Objects/Person.cs - startLine: 342 + startLine: 341 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2272,7 +2345,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsMinorUpdateNow path: ../TinyLife/Objects/Person.cs - startLine: 345 + startLine: 344 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2311,7 +2384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentPose path: ../TinyLife/Objects/Person.cs - startLine: 352 + startLine: 351 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2354,7 +2427,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WornLayers path: ../TinyLife/Objects/Person.cs - startLine: 359 + startLine: 358 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2397,7 +2470,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimateHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 364 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2430,7 +2503,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HeldObjectRotation path: ../TinyLife/Objects/Person.cs - startLine: 370 + startLine: 369 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2463,7 +2536,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisuallyOccupiedSpot path: ../TinyLife/Objects/Person.cs - startLine: 377 + startLine: 376 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2500,7 +2573,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AnimationSpeed path: ../TinyLife/Objects/Person.cs - startLine: 382 + startLine: 381 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2533,7 +2606,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tint path: ../TinyLife/Objects/Person.cs - startLine: 387 + startLine: 386 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2566,7 +2639,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VisualPosition path: ../TinyLife/Objects/Person.cs - startLine: 393 + startLine: 392 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2603,7 +2676,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsChanged path: ../TinyLife/Objects/Person.cs - startLine: 402 + startLine: 401 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2636,7 +2709,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNewSkillLearned path: ../TinyLife/Objects/Person.cs - startLine: 407 + startLine: 406 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2669,7 +2742,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnJobChanged path: ../TinyLife/Objects/Person.cs - startLine: 412 + startLine: 411 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2702,7 +2775,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionModifiersChanged path: ../TinyLife/Objects/Person.cs - startLine: 417 + startLine: 416 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2735,7 +2808,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEmotionChanged path: ../TinyLife/Objects/Person.cs - startLine: 422 + startLine: 421 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2768,7 +2841,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 428 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2801,7 +2874,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 434 + startLine: 433 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2834,7 +2907,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 440 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2867,7 +2940,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionInitialized path: ../TinyLife/Objects/Person.cs - startLine: 445 + startLine: 444 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2900,7 +2973,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionsCompleted path: ../TinyLife/Objects/Person.cs - startLine: 450 + startLine: 449 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2933,7 +3006,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnActionUpdated path: ../TinyLife/Objects/Person.cs - startLine: 455 + startLine: 454 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2966,7 +3039,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnOutfitChanged path: ../TinyLife/Objects/Person.cs - startLine: 460 + startLine: 459 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -2999,7 +3072,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 466 + startLine: 465 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3032,7 +3105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLifeGoalChanged path: ../TinyLife/Objects/Person.cs - startLine: 471 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3065,7 +3138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRestoreNeed path: ../TinyLife/Objects/Person.cs - startLine: 477 + startLine: 476 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3098,7 +3171,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Person.cs - startLine: 524 + startLine: 523 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3137,7 +3210,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/Objects/Person.cs - startLine: 542 + startLine: 541 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3168,7 +3241,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Person.cs - startLine: 547 + startLine: 546 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3212,7 +3285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/Person.cs - startLine: 803 + startLine: 802 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3265,7 +3338,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Person.cs - startLine: 872 + startLine: 871 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3303,7 +3376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCategories path: ../TinyLife/Objects/Person.cs - startLine: 908 + startLine: 907 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3345,7 +3418,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Intersects path: ../TinyLife/Objects/Person.cs - startLine: 913 + startLine: 912 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -3387,11 +3460,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Person.cs - startLine: 918 + startLine: 917 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method does nothing for , but adds various information for and .\n" + summary: "\nAllows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world.\nBy default, this method raises for , and adds additional information for and .\n" example: [] syntax: content: public override void GetHoverInfo(Tooltip tooltip) @@ -4860,7 +4933,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CancelAction path: ../TinyLife/Objects/Person.cs - startLine: 1515 + startLine: 1517 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4905,7 +4978,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FindPathAsync path: ../TinyLife/Objects/Person.cs - startLine: 1534 + startLine: 1536 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4953,7 +5026,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1548 + startLine: 1549 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -4961,10 +5034,10 @@ items: example: [] syntax: content: >- - public T GetHeldObject(bool allowFake = true) + public T GetHeldObject(bool alsoReturnFake = true) where T : Furniture parameters: - - id: allowFake + - id: alsoReturnFake type: System.Boolean typeParameters: - id: T @@ -4972,7 +5045,7 @@ items: return: type: '{T}' description: The held furniture - content.vb: Public Function GetHeldObject(Of T As Furniture)(allowFake As Boolean = True) As T + content.vb: Public Function GetHeldObject(Of T As Furniture)(alsoReturnFake As Boolean = True) As T overload: TinyLife.Objects.Person.GetHeldObject* nameWithType.vb: Person.GetHeldObject(Of T)(Boolean) modifiers.csharp: @@ -4999,7 +5072,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1563 + startLine: 1564 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5055,7 +5128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetHeldObject path: ../TinyLife/Objects/Person.cs - startLine: 1575 + startLine: 1576 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5094,7 +5167,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHeldActionInfo path: ../TinyLife/Objects/Person.cs - startLine: 1590 + startLine: 1591 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5129,7 +5202,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToCreatedByString path: ../TinyLife/Objects/Person.cs - startLine: 1598 + startLine: 1599 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5164,7 +5237,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Die path: ../TinyLife/Objects/Person.cs - startLine: 1608 + startLine: 1609 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5203,7 +5276,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1703 + startLine: 1706 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5254,7 +5327,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1726 + startLine: 1729 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5293,7 +5366,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotion path: ../TinyLife/Objects/Person.cs - startLine: 1747 + startLine: 1750 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5338,7 +5411,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LowerEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1766 + startLine: 1769 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5383,7 +5456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasEmotionModifier path: ../TinyLife/Objects/Person.cs - startLine: 1782 + startLine: 1785 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5422,7 +5495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalkSpeed path: ../TinyLife/Objects/Person.cs - startLine: 1791 + startLine: 1794 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5457,11 +5530,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetEfficiencyModifier path: ../TinyLife/Objects/Person.cs - startLine: 1817 + startLine: 1822 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nReturns a multiplier (which will be close to 1) of how "efficiently" this person currently works and moves.\nThis value is influenced by the level of the passed skill as well as this person's and .\n" + summary: "\nReturns a multiplier (which will be close to 1) of how "efficiently" this person currently works and moves.\nThis value is influenced by the speedMultiplier, the level of the passed skill as well as this person's and .\n" example: [] syntax: content: public float GetEfficiencyModifier(float speedMultiplier = 1F, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F) @@ -5505,7 +5578,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1871 + startLine: 1876 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5544,7 +5617,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasHouseholdMember path: ../TinyLife/Objects/Person.cs - startLine: 1876 + startLine: 1881 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5582,7 +5655,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProjects path: ../TinyLife/Objects/Person.cs - startLine: 1886 + startLine: 1891 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5621,7 +5694,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProject path: ../TinyLife/Objects/Person.cs - startLine: 1896 + startLine: 1901 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5663,7 +5736,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartProject path: ../TinyLife/Objects/Person.cs - startLine: 1905 + startLine: 1910 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5702,7 +5775,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassiveActionPriority path: ../TinyLife/Objects/Person.cs - startLine: 1917 + startLine: 1922 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5741,7 +5814,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1939 + startLine: 1944 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5780,7 +5853,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1951 + startLine: 1956 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5819,7 +5892,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentOutfit path: ../TinyLife/Objects/Person.cs - startLine: 1967 + startLine: 1972 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5855,7 +5928,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetNewId path: ../TinyLife/Objects/Person.cs - startLine: 1983 + startLine: 1988 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5900,7 +5973,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2024 + startLine: 2029 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5939,7 +6012,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsIdMatch path: ../TinyLife/Objects/Person.cs - startLine: 2034 + startLine: 2039 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -5978,7 +6051,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPersonalitySkillBoost path: ../TinyLife/Objects/Person.cs - startLine: 2044 + startLine: 2049 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6017,7 +6090,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentGoals path: ../TinyLife/Objects/Person.cs - startLine: 2064 + startLine: 2069 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6052,11 +6125,11 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EarnMoney path: ../TinyLife/Objects/Person.cs - startLine: 2086 + startLine: 2093 assemblies: - Tiny Life namespace: TinyLife.Objects - summary: "\nCauses this person's to be increased, but additionally triggers the .\nThis method should only be used if the money is earned in a "manual" way, like when selling a homemade painting or publishing a book.\n" + summary: "\nCauses this person's to be increased, but additionally triggers the .\nThis method should only be used if the money is earned in a "manual" way, like when selling a homemade painting or publishing a book.\n" example: [] syntax: content: public void EarnMoney(float money, object triggerObject) @@ -6091,7 +6164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddMemory path: ../TinyLife/Objects/Person.cs - startLine: 2098 + startLine: 2105 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6143,7 +6216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMemories path: ../TinyLife/Objects/Person.cs - startLine: 2115 + startLine: 2122 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6189,7 +6262,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveMemory path: ../TinyLife/Objects/Person.cs - startLine: 2124 + startLine: 2131 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6233,7 +6306,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTimeSinceMemory path: ../TinyLife/Objects/Person.cs - startLine: 2134 + startLine: 2141 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6272,7 +6345,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDaysBeforeAging path: ../TinyLife/Objects/Person.cs - startLine: 2148 + startLine: 2155 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6307,7 +6380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoToExitRoad path: ../TinyLife/Objects/Person.cs - startLine: 2156 + startLine: 2163 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6339,7 +6412,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdatePortraitIfDirty path: ../TinyLife/Objects/Person.cs - startLine: 2166 + startLine: 2173 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6371,7 +6444,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomSpeakSound path: ../TinyLife/Objects/Person.cs - startLine: 2487 + startLine: 2501 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6424,7 +6497,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Objects/Person.cs - startLine: 2510 + startLine: 2524 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -6534,6 +6607,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject @@ -8694,6 +8773,54 @@ references: name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic +- uid: TinyLife.Objects.SpeakStyle[] + isExternal: true + name: SpeakStyle[] + nameWithType: SpeakStyle[] + fullName: TinyLife.Objects.SpeakStyle[] + nameWithType.vb: SpeakStyle() + fullName.vb: TinyLife.Objects.SpeakStyle() + name.vb: SpeakStyle() + spec.csharp: + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: TinyLife.Objects.SpeakStyle + name: SpeakStyle + nameWithType: SpeakStyle + fullName: TinyLife.Objects.SpeakStyle + - name: () + nameWithType: () + fullName: () +- uid: TinyLife.Objects.VoiceStyle[] + isExternal: true + name: VoiceStyle[] + nameWithType: VoiceStyle[] + fullName: TinyLife.Objects.VoiceStyle[] + nameWithType.vb: VoiceStyle() + fullName.vb: TinyLife.Objects.VoiceStyle() + name.vb: VoiceStyle() + spec.csharp: + - uid: TinyLife.Objects.VoiceStyle + name: VoiceStyle + nameWithType: VoiceStyle + fullName: TinyLife.Objects.VoiceStyle + - name: '[]' + nameWithType: '[]' + fullName: '[]' + spec.vb: + - uid: TinyLife.Objects.VoiceStyle + name: VoiceStyle + nameWithType: VoiceStyle + fullName: TinyLife.Objects.VoiceStyle + - name: () + nameWithType: () + fullName: () - uid: TinyLife.Objects.MapObject.ParentInfo commentId: P:TinyLife.Objects.MapObject.ParentInfo parent: TinyLife.Objects.MapObject @@ -12651,6 +12778,9 @@ references: - uid: TinyLife.Objects.Person.Money commentId: P:TinyLife.Objects.Person.Money isExternal: true +- uid: TinyLife.Goals.GoalTrigger.EarnMoney + commentId: F:TinyLife.Goals.GoalTrigger.EarnMoney + isExternal: true - uid: TinyLife.Goals.AmountGoal commentId: T:TinyLife.Goals.AmountGoal name: AmountGoal diff --git a/docs/api/TinyLife.Objects.ScreenObject.yml b/docs/api/TinyLife.Objects.ScreenObject.yml index 1fbbf5f..35c3099 100644 --- a/docs/api/TinyLife.Objects.ScreenObject.yml +++ b/docs/api/TinyLife.Objects.ScreenObject.yml @@ -58,7 +58,7 @@ items: - TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.BreakableFurniture.GetPrice - - TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.BreakableFurniture.OnRemoved - TinyLife.Objects.Furniture.Random @@ -128,6 +128,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -883,18 +884,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.BreakableFurniture isExternal: true - name: GetDescription(List) - nameWithType: BreakableFurniture.GetDescription(List) - fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: BreakableFurniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: BreakableFurniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: BreakableFurniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: BreakableFurniture.GetDescription fullName: TinyLife.Objects.BreakableFurniture.GetDescription @@ -917,11 +918,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: BreakableFurniture.GetDescription fullName: TinyLife.Objects.BreakableFurniture.GetDescription @@ -944,6 +953,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3286,6 +3303,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.SpeakStyle.yml b/docs/api/TinyLife.Objects.SpeakStyle.yml index daf6fe0..bac2c9e 100644 --- a/docs/api/TinyLife.Objects.SpeakStyle.yml +++ b/docs/api/TinyLife.Objects.SpeakStyle.yml @@ -35,7 +35,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpeakStyle path: ../TinyLife/Objects/Person.cs - startLine: 2760 + startLine: 2774 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Affirmative path: ../TinyLife/Objects/Person.cs - startLine: 2764 + startLine: 2778 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -112,7 +112,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Angry path: ../TinyLife/Objects/Person.cs - startLine: 2765 + startLine: 2779 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Annoyed path: ../TinyLife/Objects/Person.cs - startLine: 2766 + startLine: 2780 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -176,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bored path: ../TinyLife/Objects/Person.cs - startLine: 2767 + startLine: 2781 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -208,7 +208,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Childish path: ../TinyLife/Objects/Person.cs - startLine: 2768 + startLine: 2782 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -240,7 +240,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confident path: ../TinyLife/Objects/Person.cs - startLine: 2769 + startLine: 2783 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -272,7 +272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Confused path: ../TinyLife/Objects/Person.cs - startLine: 2770 + startLine: 2784 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -304,7 +304,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disagreeing path: ../TinyLife/Objects/Person.cs - startLine: 2771 + startLine: 2785 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -336,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Excited path: ../TinyLife/Objects/Person.cs - startLine: 2772 + startLine: 2786 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -368,7 +368,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Happy path: ../TinyLife/Objects/Person.cs - startLine: 2773 + startLine: 2787 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -400,7 +400,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Neutral path: ../TinyLife/Objects/Person.cs - startLine: 2774 + startLine: 2788 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -432,7 +432,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Questioning path: ../TinyLife/Objects/Person.cs - startLine: 2775 + startLine: 2789 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Sad path: ../TinyLife/Objects/Person.cs - startLine: 2776 + startLine: 2790 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -496,7 +496,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Scared path: ../TinyLife/Objects/Person.cs - startLine: 2777 + startLine: 2791 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -528,7 +528,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Shocked path: ../TinyLife/Objects/Person.cs - startLine: 2778 + startLine: 2792 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -560,7 +560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thinking path: ../TinyLife/Objects/Person.cs - startLine: 2779 + startLine: 2793 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.TrashBag.yml b/docs/api/TinyLife.Objects.TrashBag.yml index 226e288..d2369a6 100644 --- a/docs/api/TinyLife.Objects.TrashBag.yml +++ b/docs/api/TinyLife.Objects.TrashBag.yml @@ -86,7 +86,7 @@ items: - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -116,6 +116,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1688,18 +1689,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1722,11 +1723,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1749,6 +1758,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3197,6 +3214,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.TrashCan.yml b/docs/api/TinyLife.Objects.TrashCan.yml index fcecb2c..af8b273 100644 --- a/docs/api/TinyLife.Objects.TrashCan.yml +++ b/docs/api/TinyLife.Objects.TrashCan.yml @@ -87,7 +87,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) - TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean) @@ -116,6 +116,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -1535,18 +1536,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1569,11 +1570,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1596,6 +1605,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3008,6 +3025,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml index 21d9367..3a1a635 100644 --- a/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml +++ b/docs/api/TinyLife.Objects.UnfinishedWoodwork.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UnfinishedWoodwork path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 14 + startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -88,7 +88,7 @@ items: - TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.Furniture.GetPrice - - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan) - TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean) @@ -118,6 +118,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map @@ -169,7 +170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Recipe path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 20 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -212,7 +213,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedColors path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 25 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -255,7 +256,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TimeWorked path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 31 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -298,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 34 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -349,7 +350,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 37 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -427,7 +428,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/UnfinishedWoodwork.cs - startLine: 51 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -1573,18 +1574,18 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) - commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) +- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) + commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) parent: TinyLife.Objects.Furniture isExternal: true - name: GetDescription(List) - nameWithType: Furniture.GetDescription(List) - fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List) - nameWithType.vb: Furniture.GetDescription(List(Of String)) - fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String)) - name.vb: GetDescription(List(Of String)) + name: GetDescription(List, Boolean) + nameWithType: Furniture.GetDescription(List, Boolean) + fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List, System.Boolean) + nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean) + fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean) + name.vb: GetDescription(List(Of String), Boolean) spec.csharp: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1607,11 +1608,19 @@ references: - name: '>' nameWithType: '>' fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String}) + - uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean) name: GetDescription nameWithType: Furniture.GetDescription fullName: TinyLife.Objects.Furniture.GetDescription @@ -1634,6 +1643,14 @@ references: - name: ) nameWithType: ) fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Boolean + name: Boolean + nameWithType: Boolean + fullName: System.Boolean + isExternal: true - name: ) nameWithType: ) fullName: ) @@ -3082,6 +3099,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.Vehicle.yml b/docs/api/TinyLife.Objects.Vehicle.yml index 4469985..d3fc9e4 100644 --- a/docs/api/TinyLife.Objects.Vehicle.yml +++ b/docs/api/TinyLife.Objects.Vehicle.yml @@ -56,6 +56,7 @@ items: - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate + - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.ParentInfo - TinyLife.Objects.MapObject.Visibility @@ -639,6 +640,12 @@ references: name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate +- uid: TinyLife.Objects.MapObject.OnGetHoverInfo + commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo + parent: TinyLife.Objects.MapObject + name: OnGetHoverInfo + nameWithType: MapObject.OnGetHoverInfo + fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject diff --git a/docs/api/TinyLife.Objects.VoiceStyle.yml b/docs/api/TinyLife.Objects.VoiceStyle.yml index a82461d..20b11b8 100644 --- a/docs/api/TinyLife.Objects.VoiceStyle.yml +++ b/docs/api/TinyLife.Objects.VoiceStyle.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VoiceStyle path: ../TinyLife/Objects/Person.cs - startLine: 2788 + startLine: 2802 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -57,7 +57,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Low path: ../TinyLife/Objects/Person.cs - startLine: 2791 + startLine: 2805 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: High path: ../TinyLife/Objects/Person.cs - startLine: 2792 + startLine: 2806 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -121,7 +121,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Child path: ../TinyLife/Objects/Person.cs - startLine: 2793 + startLine: 2807 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Objects.WornClothes.yml b/docs/api/TinyLife.Objects.WornClothes.yml index 3185c7f..3239a8a 100644 --- a/docs/api/TinyLife.Objects.WornClothes.yml +++ b/docs/api/TinyLife.Objects.WornClothes.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WornClothes path: ../TinyLife/Objects/Clothes.cs - startLine: 369 + startLine: 204 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -85,7 +85,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Objects/Clothes.cs - startLine: 376 + startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -130,7 +130,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/Objects/Clothes.cs - startLine: 383 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FromStorage path: ../TinyLife/Objects/Clothes.cs - startLine: 388 + startLine: 223 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -216,7 +216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CustomPrice path: ../TinyLife/Objects/Clothes.cs - startLine: 394 + startLine: 229 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -263,7 +263,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Clothes.cs - startLine: 401 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -305,7 +305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetColor path: ../TinyLife/Objects/Clothes.cs - startLine: 411 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -344,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Clothes.cs - startLine: 419 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Objects @@ -379,7 +379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/Objects/Clothes.cs - startLine: 432 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.Objects diff --git a/docs/api/TinyLife.Options.yml b/docs/api/TinyLife.Options.yml index 28d9dba..59bf10c 100644 --- a/docs/api/TinyLife.Options.yml +++ b/docs/api/TinyLife.Options.yml @@ -10,6 +10,7 @@ items: - TinyLife.Options.Apply - TinyLife.Options.AutoSaveIntervalSeconds - TinyLife.Options.BButton + - TinyLife.Options.BlurZoomedOut - TinyLife.Options.BrightnessIncrease - TinyLife.Options.CameraDownKeybind - TinyLife.Options.CameraLeftKeybind @@ -1994,6 +1995,47 @@ items: - public modifiers.vb: - Public +- uid: TinyLife.Options.BlurZoomedOut + commentId: F:TinyLife.Options.BlurZoomedOut + id: BlurZoomedOut + parent: TinyLife.Options + langs: + - csharp + - vb + name: BlurZoomedOut + nameWithType: Options.BlurZoomedOut + fullName: TinyLife.Options.BlurZoomedOut + type: Field + source: + remote: + path: TinyLife/Options.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: BlurZoomedOut + path: ../TinyLife/Options.cs + startLine: 228 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: >- + [DataMember] + + public bool BlurZoomedOut + return: + type: System.Boolean + content.vb: >- + + + Public BlurZoomedOut As Boolean + attributes: + - type: System.Runtime.Serialization.DataMemberAttribute + ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor + arguments: [] + modifiers.csharp: + - public + modifiers.vb: + - Public - uid: TinyLife.Options.UiAnimations commentId: F:TinyLife.Options.UiAnimations id: UiAnimations @@ -2012,7 +2054,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UiAnimations path: ../TinyLife/Options.cs - startLine: 232 + startLine: 234 assemblies: - Tiny Life namespace: TinyLife @@ -2055,7 +2097,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShowBuildModeGrid path: ../TinyLife/Options.cs - startLine: 237 + startLine: 239 assemblies: - Tiny Life namespace: TinyLife @@ -2098,7 +2140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadScreenBorder path: ../TinyLife/Options.cs - startLine: 242 + startLine: 244 assemblies: - Tiny Life namespace: TinyLife @@ -2141,7 +2183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadCursorSpeed path: ../TinyLife/Options.cs - startLine: 247 + startLine: 249 assemblies: - Tiny Life namespace: TinyLife @@ -2184,7 +2226,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapTriggers path: ../TinyLife/Options.cs - startLine: 252 + startLine: 254 assemblies: - Tiny Life namespace: TinyLife @@ -2227,7 +2269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapAForB path: ../TinyLife/Options.cs - startLine: 257 + startLine: 259 assemblies: - Tiny Life namespace: TinyLife @@ -2270,7 +2312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadSwapXForY path: ../TinyLife/Options.cs - startLine: 262 + startLine: 264 assemblies: - Tiny Life namespace: TinyLife @@ -2313,7 +2355,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideControlsHints path: ../TinyLife/Options.cs - startLine: 267 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife @@ -2356,7 +2398,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HideGamepadControlsHints path: ../TinyLife/Options.cs - startLine: 273 + startLine: 275 assemblies: - Tiny Life namespace: TinyLife @@ -2399,7 +2441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllowMods path: ../TinyLife/Options.cs - startLine: 278 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife @@ -2442,7 +2484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameMusic path: ../TinyLife/Options.cs - startLine: 283 + startLine: 285 assemblies: - Tiny Life namespace: TinyLife @@ -2485,7 +2527,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TransparentTooltips path: ../TinyLife/Options.cs - startLine: 288 + startLine: 290 assemblies: - Tiny Life namespace: TinyLife @@ -2528,7 +2570,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InstantTooltips path: ../TinyLife/Options.cs - startLine: 293 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife @@ -2571,7 +2613,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LongerNotifications path: ../TinyLife/Options.cs - startLine: 298 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife @@ -2614,7 +2656,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TwelveHourClock path: ../TinyLife/Options.cs - startLine: 303 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife @@ -2657,7 +2699,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Apply path: ../TinyLife/Options.cs - startLine: 339 + startLine: 341 assemblies: - Tiny Life namespace: TinyLife @@ -2689,7 +2731,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs - startLine: 375 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PerSaveOptions.yml b/docs/api/TinyLife.PerSaveOptions.yml index 44d8df3..f9e8c1d 100644 --- a/docs/api/TinyLife.PerSaveOptions.yml +++ b/docs/api/TinyLife.PerSaveOptions.yml @@ -33,7 +33,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerSaveOptions path: ../TinyLife/Options.cs - startLine: 399 + startLine: 401 assemblies: - Tiny Life namespace: TinyLife @@ -97,7 +97,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Options.cs - startLine: 406 + startLine: 408 assemblies: - Tiny Life namespace: TinyLife @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiSelected path: ../TinyLife/Options.cs - startLine: 412 + startLine: 414 assemblies: - Tiny Life namespace: TinyLife @@ -179,7 +179,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiHousehold path: ../TinyLife/Options.cs - startLine: 417 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife @@ -222,7 +222,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiImportantActions path: ../TinyLife/Options.cs - startLine: 423 + startLine: 425 assemblies: - Tiny Life namespace: TinyLife @@ -265,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSkillBuilding path: ../TinyLife/Options.cs - startLine: 429 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife @@ -308,7 +308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiRelationships path: ../TinyLife/Options.cs - startLine: 435 + startLine: 437 assemblies: - Tiny Life namespace: TinyLife @@ -351,7 +351,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRegularVisitors path: ../TinyLife/Options.cs - startLine: 441 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife @@ -394,7 +394,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadedMods path: ../TinyLife/Options.cs - startLine: 447 + startLine: 449 assemblies: - Tiny Life namespace: TinyLife @@ -437,7 +437,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapName path: ../TinyLife/Options.cs - startLine: 453 + startLine: 455 assemblies: - Tiny Life namespace: TinyLife @@ -480,7 +480,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapCustom path: ../TinyLife/Options.cs - startLine: 459 + startLine: 461 assemblies: - Tiny Life namespace: TinyLife @@ -523,7 +523,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayedLifespan path: ../TinyLife/Options.cs - startLine: 465 + startLine: 467 assemblies: - Tiny Life namespace: TinyLife @@ -566,7 +566,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OtherLifespan path: ../TinyLife/Options.cs - startLine: 471 + startLine: 473 assemblies: - Tiny Life namespace: TinyLife @@ -609,7 +609,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs - startLine: 476 + startLine: 478 assemblies: - Tiny Life namespace: TinyLife @@ -644,7 +644,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Load path: ../TinyLife/Options.cs - startLine: 484 + startLine: 486 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PersonalityType.TypeCategory.yml b/docs/api/TinyLife.PersonalityType.TypeCategory.yml index 4694b53..69f9c32 100644 --- a/docs/api/TinyLife.PersonalityType.TypeCategory.yml +++ b/docs/api/TinyLife.PersonalityType.TypeCategory.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeCategory path: ../TinyLife/PersonalityType.cs - startLine: 270 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife @@ -57,7 +57,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Major path: ../TinyLife/PersonalityType.cs - startLine: 275 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife @@ -91,7 +91,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Minor path: ../TinyLife/PersonalityType.cs - startLine: 279 + startLine: 281 assemblies: - Tiny Life namespace: TinyLife @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hidden path: ../TinyLife/PersonalityType.cs - startLine: 284 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.PersonalityType.yml b/docs/api/TinyLife.PersonalityType.yml index 11c181a..4d31bbe 100644 --- a/docs/api/TinyLife.PersonalityType.yml +++ b/docs/api/TinyLife.PersonalityType.yml @@ -15,6 +15,7 @@ items: - TinyLife.PersonalityType.CanApply(TinyLife.Objects.Person) - TinyLife.PersonalityType.CapableCarpenter - TinyLife.PersonalityType.Category + - TinyLife.PersonalityType.CityNative - TinyLife.PersonalityType.ComputerAddict - TinyLife.PersonalityType.CreateInfoGroup(MLEM.Ui.Anchor,System.Single) - TinyLife.PersonalityType.Creative @@ -63,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PersonalityType path: ../TinyLife/PersonalityType.cs - startLine: 26 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife @@ -117,7 +118,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/PersonalityType.cs - startLine: 36 + startLine: 35 assemblies: - Tiny Life namespace: TinyLife @@ -154,7 +155,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxMajorsPerPerson path: ../TinyLife/PersonalityType.cs - startLine: 40 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife @@ -191,7 +192,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lazy path: ../TinyLife/PersonalityType.cs - startLine: 47 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife @@ -226,7 +227,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Energetic path: ../TinyLife/PersonalityType.cs - startLine: 50 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife @@ -261,7 +262,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Creative path: ../TinyLife/PersonalityType.cs - startLine: 54 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife @@ -296,7 +297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Likeable path: ../TinyLife/PersonalityType.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife @@ -331,7 +332,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Mean path: ../TinyLife/PersonalityType.cs - startLine: 60 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife @@ -366,7 +367,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ambitious path: ../TinyLife/PersonalityType.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife @@ -401,7 +402,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thinker path: ../TinyLife/PersonalityType.cs - startLine: 68 + startLine: 67 assemblies: - Tiny Life namespace: TinyLife @@ -436,7 +437,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Introverted path: ../TinyLife/PersonalityType.cs - startLine: 71 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife @@ -471,7 +472,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Extroverted path: ../TinyLife/PersonalityType.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife @@ -506,7 +507,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FamilyFocused path: ../TinyLife/PersonalityType.cs - startLine: 76 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife @@ -541,7 +542,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Foodie path: ../TinyLife/PersonalityType.cs - startLine: 81 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife @@ -576,7 +577,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outdoorsy path: ../TinyLife/PersonalityType.cs - startLine: 84 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife @@ -611,7 +612,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Techie path: ../TinyLife/PersonalityType.cs - startLine: 85 + startLine: 84 assemblies: - Tiny Life namespace: TinyLife @@ -646,7 +647,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thrifty path: ../TinyLife/PersonalityType.cs - startLine: 89 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife @@ -681,7 +682,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Asexual path: ../TinyLife/PersonalityType.cs - startLine: 95 + startLine: 94 assemblies: - Tiny Life namespace: TinyLife @@ -716,7 +717,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Aromantic path: ../TinyLife/PersonalityType.cs - startLine: 99 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife @@ -751,7 +752,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HatesChildren path: ../TinyLife/PersonalityType.cs - startLine: 103 + startLine: 102 assemblies: - Tiny Life namespace: TinyLife @@ -786,7 +787,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pescetarian path: ../TinyLife/PersonalityType.cs - startLine: 107 + startLine: 106 assemblies: - Tiny Life namespace: TinyLife @@ -821,7 +822,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Vegetarian path: ../TinyLife/PersonalityType.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife @@ -856,7 +857,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Vegan path: ../TinyLife/PersonalityType.cs - startLine: 115 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife @@ -891,7 +892,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MasterChef path: ../TinyLife/PersonalityType.cs - startLine: 121 + startLine: 120 assemblies: - Tiny Life namespace: TinyLife @@ -926,7 +927,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SmartKid path: ../TinyLife/PersonalityType.cs - startLine: 124 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife @@ -961,7 +962,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GymRat path: ../TinyLife/PersonalityType.cs - startLine: 128 + startLine: 127 assemblies: - Tiny Life namespace: TinyLife @@ -996,7 +997,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HouseholdHero path: ../TinyLife/PersonalityType.cs - startLine: 131 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife @@ -1031,7 +1032,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ComputerAddict path: ../TinyLife/PersonalityType.cs - startLine: 134 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife @@ -1066,7 +1067,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FriendOfEveryone path: ../TinyLife/PersonalityType.cs - startLine: 137 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife @@ -1101,7 +1102,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Millionaire path: ../TinyLife/PersonalityType.cs - startLine: 141 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife @@ -1136,7 +1137,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CapableCarpenter path: ../TinyLife/PersonalityType.cs - startLine: 144 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife @@ -1171,7 +1172,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerfectPainter path: ../TinyLife/PersonalityType.cs - startLine: 147 + startLine: 146 assemblies: - Tiny Life namespace: TinyLife @@ -1188,6 +1189,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.PersonalityType.CityNative + commentId: F:TinyLife.PersonalityType.CityNative + id: CityNative + parent: TinyLife.PersonalityType + langs: + - csharp + - vb + name: CityNative + nameWithType: PersonalityType.CityNative + fullName: TinyLife.PersonalityType.CityNative + type: Field + source: + remote: + path: TinyLife/PersonalityType.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: CityNative + path: ../TinyLife/PersonalityType.cs + startLine: 149 + assemblies: + - Tiny Life + namespace: TinyLife + syntax: + content: public static readonly PersonalityType CityNative + return: + type: TinyLife.PersonalityType + content.vb: Public Shared ReadOnly CityNative As PersonalityType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.PersonalityType.Name commentId: F:TinyLife.PersonalityType.Name id: Name @@ -1206,7 +1242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/PersonalityType.cs - startLine: 156 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife @@ -1241,7 +1277,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/PersonalityType.cs - startLine: 160 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife @@ -1276,7 +1312,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Incompatible path: ../TinyLife/PersonalityType.cs - startLine: 165 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife @@ -1313,7 +1349,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoostedSkills path: ../TinyLife/PersonalityType.cs - startLine: 172 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife @@ -1353,7 +1389,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoostedSkillTypes path: ../TinyLife/PersonalityType.cs - startLine: 179 + startLine: 181 assemblies: - Tiny Life namespace: TinyLife @@ -1393,7 +1429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllowedAges path: ../TinyLife/PersonalityType.cs - startLine: 184 + startLine: 186 assemblies: - Tiny Life namespace: TinyLife @@ -1430,7 +1466,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Category path: ../TinyLife/PersonalityType.cs - startLine: 188 + startLine: 190 assemblies: - Tiny Life namespace: TinyLife @@ -1467,7 +1503,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SourceString path: ../TinyLife/PersonalityType.cs - startLine: 190 + startLine: 192 assemblies: - Tiny Life namespace: TinyLife @@ -1506,7 +1542,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/PersonalityType.cs - startLine: 197 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife @@ -1545,7 +1581,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCompatible path: ../TinyLife/PersonalityType.cs - startLine: 207 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife @@ -1584,7 +1620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanApply path: ../TinyLife/PersonalityType.cs - startLine: 217 + startLine: 219 assemblies: - Tiny Life namespace: TinyLife @@ -1623,7 +1659,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateInfoGroup path: ../TinyLife/PersonalityType.cs - startLine: 229 + startLine: 231 assemblies: - Tiny Life namespace: TinyLife @@ -1665,7 +1701,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/PersonalityType.cs - startLine: 244 + startLine: 246 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.SaveHandler.yml b/docs/api/TinyLife.SaveHandler.yml index 1f7f003..da1969c 100644 --- a/docs/api/TinyLife.SaveHandler.yml +++ b/docs/api/TinyLife.SaveHandler.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SaveHandler path: ../TinyLife/SaveHandler.cs - startLine: 20 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife @@ -70,7 +70,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGameSaved path: ../TinyLife/SaveHandler.cs - startLine: 25 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife @@ -105,7 +105,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGameLoaded path: ../TinyLife/SaveHandler.cs - startLine: 29 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife @@ -140,7 +140,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetGameDir path: ../TinyLife/SaveHandler.cs - startLine: 36 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife @@ -177,7 +177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSavesDir path: ../TinyLife/SaveHandler.cs - startLine: 48 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife @@ -214,7 +214,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSaveDir path: ../TinyLife/SaveHandler.cs - startLine: 58 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife @@ -255,7 +255,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateSerializerSettings path: ../TinyLife/SaveHandler.cs - startLine: 68 + startLine: 70 assemblies: - Tiny Life namespace: TinyLife @@ -299,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateSerializer path: ../TinyLife/SaveHandler.cs - startLine: 89 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.Set.yml b/docs/api/TinyLife.Set.yml index b245a87..b191485 100644 --- a/docs/api/TinyLife.Set.yml +++ b/docs/api/TinyLife.Set.yml @@ -6,6 +6,7 @@ items: parent: TinyLife children: - TinyLife.Set.ChildClothes + - TinyLife.Set.RetroFurniture - TinyLife.Set.Woodworking - TinyLife.Set.Workout langs: @@ -22,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Set path: ../TinyLife/GameImpl.cs - startLine: 1037 + startLine: 1070 assemblies: - Tiny Life namespace: TinyLife @@ -57,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Woodworking path: ../TinyLife/GameImpl.cs - startLine: 1043 + startLine: 1076 assemblies: - Tiny Life namespace: TinyLife @@ -91,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Workout path: ../TinyLife/GameImpl.cs - startLine: 1047 + startLine: 1080 assemblies: - Tiny Life namespace: TinyLife @@ -125,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildClothes path: ../TinyLife/GameImpl.cs - startLine: 1051 + startLine: 1084 assemblies: - Tiny Life namespace: TinyLife @@ -141,6 +142,40 @@ items: modifiers.vb: - Public - Const +- uid: TinyLife.Set.RetroFurniture + commentId: F:TinyLife.Set.RetroFurniture + id: RetroFurniture + parent: TinyLife.Set + langs: + - csharp + - vb + name: RetroFurniture + nameWithType: Set.RetroFurniture + fullName: TinyLife.Set.RetroFurniture + type: Field + source: + remote: + path: TinyLife/GameImpl.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: RetroFurniture + path: ../TinyLife/GameImpl.cs + startLine: 1088 + assemblies: + - Tiny Life + namespace: TinyLife + summary: "\nThe retro furniture set with art by LawlessThespian\n" + example: [] + syntax: + content: RetroFurniture = 3 + return: + type: TinyLife.Set + modifiers.csharp: + - public + - const + modifiers.vb: + - Public + - Const references: - uid: TinyLife commentId: N:TinyLife diff --git a/docs/api/TinyLife.Skills.PaintingType.yml b/docs/api/TinyLife.Skills.PaintingType.yml index 8ff4c74..814cc4e 100644 --- a/docs/api/TinyLife.Skills.PaintingType.yml +++ b/docs/api/TinyLife.Skills.PaintingType.yml @@ -5,7 +5,7 @@ items: id: PaintingType parent: TinyLife.Skills children: - - TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single) + - TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single) - TinyLife.Skills.PaintingType.BaseMarkup - TinyLife.Skills.PaintingType.LevelRange - TinyLife.Skills.PaintingType.Name @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PaintingType path: ../TinyLife/Skills/PaintingType.cs - startLine: 15 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -77,7 +77,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Skills/PaintingType.cs - startLine: 22 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -114,7 +114,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Skills/PaintingType.cs - startLine: 41 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -149,17 +149,17 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LevelRange path: ../TinyLife/Skills/PaintingType.cs - startLine: 45 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.Skills - summary: "\nThe of levels of the skill that allows creating this painting\n" + summary: "\nThe range of levels (Min and Max inclusive) of the skill that allows creating this painting\n" example: [] syntax: - content: public readonly Range LevelRange + content: public readonly (int Min, int Max) LevelRange return: - type: MonoGame.Extended.Range{System.Int32} - content.vb: Public ReadOnly LevelRange As Range(Of Integer) + type: System.ValueTuple{System.Int32,System.Int32} + content.vb: Public ReadOnly LevelRange As(Min As Integer, Max As Integer)(Of Integer , Integer) modifiers.csharp: - public - readonly @@ -184,7 +184,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Skills/PaintingType.cs - startLine: 51 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -219,7 +219,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BaseMarkup path: ../TinyLife/Skills/PaintingType.cs - startLine: 56 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -236,16 +236,16 @@ items: modifiers.vb: - Public - ReadOnly -- uid: TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single) - commentId: M:TinyLife.Skills.PaintingType.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single) - id: '#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Single)' +- uid: TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single) + commentId: M:TinyLife.Skills.PaintingType.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single) + id: '#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Single)' parent: TinyLife.Skills.PaintingType langs: - csharp - vb - name: PaintingType(String, Range, Single) - nameWithType: PaintingType.PaintingType(String, Range, Single) - fullName: TinyLife.Skills.PaintingType.PaintingType(System.String, MonoGame.Extended.Range, System.Single) + name: PaintingType(String, (Int32 Min, Int32 Max), Single) + nameWithType: PaintingType.PaintingType(String, (Int32 Min, Int32 Max), Single) + fullName: TinyLife.Skills.PaintingType.PaintingType(System.String, System.ValueTuple, System.Single) type: Constructor source: remote: @@ -254,33 +254,33 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Skills/PaintingType.cs - startLine: 64 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Skills summary: "\nCreates a new painting type with the given settings\n" example: [] syntax: - content: public PaintingType(string name, Range levelRange, float baseMarkup) + content: public PaintingType(string name, (int Min, int Max) levelRange, float baseMarkup) parameters: - id: name type: System.String description: The name of this painting type - id: levelRange - type: MonoGame.Extended.Range{System.Int32} + type: System.ValueTuple{System.Int32,System.Int32} description: The range of levels of the painting skill that should allow for creation of this painting - id: baseMarkup type: System.Single description: The multiplier with which the created painting's price will be marked up - content.vb: Public Sub New(name As String, levelRange As Range(Of Integer), baseMarkup As Single) + content.vb: Public Sub New(name As String, levelRange As(Min As Integer, Max As Integer)(Of Integer , Integer), baseMarkup As Single) overload: TinyLife.Skills.PaintingType.#ctor* - nameWithType.vb: PaintingType.PaintingType(String, Range(Of Int32), Single) + nameWithType.vb: PaintingType.PaintingType(String, (Min As Int32, Max As Int32)(Of Int32, Int32), Single) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.Skills.PaintingType.PaintingType(System.String, MonoGame.Extended.Range(Of System.Int32), System.Single) - name.vb: PaintingType(String, Range(Of Int32), Single) + fullName.vb: TinyLife.Skills.PaintingType.PaintingType(System.String, System.ValueTuple(Of System.Int32, System.Int32), System.Single) + name.vb: PaintingType(String, (Min As Int32, Max As Int32)(Of Int32, Int32), Single) - uid: TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType) commentId: M:TinyLife.Skills.PaintingType.Register(TinyLife.Skills.PaintingType) id: Register(TinyLife.Skills.PaintingType) @@ -299,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Skills/PaintingType.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -835,60 +835,21 @@ references: name: String nameWithType: String fullName: System.String -- uid: MonoGame.Extended.Range`1 - commentId: T:MonoGame.Extended.Range`1 - isExternal: true - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of T) - fullName.vb: MonoGame.Extended.Range(Of T) - name.vb: Range(Of T) +- uid: System.ValueTuple{System.Int32,System.Int32} + commentId: T:System.ValueTuple{System.Int32,System.Int32} + parent: System + definition: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of Int32, Int32) + fullName.vb: System.ValueTuple(Of System.Int32, System.Int32) + name.vb: (T1, T2)(Of Int32, Int32) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: T - nameWithType: T - fullName: T - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: T - nameWithType: T - fullName: T - - name: ) - nameWithType: ) - fullName: ) -- uid: MonoGame.Extended.Range{System.Int32} - commentId: T:MonoGame.Extended.Range{System.Int32} - parent: MonoGame.Extended - definition: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of Int32) - fullName.vb: MonoGame.Extended.Range(Of System.Int32) - name.vb: Range(Of Int32) - spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < @@ -898,14 +859,22 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' @@ -915,15 +884,68 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended - commentId: N:MonoGame.Extended +- uid: System.ValueTuple`2 + commentId: T:System.ValueTuple`2 isExternal: true - name: MonoGame.Extended - nameWithType: MonoGame.Extended - fullName: MonoGame.Extended + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of T1, T2) + fullName.vb: System.ValueTuple(Of T1, T2) + name.vb: (T1, T2)(Of T1, T2) + spec.csharp: + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo) commentId: M:TinyLife.Mods.Mod.GetCustomFurnitureTextures(TinyLife.Mods.ModInfo) isExternal: true diff --git a/docs/api/TinyLife.Skills.Quality.yml b/docs/api/TinyLife.Skills.Quality.yml index 457e134..e68de28 100644 --- a/docs/api/TinyLife.Skills.Quality.yml +++ b/docs/api/TinyLife.Skills.Quality.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Quality path: ../TinyLife/Skills/Skill.cs - startLine: 289 + startLine: 291 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -64,7 +64,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Terrible path: ../TinyLife/Skills/Skill.cs - startLine: 294 + startLine: 296 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -98,7 +98,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Average path: ../TinyLife/Skills/Skill.cs - startLine: 298 + startLine: 300 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -132,7 +132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Good path: ../TinyLife/Skills/Skill.cs - startLine: 302 + startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -166,7 +166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Great path: ../TinyLife/Skills/Skill.cs - startLine: 306 + startLine: 308 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -200,7 +200,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Perfect path: ../TinyLife/Skills/Skill.cs - startLine: 310 + startLine: 312 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -234,7 +234,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Masterpiece path: ../TinyLife/Skills/Skill.cs - startLine: 315 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.Skill.yml b/docs/api/TinyLife.Skills.Skill.yml index 26dfc81..56d92cd 100644 --- a/docs/api/TinyLife.Skills.Skill.yml +++ b/docs/api/TinyLife.Skills.Skill.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skill path: ../TinyLife/Skills/Skill.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -81,7 +81,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/Skills/Skill.cs - startLine: 32 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PointsToNextLevel path: ../TinyLife/Skills/Skill.cs - startLine: 37 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Level path: ../TinyLife/Skills/Skill.cs - startLine: 43 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -220,7 +220,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPointsToNextLevel path: ../TinyLife/Skills/Skill.cs - startLine: 50 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -258,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PointPercentage path: ../TinyLife/Skills/Skill.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -295,7 +295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TotalPercentage path: ../TinyLife/Skills/Skill.cs - startLine: 60 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -332,7 +332,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Skills/Skill.cs - startLine: 66 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.SkillCategory.yml b/docs/api/TinyLife.Skills.SkillCategory.yml index c450c9e..a7ae7c9 100644 --- a/docs/api/TinyLife.Skills.SkillCategory.yml +++ b/docs/api/TinyLife.Skills.SkillCategory.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SkillCategory path: ../TinyLife/Skills/Skill.cs - startLine: 260 + startLine: 262 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -68,7 +68,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Creative path: ../TinyLife/Skills/Skill.cs - startLine: 267 + startLine: 269 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -102,7 +102,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Logical path: ../TinyLife/Skills/Skill.cs - startLine: 271 + startLine: 273 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Social path: ../TinyLife/Skills/Skill.cs - startLine: 276 + startLine: 278 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -170,7 +170,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Physical path: ../TinyLife/Skills/Skill.cs - startLine: 281 + startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Skills.SkillType.yml b/docs/api/TinyLife.Skills.SkillType.yml index 35a7df7..2da7099 100644 --- a/docs/api/TinyLife.Skills.SkillType.yml +++ b/docs/api/TinyLife.Skills.SkillType.yml @@ -44,7 +44,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SkillType path: ../TinyLife/Skills/Skill.cs - startLine: 111 + startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -95,7 +95,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AllCategories path: ../TinyLife/Skills/Skill.cs - startLine: 117 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -132,7 +132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/Skills/Skill.cs - startLine: 124 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -169,7 +169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cooking path: ../TinyLife/Skills/Skill.cs - startLine: 127 + startLine: 126 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -204,7 +204,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Painting path: ../TinyLife/Skills/Skill.cs - startLine: 132 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -239,7 +239,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Charisma path: ../TinyLife/Skills/Skill.cs - startLine: 133 + startLine: 132 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -274,7 +274,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Humor path: ../TinyLife/Skills/Skill.cs - startLine: 134 + startLine: 133 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -309,7 +309,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Programming path: ../TinyLife/Skills/Skill.cs - startLine: 135 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -344,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Repair path: ../TinyLife/Skills/Skill.cs - startLine: 136 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -379,7 +379,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Writing path: ../TinyLife/Skills/Skill.cs - startLine: 137 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -414,7 +414,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gaming path: ../TinyLife/Skills/Skill.cs - startLine: 138 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -449,7 +449,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fitness path: ../TinyLife/Skills/Skill.cs - startLine: 139 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -484,7 +484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cleaning path: ../TinyLife/Skills/Skill.cs - startLine: 140 + startLine: 139 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -501,41 +501,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Skills.SkillType.Woodworking - commentId: F:TinyLife.Skills.SkillType.Woodworking - id: Woodworking - parent: TinyLife.Skills.SkillType - langs: - - csharp - - vb - name: Woodworking - nameWithType: SkillType.Woodworking - fullName: TinyLife.Skills.SkillType.Woodworking - type: Field - source: - remote: - path: TinyLife/Skills/Skill.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Woodworking - path: ../TinyLife/Skills/Skill.cs - startLine: 141 - assemblies: - - Tiny Life - namespace: TinyLife.Skills - syntax: - content: public static readonly SkillType Woodworking - return: - type: TinyLife.Skills.SkillType - content.vb: Public Shared ReadOnly Woodworking As SkillType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Skills.SkillType.Baking commentId: F:TinyLife.Skills.SkillType.Baking id: Baking @@ -554,7 +519,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Baking path: ../TinyLife/Skills/Skill.cs - startLine: 145 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -589,7 +554,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reasoning path: ../TinyLife/Skills/Skill.cs - startLine: 150 + startLine: 145 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -606,6 +571,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Skills.SkillType.Woodworking + commentId: F:TinyLife.Skills.SkillType.Woodworking + id: Woodworking + parent: TinyLife.Skills.SkillType + langs: + - csharp + - vb + name: Woodworking + nameWithType: SkillType.Woodworking + fullName: TinyLife.Skills.SkillType.Woodworking + type: Field + source: + remote: + path: TinyLife/Skills/Skill.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Woodworking + path: ../TinyLife/Skills/Skill.cs + startLine: 148 + assemblies: + - Tiny Life + namespace: TinyLife.Skills + syntax: + content: public static readonly SkillType Woodworking + return: + type: TinyLife.Skills.SkillType + content.vb: Public Shared ReadOnly Woodworking As SkillType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Skills.SkillType.Name commentId: F:TinyLife.Skills.SkillType.Name id: Name @@ -624,7 +624,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Skills/Skill.cs - startLine: 156 + startLine: 158 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -659,7 +659,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Skills/Skill.cs - startLine: 160 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -694,7 +694,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxLevel path: ../TinyLife/Skills/Skill.cs - startLine: 165 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -729,7 +729,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/Skills/Skill.cs - startLine: 170 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -764,7 +764,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ChildhoodMaxLevel path: ../TinyLife/Skills/Skill.cs - startLine: 175 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -801,7 +801,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdditionalEarnedActions path: ../TinyLife/Skills/Skill.cs - startLine: 180 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -834,7 +834,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Skills/Skill.cs - startLine: 189 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -879,7 +879,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomQuality path: ../TinyLife/Skills/Skill.cs - startLine: 207 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -930,7 +930,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMaxLevel path: ../TinyLife/Skills/Skill.cs - startLine: 240 + startLine: 242 assemblies: - Tiny Life namespace: TinyLife.Skills @@ -969,7 +969,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Skills/Skill.cs - startLine: 249 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Skills diff --git a/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml b/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml index 082e51f..a8ea44d 100644 --- a/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml +++ b/docs/api/TinyLife.Tools.FurnitureTool.Tab.yml @@ -32,7 +32,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tab path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 158 + startLine: 163 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -77,7 +77,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: All path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 162 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LivingRoom path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 163 + startLine: 168 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -141,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Kitchen path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 164 + startLine: 169 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -173,7 +173,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bathroom path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 165 + startLine: 170 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -205,7 +205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiningRoom path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 166 + startLine: 171 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -237,7 +237,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Bedroom path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 167 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -269,7 +269,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Office path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 168 + startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -301,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KidsRoom path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 169 + startLine: 174 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -333,7 +333,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Decoration path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 170 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -365,7 +365,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Outside path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 171 + startLine: 176 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -397,7 +397,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lighting path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 172 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -429,7 +429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Other path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 173 + startLine: 178 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -461,7 +461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Debug path: ../TinyLife/Tools/FurnitureTool.cs - startLine: 174 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.LotTool.yml b/docs/api/TinyLife.Tools.LotTool.yml index 5d4c931..e282a82 100644 --- a/docs/api/TinyLife.Tools.LotTool.yml +++ b/docs/api/TinyLife.Tools.LotTool.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotTool path: ../TinyLife/Tools/LotTool.cs - startLine: 13 + startLine: 14 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -104,7 +104,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/LotTool.cs - startLine: 19 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -135,7 +135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/LotTool.cs - startLine: 22 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -174,7 +174,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/LotTool.cs - startLine: 42 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -216,7 +216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/LotTool.cs - startLine: 49 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -254,7 +254,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/LotTool.cs - startLine: 54 + startLine: 55 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnButtonCreated path: ../TinyLife/Tools/LotTool.cs - startLine: 59 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.OpeningTool.yml b/docs/api/TinyLife.Tools.OpeningTool.yml index 76b9823..8c1c0e7 100644 --- a/docs/api/TinyLife.Tools.OpeningTool.yml +++ b/docs/api/TinyLife.Tools.OpeningTool.yml @@ -258,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/OpeningTool.cs - startLine: 94 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/OpeningTool.cs - startLine: 101 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml b/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml index fb5f40f..d7c4da4 100644 --- a/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml +++ b/docs/api/TinyLife.Tools.PlayModeTool.StatType.yml @@ -26,7 +26,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StatType path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1022 + startLine: 1034 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -61,7 +61,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Needs path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1025 + startLine: 1037 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Emotions path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1026 + startLine: 1038 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Skills path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1027 + startLine: 1039 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -157,7 +157,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Relationships path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1028 + startLine: 1040 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -189,7 +189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1029 + startLine: 1041 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -221,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1030 + startLine: 1042 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -253,7 +253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: About path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 1031 + startLine: 1043 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.PlayModeTool.yml b/docs/api/TinyLife.Tools.PlayModeTool.yml index a1b71f9..ecc6882 100644 --- a/docs/api/TinyLife.Tools.PlayModeTool.yml +++ b/docs/api/TinyLife.Tools.PlayModeTool.yml @@ -27,7 +27,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayModeTool path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 31 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedPerson path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 47 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedStat path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 51 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -181,7 +181,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 60 + startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -212,7 +212,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 63 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -251,7 +251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Opened path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 93 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -286,7 +286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Closed path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 294 + startLine: 283 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -321,7 +321,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/PlayModeTool.cs - startLine: 305 + startLine: 294 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.RemoveTool.yml b/docs/api/TinyLife.Tools.RemoveTool.yml index 2ac69fe..1470f33 100644 --- a/docs/api/TinyLife.Tools.RemoveTool.yml +++ b/docs/api/TinyLife.Tools.RemoveTool.yml @@ -32,7 +32,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveTool path: ../TinyLife/Tools/RemoveTool.cs - startLine: 20 + startLine: 19 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -111,7 +111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/RemoveTool.cs - startLine: 28 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -142,7 +142,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/RemoveTool.cs - startLine: 31 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -181,7 +181,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/RemoveTool.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -223,7 +223,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/RemoveTool.cs - startLine: 62 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -261,7 +261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/RemoveTool.cs - startLine: 67 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -299,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/RemoveTool.cs - startLine: 72 + startLine: 71 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -341,7 +341,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveRoof path: ../TinyLife/Tools/RemoveTool.cs - startLine: 173 + startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -388,7 +388,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveWall path: ../TinyLife/Tools/RemoveTool.cs - startLine: 196 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -429,7 +429,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveFurniture path: ../TinyLife/Tools/RemoveTool.cs - startLine: 223 + startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -473,7 +473,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StoreOrRemoveFurniture path: ../TinyLife/Tools/RemoveTool.cs - startLine: 252 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -517,7 +517,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayDestroySound path: ../TinyLife/Tools/RemoveTool.cs - startLine: 281 + startLine: 280 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -551,7 +551,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpawnDestroyParticles path: ../TinyLife/Tools/RemoveTool.cs - startLine: 290 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -589,7 +589,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SpawnDestroyParticles path: ../TinyLife/Tools/RemoveTool.cs - startLine: 302 + startLine: 301 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.RoofTool.yml b/docs/api/TinyLife.Tools.RoofTool.yml index 391f6f1..75ccb87 100644 --- a/docs/api/TinyLife.Tools.RoofTool.yml +++ b/docs/api/TinyLife.Tools.RoofTool.yml @@ -216,7 +216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/RoofTool.cs - startLine: 138 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -258,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ForceWallsUp path: ../TinyLife/Tools/RoofTool.cs - startLine: 148 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/RoofTool.cs - startLine: 153 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/RoofTool.cs - startLine: 158 + startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -376,7 +376,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/RoofTool.cs - startLine: 163 + startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.TileTool.yml b/docs/api/TinyLife.Tools.TileTool.yml index 1854000..f808581 100644 --- a/docs/api/TinyLife.Tools.TileTool.yml +++ b/docs/api/TinyLife.Tools.TileTool.yml @@ -259,7 +259,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/TileTool.cs - startLine: 118 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -297,7 +297,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/TileTool.cs - startLine: 125 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -335,7 +335,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/TileTool.cs - startLine: 130 + startLine: 134 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -377,7 +377,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveTileIncompatibleFurniture path: ../TinyLife/Tools/TileTool.cs - startLine: 185 + startLine: 189 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.Tool.yml b/docs/api/TinyLife.Tools.Tool.yml index 0d6b51b..da717c0 100644 --- a/docs/api/TinyLife.Tools.Tool.yml +++ b/docs/api/TinyLife.Tools.Tool.yml @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tool path: ../TinyLife/Tools/Tool.cs - startLine: 26 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -113,7 +113,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveTool path: ../TinyLife/Tools/Tool.cs - startLine: 31 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -150,7 +150,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveTool path: ../TinyLife/Tools/Tool.cs - startLine: 35 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -187,7 +187,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayModeTool path: ../TinyLife/Tools/Tool.cs - startLine: 39 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -224,7 +224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildTools path: ../TinyLife/Tools/Tool.cs - startLine: 44 + startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -261,7 +261,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedObject path: ../TinyLife/Tools/Tool.cs - startLine: 49 + startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -300,7 +300,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedWall path: ../TinyLife/Tools/Tool.cs - startLine: 54 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -339,7 +339,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SelectedRoof path: ../TinyLife/Tools/Tool.cs - startLine: 59 + startLine: 63 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -378,7 +378,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRotateCwPressed path: ../TinyLife/Tools/Tool.cs - startLine: 64 + startLine: 68 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -417,7 +417,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRotateCcwPressed path: ../TinyLife/Tools/Tool.cs - startLine: 69 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -456,7 +456,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsCopyPressed path: ../TinyLife/Tools/Tool.cs - startLine: 73 + startLine: 77 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -495,7 +495,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnOpened path: ../TinyLife/Tools/Tool.cs - startLine: 78 + startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -530,7 +530,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnClosed path: ../TinyLife/Tools/Tool.cs - startLine: 82 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -565,7 +565,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnUpdate path: ../TinyLife/Tools/Tool.cs - startLine: 86 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -600,7 +600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnDraw path: ../TinyLife/Tools/Tool.cs - startLine: 90 + startLine: 94 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -635,7 +635,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnInitBuildModeUi path: ../TinyLife/Tools/Tool.cs - startLine: 94 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -670,7 +670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Input path: ../TinyLife/Tools/Tool.cs - startLine: 97 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -708,7 +708,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Map path: ../TinyLife/Tools/Tool.cs - startLine: 99 + startLine: 103 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -747,7 +747,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/Tools/Tool.cs - startLine: 101 + startLine: 105 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -786,7 +786,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Tools/Tool.cs - startLine: 109 + startLine: 113 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -821,7 +821,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayAsTab path: ../TinyLife/Tools/Tool.cs - startLine: 113 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -856,7 +856,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MousePos path: ../TinyLife/Tools/Tool.cs - startLine: 118 + startLine: 122 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -889,7 +889,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Tools/Tool.cs - startLine: 125 + startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -928,7 +928,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InitBuildModeUi path: ../TinyLife/Tools/Tool.cs - startLine: 136 + startLine: 140 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -969,7 +969,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Opened path: ../TinyLife/Tools/Tool.cs - startLine: 144 + startLine: 148 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1003,7 +1003,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Closed path: ../TinyLife/Tools/Tool.cs - startLine: 173 + startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1037,7 +1037,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Tools/Tool.cs - startLine: 184 + startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1075,7 +1075,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/Tools/Tool.cs - startLine: 205 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1116,7 +1116,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/Tool.cs - startLine: 214 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1153,7 +1153,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ForceWallsUp path: ../TinyLife/Tools/Tool.cs - startLine: 223 + startLine: 227 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1190,7 +1190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanSwitchGameModes path: ../TinyLife/Tools/Tool.cs - startLine: 231 + startLine: 235 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1227,7 +1227,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanUndoRedo path: ../TinyLife/Tools/Tool.cs - startLine: 239 + startLine: 243 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1264,7 +1264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/Tool.cs - startLine: 249 + startLine: 253 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1305,7 +1305,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnButtonCreated path: ../TinyLife/Tools/Tool.cs - startLine: 257 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1343,7 +1343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsOnLot path: ../TinyLife/Tools/Tool.cs - startLine: 264 + startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1384,7 +1384,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorSelection path: ../TinyLife/Tools/Tool.cs - startLine: 282 + startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1434,7 +1434,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorSelection path: ../TinyLife/Tools/Tool.cs - startLine: 303 + startLine: 307 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -1484,7 +1484,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildModeButton path: ../TinyLife/Tools/Tool.cs - startLine: 342 + startLine: 346 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Tools.WallpaperTool.yml b/docs/api/TinyLife.Tools.WallpaperTool.yml index c34f9cd..d8ea0bc 100644 --- a/docs/api/TinyLife.Tools.WallpaperTool.yml +++ b/docs/api/TinyLife.Tools.WallpaperTool.yml @@ -258,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetMouseCursor path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 119 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.Tools @@ -296,7 +296,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldHighlightSelectedObject path: ../TinyLife/Tools/WallpaperTool.cs - startLine: 126 + startLine: 130 assemblies: - Tiny Life namespace: TinyLife.Tools diff --git a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml index dfda343..338b993 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoughtItemDelegate path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 897 + startLine: 909 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml b/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml index 1656b03..bf0dbb4 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomPriceDelegate path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 892 + startLine: 904 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CharacterCreator.yml b/docs/api/TinyLife.Uis.CharacterCreator.yml index 378b03f..096e376 100644 --- a/docs/api/TinyLife.Uis.CharacterCreator.yml +++ b/docs/api/TinyLife.Uis.CharacterCreator.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CharacterCreator path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 28 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -74,7 +74,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxHouseholdSize path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 34 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -109,7 +109,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxOutfitAmount path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 39 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -144,7 +144,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Active path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 43 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -183,7 +183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnGetCustomPrice path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 49 + startLine: 47 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -218,7 +218,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnBoughtItem path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 54 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -253,7 +253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanSwitchPeople path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 373 + startLine: 377 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -288,7 +288,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanCloseOrExport path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 384 + startLine: 388 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -323,7 +323,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Open path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 762 + startLine: 772 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -364,7 +364,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCustomPrice path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 776 + startLine: 786 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -408,7 +408,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BoughtItem path: ../TinyLife/Uis/CharacterCreator.cs - startLine: 792 + startLine: 802 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.ControlsHint.yml b/docs/api/TinyLife.Uis.ControlsHint.yml index be8dd82..97e5c1c 100644 --- a/docs/api/TinyLife.Uis.ControlsHint.yml +++ b/docs/api/TinyLife.Uis.ControlsHint.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ControlsHint path: ../TinyLife/Uis/ControlsHint.cs - startLine: 19 + startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -70,7 +70,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hints path: ../TinyLife/Uis/ControlsHint.cs - startLine: 25 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -107,7 +107,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Uis/ControlsHint.cs - startLine: 70 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -142,7 +142,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Keybind path: ../TinyLife/Uis/ControlsHint.cs - startLine: 75 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -177,7 +177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldDisplay path: ../TinyLife/Uis/ControlsHint.cs - startLine: 79 + startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -212,7 +212,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Uis/ControlsHint.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -257,7 +257,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Uis/ControlsHint.cs - startLine: 98 + startLine: 97 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.CoveringGroup.yml b/docs/api/TinyLife.Uis.CoveringGroup.yml index 9ce357c..5c5153a 100644 --- a/docs/api/TinyLife.Uis.CoveringGroup.yml +++ b/docs/api/TinyLife.Uis.CoveringGroup.yml @@ -168,6 +168,7 @@ items: extensionMethods: - TinyLife.Uis.CoveringGroup.TinyLife.Utilities.Extensions.JsonCopy``1 - MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.IsActiveRoot + - MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) modifiers.csharp: - public - class @@ -3826,6 +3827,184 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + commentId: M:TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + name: AddProgressArrows(Func, Func, Func, Func) + nameWithType: Extensions.AddProgressArrows(Func, Func, Func, Func) + fullName: TinyLife.Utilities.Extensions.AddProgressArrows(System.Func, System.Func, System.Func, System.Func) + nameWithType.vb: Extensions.AddProgressArrows(Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) + fullName.vb: TinyLife.Utilities.Extensions.AddProgressArrows(System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of Microsoft.Xna.Framework.Color)) + name.vb: AddProgressArrows(Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + name: AddProgressArrows + nameWithType: Extensions.AddProgressArrows + fullName: TinyLife.Utilities.Extensions.AddProgressArrows + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + name: AddProgressArrows + nameWithType: Extensions.AddProgressArrows + fullName: TinyLife.Utilities.Extensions.AddProgressArrows + - name: ( + nameWithType: ( + fullName: ( + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements isExternal: true @@ -4143,6 +4322,199 @@ references: - name: ) nameWithType: ) fullName: ) +- uid: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + commentId: M:TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + isExternal: true + name: AddProgressArrows(Element, Func, Func, Func, Func) + nameWithType: Extensions.AddProgressArrows(Element, Func, Func, Func, Func) + fullName: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func, System.Func, System.Func, System.Func) + nameWithType.vb: Extensions.AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) + fullName.vb: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of Microsoft.Xna.Framework.Color)) + name.vb: AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + name: AddProgressArrows + nameWithType: Extensions.AddProgressArrows + fullName: TinyLife.Utilities.Extensions.AddProgressArrows + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + name: AddProgressArrows + nameWithType: Extensions.AddProgressArrows + fullName: TinyLife.Utilities.Extensions.AddProgressArrows + - name: ( + nameWithType: ( + fullName: ( + - uid: MLEM.Ui.Elements.Element + name: Element + nameWithType: Element + fullName: MLEM.Ui.Elements.Element + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities diff --git a/docs/api/TinyLife.Uis.InGameHint.yml b/docs/api/TinyLife.Uis.InGameHint.yml index 9077625..676da07 100644 --- a/docs/api/TinyLife.Uis.InGameHint.yml +++ b/docs/api/TinyLife.Uis.InGameHint.yml @@ -397,7 +397,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Uis/InGameHint.cs - startLine: 60 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -432,7 +432,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/Uis/InGameHint.cs - startLine: 64 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -467,7 +467,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Condition path: ../TinyLife/Uis/InGameHint.cs - startLine: 68 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -502,7 +502,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HasBeenDisplayed path: ../TinyLife/Uis/InGameHint.cs - startLine: 72 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -539,7 +539,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Uis/InGameHint.cs - startLine: 80 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -584,7 +584,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Display path: ../TinyLife/Uis/InGameHint.cs - startLine: 89 + startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -616,7 +616,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/Uis/InGameHint.cs - startLine: 116 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.InGameUi.yml b/docs/api/TinyLife.Uis.InGameUi.yml index a2c17a0..bb1f1dd 100644 --- a/docs/api/TinyLife.Uis.InGameUi.yml +++ b/docs/api/TinyLife.Uis.InGameUi.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: InGameUi path: ../TinyLife/Uis/InGameUi.cs - startLine: 24 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -67,7 +67,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnInitialized path: ../TinyLife/Uis/InGameUi.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -102,7 +102,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Main path: ../TinyLife/Uis/InGameUi.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -141,7 +141,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildContent path: ../TinyLife/Uis/InGameUi.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -180,7 +180,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BuildZoom path: ../TinyLife/Uis/InGameUi.cs - startLine: 42 + startLine: 41 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.Menus.TransitionType.yml b/docs/api/TinyLife.Uis.Menus.TransitionType.yml index f3484b2..9ea7a36 100644 --- a/docs/api/TinyLife.Uis.Menus.TransitionType.yml +++ b/docs/api/TinyLife.Uis.Menus.TransitionType.yml @@ -21,7 +21,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TransitionType path: ../TinyLife/Uis/Menus.cs - startLine: 939 + startLine: 973 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -56,7 +56,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Swipe path: ../TinyLife/Uis/Menus.cs - startLine: 945 + startLine: 979 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -90,7 +90,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Fade path: ../TinyLife/Uis/Menus.cs - startLine: 950 + startLine: 984 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.Menus.yml b/docs/api/TinyLife.Uis.Menus.yml index 440cc18..757eae0 100644 --- a/docs/api/TinyLife.Uis.Menus.yml +++ b/docs/api/TinyLife.Uis.Menus.yml @@ -21,7 +21,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Menus path: ../TinyLife/Uis/Menus.cs - startLine: 40 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -65,7 +65,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Transition path: ../TinyLife/Uis/Menus.cs - startLine: 62 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -131,7 +131,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GamepadHint path: ../TinyLife/Uis/Menus.cs - startLine: 127 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.NotifType.yml b/docs/api/TinyLife.Uis.NotifType.yml index d6d9ac5..8e58678 100644 --- a/docs/api/TinyLife.Uis.NotifType.yml +++ b/docs/api/TinyLife.Uis.NotifType.yml @@ -24,7 +24,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NotifType path: ../TinyLife/Uis/Notifications.cs - startLine: 288 + startLine: 287 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -59,7 +59,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Info path: ../TinyLife/Uis/Notifications.cs - startLine: 293 + startLine: 292 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -93,7 +93,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Warning path: ../TinyLife/Uis/Notifications.cs - startLine: 297 + startLine: 296 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -127,7 +127,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryImportant path: ../TinyLife/Uis/Notifications.cs - startLine: 302 + startLine: 301 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VeryPositive path: ../TinyLife/Uis/Notifications.cs - startLine: 306 + startLine: 305 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -195,7 +195,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Debug path: ../TinyLife/Uis/Notifications.cs - startLine: 310 + startLine: 309 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Uis.Notifications.yml b/docs/api/TinyLife.Uis.Notifications.yml index 68e6a20..18673d2 100644 --- a/docs/api/TinyLife.Uis.Notifications.yml +++ b/docs/api/TinyLife.Uis.Notifications.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Notifications path: ../TinyLife/Uis/Notifications.cs - startLine: 24 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -67,7 +67,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxHistoryLength path: ../TinyLife/Uis/Notifications.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -102,7 +102,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Add path: ../TinyLife/Uis/Notifications.cs - startLine: 55 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -146,7 +146,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Add path: ../TinyLife/Uis/Notifications.cs - startLine: 66 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Uis @@ -190,7 +190,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RegisterIcon path: ../TinyLife/Uis/Notifications.cs - startLine: 76 + startLine: 75 assemblies: - Tiny Life namespace: TinyLife.Uis diff --git a/docs/api/TinyLife.Utilities.Extensions.yml b/docs/api/TinyLife.Utilities.Extensions.yml index 0f97fb6..e4e9387 100644 --- a/docs/api/TinyLife.Utilities.Extensions.yml +++ b/docs/api/TinyLife.Utilities.Extensions.yml @@ -7,6 +7,7 @@ items: children: - TinyLife.Utilities.Extensions.AddGamepadScrolling(MLEM.Ui.Elements.Panel) - TinyLife.Utilities.Extensions.AddHoverAnimation(MLEM.Ui.Elements.Button) + - TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) - TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) - TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType) - TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType}) @@ -2119,6 +2120,56 @@ items: modifiers.vb: - Public - Shared +- uid: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + commentId: M:TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + id: AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color}) + isExtensionMethod: true + parent: TinyLife.Utilities.Extensions + langs: + - csharp + - vb + name: AddProgressArrows(Element, Func, Func, Func, Func) + nameWithType: Extensions.AddProgressArrows(Element, Func, Func, Func, Func) + fullName: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func, System.Func, System.Func, System.Func) + type: Method + source: + remote: + path: TinyLife/Utilities/Extensions.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: AddProgressArrows + path: ../TinyLife/Utilities/Extensions.cs + startLine: 774 + assemblies: + - Tiny Life + namespace: TinyLife.Utilities + syntax: + content: public static void AddProgressArrows(this Element element, Func getValue, Func minDelta, Func deltaPerArrow, Func color) + parameters: + - id: element + type: MLEM.Ui.Elements.Element + - id: getValue + type: System.Func{System.Single} + - id: minDelta + type: System.Func{System.Single} + - id: deltaPerArrow + type: System.Func{System.Single} + - id: color + type: System.Func{Microsoft.Xna.Framework.Color} + content.vb: >- + + + Public Shared Sub AddProgressArrows(element As Element, getValue As Func(Of Single), minDelta As Func(Of Single), deltaPerArrow As Func(Of Single), color As Func(Of Color)) + overload: TinyLife.Utilities.Extensions.AddProgressArrows* + nameWithType.vb: Extensions.AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared + fullName.vb: TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of System.Single), System.Func(Of Microsoft.Xna.Framework.Color)) + name.vb: AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color)) - uid: TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan) commentId: M:TinyLife.Utilities.Extensions.ToTimestampString(System.TimeSpan) id: ToTimestampString(System.TimeSpan) @@ -2138,7 +2189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ToTimestampString path: ../TinyLife/Utilities/Extensions.cs - startLine: 779 + startLine: 805 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -3483,6 +3534,99 @@ references: name: AddGamepadScrolling nameWithType: Extensions.AddGamepadScrolling fullName: TinyLife.Utilities.Extensions.AddGamepadScrolling +- uid: TinyLife.Utilities.Extensions.AddProgressArrows* + commentId: Overload:TinyLife.Utilities.Extensions.AddProgressArrows + name: AddProgressArrows + nameWithType: Extensions.AddProgressArrows + fullName: TinyLife.Utilities.Extensions.AddProgressArrows +- uid: System.Func{System.Single} + commentId: T:System.Func{System.Single} + parent: System + definition: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of Single) + fullName.vb: System.Func(Of System.Single) + name.vb: Func(Of Single) + spec.csharp: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.Single + name: Single + nameWithType: Single + fullName: System.Single + isExternal: true + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Func{Microsoft.Xna.Framework.Color} + commentId: T:System.Func{Microsoft.Xna.Framework.Color} + parent: System + definition: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + nameWithType.vb: Func(Of Color) + fullName.vb: System.Func(Of Microsoft.Xna.Framework.Color) + name.vb: Func(Of Color) + spec.csharp: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Func`1 + name: Func + nameWithType: Func + fullName: System.Func + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Color + name: Color + nameWithType: Color + fullName: Microsoft.Xna.Framework.Color + isExternal: true + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Options.TwelveHourClock commentId: F:TinyLife.Options.TwelveHourClock isExternal: true diff --git a/docs/api/TinyLife.Utilities.TextureHandler.yml b/docs/api/TinyLife.Utilities.TextureHandler.yml index 7cdf93c..bdd585c 100644 --- a/docs/api/TinyLife.Utilities.TextureHandler.yml +++ b/docs/api/TinyLife.Utilities.TextureHandler.yml @@ -5,27 +5,18 @@ items: id: TextureHandler parent: TinyLife.Utilities children: - - TinyLife.Utilities.TextureHandler.AccessoriesTexture - - TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - TinyLife.Utilities.TextureHandler.AutoTileTexture + - TinyLife.Utilities.TextureHandler.ClothesTextures - TinyLife.Utilities.TextureHandler.CursorTexture - TinyLife.Utilities.TextureHandler.EmoteTexture - - TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture - - TinyLife.Utilities.TextureHandler.FacialHairTexture - TinyLife.Utilities.TextureHandler.FurnitureTextures - - TinyLife.Utilities.TextureHandler.HairsTexture - - TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture - TinyLife.Utilities.TextureHandler.LightTexture - TinyLife.Utilities.TextureHandler.MenuBackground(System.Int32,System.Int32,System.Int32,System.Int32) - TinyLife.Utilities.TextureHandler.OpeningTexture - - TinyLife.Utilities.TextureHandler.PantsTexture - TinyLife.Utilities.TextureHandler.ParticleTexture - - TinyLife.Utilities.TextureHandler.PersonTexture - TinyLife.Utilities.TextureHandler.RoofTexture - - TinyLife.Utilities.TextureHandler.ShoesTexture - TinyLife.Utilities.TextureHandler.TexturePacker - TinyLife.Utilities.TextureHandler.TileTexture - - TinyLife.Utilities.TextureHandler.TopsTexture - TinyLife.Utilities.TextureHandler.UiTexture - TinyLife.Utilities.TextureHandler.VehicleTexture - TinyLife.Utilities.TextureHandler.WallpaperTextures @@ -140,6 +131,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.Utilities.TextureHandler.ClothesTextures + commentId: F:TinyLife.Utilities.TextureHandler.ClothesTextures + id: ClothesTextures + parent: TinyLife.Utilities.TextureHandler + langs: + - csharp + - vb + name: ClothesTextures + nameWithType: TextureHandler.ClothesTextures + fullName: TinyLife.Utilities.TextureHandler.ClothesTextures + type: Field + source: + remote: + path: TinyLife/Utilities/TextureHandler.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: ClothesTextures + path: ../TinyLife/Utilities/TextureHandler.cs + startLine: 22 + assemblies: + - Tiny Life + namespace: TinyLife.Utilities + syntax: + content: public static readonly Dictionary<(AgeGroup, ClothesLayer), Dictionary> ClothesTextures + return: + type: System.Collections.Generic.Dictionary{System.ValueTuple{TinyLife.Objects.AgeGroup,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} + content.vb: Public Shared ReadOnly ClothesTextures As Dictionary(Of(AgeGroup, ClothesLayer)(Of AgeGroup , ClothesLayer), Dictionary(Of Point, TextureRegion)) + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.Utilities.TextureHandler.WallpaperTextures commentId: P:TinyLife.Utilities.TextureHandler.WallpaperTextures id: WallpaperTextures @@ -158,7 +184,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallpaperTextures path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 22 + startLine: 23 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -177,376 +203,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.PersonTexture - commentId: P:TinyLife.Utilities.TextureHandler.PersonTexture - id: PersonTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: PersonTexture - nameWithType: TextureHandler.PersonTexture - fullName: TinyLife.Utilities.TextureHandler.PersonTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PersonTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 23 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary PersonTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property PersonTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.PersonTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.HairsTexture - commentId: P:TinyLife.Utilities.TextureHandler.HairsTexture - id: HairsTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: HairsTexture - nameWithType: TextureHandler.HairsTexture - fullName: TinyLife.Utilities.TextureHandler.HairsTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HairsTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 24 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary HairsTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property HairsTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.HairsTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.TopsTexture - commentId: P:TinyLife.Utilities.TextureHandler.TopsTexture - id: TopsTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: TopsTexture - nameWithType: TextureHandler.TopsTexture - fullName: TinyLife.Utilities.TextureHandler.TopsTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: TopsTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 25 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary TopsTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property TopsTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.TopsTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.PantsTexture - commentId: P:TinyLife.Utilities.TextureHandler.PantsTexture - id: PantsTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: PantsTexture - nameWithType: TextureHandler.PantsTexture - fullName: TinyLife.Utilities.TextureHandler.PantsTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: PantsTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 26 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary PantsTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property PantsTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.PantsTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.ShoesTexture - commentId: P:TinyLife.Utilities.TextureHandler.ShoesTexture - id: ShoesTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: ShoesTexture - nameWithType: TextureHandler.ShoesTexture - fullName: TinyLife.Utilities.TextureHandler.ShoesTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ShoesTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 27 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary ShoesTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property ShoesTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.ShoesTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.AccessoriesTexture - commentId: P:TinyLife.Utilities.TextureHandler.AccessoriesTexture - id: AccessoriesTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: AccessoriesTexture - nameWithType: TextureHandler.AccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.AccessoriesTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: AccessoriesTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 28 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary AccessoriesTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property AccessoriesTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.AccessoriesTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture - commentId: P:TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture - id: HeadAccessoriesTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: HeadAccessoriesTexture - nameWithType: TextureHandler.HeadAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: HeadAccessoriesTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 29 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary HeadAccessoriesTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property HeadAccessoriesTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.FacialHairTexture - commentId: P:TinyLife.Utilities.TextureHandler.FacialHairTexture - id: FacialHairTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: FacialHairTexture - nameWithType: TextureHandler.FacialHairTexture - fullName: TinyLife.Utilities.TextureHandler.FacialHairTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FacialHairTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 30 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary FacialHairTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property FacialHairTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.FacialHairTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture - commentId: P:TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture - id: FaceAccessoriesTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: FaceAccessoriesTexture - nameWithType: TextureHandler.FaceAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: FaceAccessoriesTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 31 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary FaceAccessoriesTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property FaceAccessoriesTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly -- uid: TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - commentId: P:TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - id: ArmAccessoriesTexture - parent: TinyLife.Utilities.TextureHandler - langs: - - csharp - - vb - name: ArmAccessoriesTexture - nameWithType: TextureHandler.ArmAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - type: Property - source: - remote: - path: TinyLife/Utilities/TextureHandler.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: ArmAccessoriesTexture - path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 32 - assemblies: - - Tiny Life - namespace: TinyLife.Utilities - syntax: - content: public static Dictionary ArmAccessoriesTexture { get; } - parameters: [] - return: - type: System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion} - content.vb: Public Shared ReadOnly Property ArmAccessoriesTexture As Dictionary(Of Point, TextureRegion) - overload: TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture* - modifiers.csharp: - - public - - static - - get - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.Utilities.TextureHandler.UiTexture commentId: P:TinyLife.Utilities.TextureHandler.UiTexture id: UiTexture @@ -565,7 +221,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UiTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 33 + startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -602,7 +258,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CursorTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 34 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -639,7 +295,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpeningTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 35 + startLine: 26 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -676,7 +332,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoofTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 36 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -713,7 +369,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TileTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 37 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -750,7 +406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AutoTileTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 38 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -787,7 +443,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WaterTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 39 + startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -824,7 +480,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: VehicleTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 40 + startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -861,7 +517,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LightTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 41 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -898,7 +554,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ParticleTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 42 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -935,7 +591,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmoteTexture path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 43 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -972,7 +628,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MenuBackground path: ../TinyLife/Utilities/TextureHandler.cs - startLine: 115 + startLine: 119 assemblies: - Tiny Life namespace: TinyLife.Utilities @@ -1404,6 +1060,189 @@ references: name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic +- uid: System.Collections.Generic.Dictionary{System.ValueTuple{TinyLife.Objects.AgeGroup,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} + commentId: T:System.Collections.Generic.Dictionary{System.ValueTuple{TinyLife.Objects.AgeGroup,TinyLife.Objects.ClothesLayer},System.Collections.Generic.Dictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}} + parent: System.Collections.Generic + definition: System.Collections.Generic.Dictionary`2 + name: Dictionary<(T1, T2), Dictionary> + nameWithType: Dictionary<(T1, T2), Dictionary> + fullName: System.Collections.Generic.Dictionary, System.Collections.Generic.Dictionary> + nameWithType.vb: Dictionary(Of (T1, T2)(Of AgeGroup, ClothesLayer), Dictionary(Of Point, TextureRegion)) + fullName.vb: System.Collections.Generic.Dictionary(Of System.ValueTuple(Of TinyLife.Objects.AgeGroup, TinyLife.Objects.ClothesLayer), System.Collections.Generic.Dictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)) + name.vb: Dictionary(Of (T1, T2)(Of AgeGroup, ClothesLayer), Dictionary(Of Point, TextureRegion)) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + nameWithType: AgeGroup + fullName: TinyLife.Objects.AgeGroup + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ClothesLayer + name: ClothesLayer + nameWithType: ClothesLayer + fullName: TinyLife.Objects.ClothesLayer + - name: '>' + nameWithType: '>' + fullName: '>' + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: '>' + nameWithType: '>' + fullName: '>' + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: TinyLife.Objects.AgeGroup + name: AgeGroup + nameWithType: AgeGroup + fullName: TinyLife.Objects.AgeGroup + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: TinyLife.Objects.ClothesLayer + name: ClothesLayer + nameWithType: ClothesLayer + fullName: TinyLife.Objects.ClothesLayer + - name: ) + nameWithType: ) + fullName: ) + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - uid: Microsoft.Xna.Framework.Point + name: Point + nameWithType: Point + fullName: Microsoft.Xna.Framework.Point + isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: MLEM.Textures.TextureRegion + name: TextureRegion + nameWithType: TextureRegion + fullName: MLEM.Textures.TextureRegion + isExternal: true + - name: ) + nameWithType: ) + fullName: ) + - name: ) + nameWithType: ) + fullName: ) +- uid: System.Collections.Generic.Dictionary`2 + commentId: T:System.Collections.Generic.Dictionary`2 + isExternal: true + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + nameWithType.vb: Dictionary(Of TKey, TValue) + fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) + name.vb: Dictionary(Of TKey, TValue) + spec.csharp: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: < + nameWithType: < + fullName: < + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: '>' + nameWithType: '>' + fullName: '>' + spec.vb: + - uid: System.Collections.Generic.Dictionary`2 + name: Dictionary + nameWithType: Dictionary + fullName: System.Collections.Generic.Dictionary + isExternal: true + - name: '(Of ' + nameWithType: '(Of ' + fullName: '(Of ' + - name: TKey + nameWithType: TKey + fullName: TKey + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: TValue + nameWithType: TValue + fullName: TValue + - name: ) + nameWithType: ) + fullName: ) - uid: TinyLife.Utilities.TextureHandler.WallpaperTextures* commentId: Overload:TinyLife.Utilities.TextureHandler.WallpaperTextures name: WallpaperTextures @@ -1469,107 +1308,6 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: System.Collections.Generic.Dictionary`2 - commentId: T:System.Collections.Generic.Dictionary`2 - isExternal: true - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - nameWithType.vb: Dictionary(Of TKey, TValue) - fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) - name.vb: Dictionary(Of TKey, TValue) - spec.csharp: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: < - nameWithType: < - fullName: < - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: '>' - nameWithType: '>' - fullName: '>' - spec.vb: - - uid: System.Collections.Generic.Dictionary`2 - name: Dictionary - nameWithType: Dictionary - fullName: System.Collections.Generic.Dictionary - isExternal: true - - name: '(Of ' - nameWithType: '(Of ' - fullName: '(Of ' - - name: TKey - nameWithType: TKey - fullName: TKey - - name: ', ' - nameWithType: ', ' - fullName: ', ' - - name: TValue - nameWithType: TValue - fullName: TValue - - name: ) - nameWithType: ) - fullName: ) -- uid: TinyLife.Utilities.TextureHandler.PersonTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.PersonTexture - name: PersonTexture - nameWithType: TextureHandler.PersonTexture - fullName: TinyLife.Utilities.TextureHandler.PersonTexture -- uid: TinyLife.Utilities.TextureHandler.HairsTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.HairsTexture - name: HairsTexture - nameWithType: TextureHandler.HairsTexture - fullName: TinyLife.Utilities.TextureHandler.HairsTexture -- uid: TinyLife.Utilities.TextureHandler.TopsTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.TopsTexture - name: TopsTexture - nameWithType: TextureHandler.TopsTexture - fullName: TinyLife.Utilities.TextureHandler.TopsTexture -- uid: TinyLife.Utilities.TextureHandler.PantsTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.PantsTexture - name: PantsTexture - nameWithType: TextureHandler.PantsTexture - fullName: TinyLife.Utilities.TextureHandler.PantsTexture -- uid: TinyLife.Utilities.TextureHandler.ShoesTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.ShoesTexture - name: ShoesTexture - nameWithType: TextureHandler.ShoesTexture - fullName: TinyLife.Utilities.TextureHandler.ShoesTexture -- uid: TinyLife.Utilities.TextureHandler.AccessoriesTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.AccessoriesTexture - name: AccessoriesTexture - nameWithType: TextureHandler.AccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.AccessoriesTexture -- uid: TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture - name: HeadAccessoriesTexture - nameWithType: TextureHandler.HeadAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.HeadAccessoriesTexture -- uid: TinyLife.Utilities.TextureHandler.FacialHairTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.FacialHairTexture - name: FacialHairTexture - nameWithType: TextureHandler.FacialHairTexture - fullName: TinyLife.Utilities.TextureHandler.FacialHairTexture -- uid: TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture - name: FaceAccessoriesTexture - nameWithType: TextureHandler.FaceAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.FaceAccessoriesTexture -- uid: TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture* - commentId: Overload:TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - name: ArmAccessoriesTexture - nameWithType: TextureHandler.ArmAccessoriesTexture - fullName: TinyLife.Utilities.TextureHandler.ArmAccessoriesTexture - uid: TinyLife.Utilities.TextureHandler.UiTexture* commentId: Overload:TinyLife.Utilities.TextureHandler.UiTexture name: UiTexture diff --git a/docs/api/TinyLife.WallDisplay.yml b/docs/api/TinyLife.WallDisplay.yml index ae5935e..5fc0706 100644 --- a/docs/api/TinyLife.WallDisplay.yml +++ b/docs/api/TinyLife.WallDisplay.yml @@ -23,7 +23,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallDisplay path: ../TinyLife/Options.cs - startLine: 546 + startLine: 548 assemblies: - Tiny Life namespace: TinyLife @@ -58,7 +58,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: ../TinyLife/Options.cs - startLine: 551 + startLine: 553 assemblies: - Tiny Life namespace: TinyLife @@ -92,7 +92,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Up path: ../TinyLife/Options.cs - startLine: 555 + startLine: 557 assemblies: - Tiny Life namespace: TinyLife @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Auto path: ../TinyLife/Options.cs - startLine: 559 + startLine: 561 assemblies: - Tiny Life namespace: TinyLife @@ -160,7 +160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Down path: ../TinyLife/Options.cs - startLine: 563 + startLine: 565 assemblies: - Tiny Life namespace: TinyLife diff --git a/docs/api/TinyLife.World.DrawDelegate.yml b/docs/api/TinyLife.World.DrawDelegate.yml index 1dc7681..62e8a7f 100644 --- a/docs/api/TinyLife.World.DrawDelegate.yml +++ b/docs/api/TinyLife.World.DrawDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawDelegate path: ../TinyLife/World/Map.cs - startLine: 2272 + startLine: 2349 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ExportedHousehold.yml b/docs/api/TinyLife.World.ExportedHousehold.yml index 265f60f..afef8d7 100644 --- a/docs/api/TinyLife.World.ExportedHousehold.yml +++ b/docs/api/TinyLife.World.ExportedHousehold.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedHousehold path: ../TinyLife/World/Household.cs - startLine: 360 + startLine: 362 assemblies: - Tiny Life namespace: TinyLife.World @@ -70,7 +70,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedVersion path: ../TinyLife/World/Household.cs - startLine: 365 + startLine: 367 assemblies: - Tiny Life namespace: TinyLife.World @@ -103,7 +103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Members path: ../TinyLife/World/Household.cs - startLine: 369 + startLine: 371 assemblies: - Tiny Life namespace: TinyLife.World @@ -136,7 +136,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Money path: ../TinyLife/World/Household.cs - startLine: 373 + startLine: 375 assemblies: - Tiny Life namespace: TinyLife.World @@ -169,7 +169,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FurnitureStorage path: ../TinyLife/World/Household.cs - startLine: 377 + startLine: 379 assemblies: - Tiny Life namespace: TinyLife.World @@ -202,7 +202,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ClothesStorage path: ../TinyLife/World/Household.cs - startLine: 381 + startLine: 383 assemblies: - Tiny Life namespace: TinyLife.World @@ -235,7 +235,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Description path: ../TinyLife/World/Household.cs - startLine: 385 + startLine: 387 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.ExportedLot.yml b/docs/api/TinyLife.World.ExportedLot.yml index 7b63b90..2cee64c 100644 --- a/docs/api/TinyLife.World.ExportedLot.yml +++ b/docs/api/TinyLife.World.ExportedLot.yml @@ -8,7 +8,7 @@ items: - TinyLife.World.ExportedLot.Area - TinyLife.World.ExportedLot.ExportedVersion - TinyLife.World.ExportedLot.Furniture - - TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map) + - TinyLife.World.ExportedLot.GetCoveredArea - TinyLife.World.ExportedLot.GetPrice - TinyLife.World.ExportedLot.Roofs - TinyLife.World.ExportedLot.Tiles @@ -28,7 +28,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedLot path: ../TinyLife/World/Lot.cs - startLine: 372 + startLine: 414 assemblies: - Tiny Life namespace: TinyLife.World @@ -77,7 +77,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ExportedVersion path: ../TinyLife/World/Lot.cs - startLine: 377 + startLine: 419 assemblies: - Tiny Life namespace: TinyLife.World @@ -110,7 +110,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Area path: ../TinyLife/World/Lot.cs - startLine: 381 + startLine: 423 assemblies: - Tiny Life namespace: TinyLife.World @@ -143,7 +143,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/World/Lot.cs - startLine: 385 + startLine: 427 assemblies: - Tiny Life namespace: TinyLife.World @@ -176,7 +176,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Furniture path: ../TinyLife/World/Lot.cs - startLine: 389 + startLine: 431 assemblies: - Tiny Life namespace: TinyLife.World @@ -209,7 +209,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Walls path: ../TinyLife/World/Lot.cs - startLine: 393 + startLine: 435 assemblies: - Tiny Life namespace: TinyLife.World @@ -242,7 +242,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roofs path: ../TinyLife/World/Lot.cs - startLine: 397 + startLine: 439 assemblies: - Tiny Life namespace: TinyLife.World @@ -275,7 +275,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tiles path: ../TinyLife/World/Lot.cs - startLine: 401 + startLine: 443 assemblies: - Tiny Life namespace: TinyLife.World @@ -308,7 +308,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Lot.cs - startLine: 404 + startLine: 446 assemblies: - Tiny Life namespace: TinyLife.World @@ -327,16 +327,16 @@ items: - public modifiers.vb: - Public -- uid: TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map) - commentId: M:TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map) - id: GetCoveredArea(TinyLife.World.Map) +- uid: TinyLife.World.ExportedLot.GetCoveredArea + commentId: M:TinyLife.World.ExportedLot.GetCoveredArea + id: GetCoveredArea parent: TinyLife.World.ExportedLot langs: - csharp - vb - name: GetCoveredArea(Map) - nameWithType: ExportedLot.GetCoveredArea(Map) - fullName: TinyLife.World.ExportedLot.GetCoveredArea(TinyLife.World.Map) + name: GetCoveredArea() + nameWithType: ExportedLot.GetCoveredArea() + fullName: TinyLife.World.ExportedLot.GetCoveredArea() type: Method source: remote: @@ -345,21 +345,18 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoveredArea path: ../TinyLife/World/Lot.cs - startLine: 418 + startLine: 460 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nReturns a that represents the area that this lot actually covers.\nThe area covered by this lot is always bounded by its , but will be smaller if there are fewer objects on the lot.\n" example: [] syntax: - content: public RectangleF GetCoveredArea(Map map) - parameters: - - id: map - type: TinyLife.World.Map + content: public RectangleF GetCoveredArea() return: type: MLEM.Misc.RectangleF description: The area that this lot covers - content.vb: Public Function GetCoveredArea(map As Map) As RectangleF + content.vb: Public Function GetCoveredArea As RectangleF overload: TinyLife.World.ExportedLot.GetCoveredArea* modifiers.csharp: - public @@ -1036,12 +1033,6 @@ references: name: GetCoveredArea nameWithType: ExportedLot.GetCoveredArea fullName: TinyLife.World.ExportedLot.GetCoveredArea -- uid: TinyLife.World.Map - commentId: T:TinyLife.World.Map - parent: TinyLife.World - name: Map - nameWithType: Map - fullName: TinyLife.World.Map - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true diff --git a/docs/api/TinyLife.World.Lot.WeeklyBillsDelegate.yml b/docs/api/TinyLife.World.Lot.WeeklyBillsDelegate.yml new file mode 100644 index 0000000..06a384c --- /dev/null +++ b/docs/api/TinyLife.World.Lot.WeeklyBillsDelegate.yml @@ -0,0 +1,145 @@ +### YamlMime:ManagedReference +items: +- uid: TinyLife.World.Lot.WeeklyBillsDelegate + commentId: T:TinyLife.World.Lot.WeeklyBillsDelegate + id: Lot.WeeklyBillsDelegate + parent: TinyLife.World + children: [] + langs: + - csharp + - vb + name: Lot.WeeklyBillsDelegate + nameWithType: Lot.WeeklyBillsDelegate + fullName: TinyLife.World.Lot.WeeklyBillsDelegate + type: Delegate + source: + remote: + path: TinyLife/World/Lot.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: WeeklyBillsDelegate + path: ../TinyLife/World/Lot.cs + startLine: 406 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public delegate void WeeklyBillsDelegate(Lot lot, ref float amount); + parameters: + - id: lot + type: TinyLife.World.Lot + - id: amount + type: System.Single + content.vb: Public Delegate Sub WeeklyBillsDelegate(lot As Lot, ByRef amount As Single) + extensionMethods: + - TinyLife.World.Lot.WeeklyBillsDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 + modifiers.csharp: + - public + - delegate + modifiers.vb: + - Public + - Delegate +references: +- uid: TinyLife.World + commentId: N:TinyLife.World + name: TinyLife.World + nameWithType: TinyLife.World + fullName: TinyLife.World +- uid: TinyLife.World.Lot.WeeklyBillsDelegate.TinyLife.Utilities.Extensions.JsonCopy``1 + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + parent: TinyLife.Utilities.Extensions + definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy() + nameWithType: Extensions.JsonCopy() + fullName: TinyLife.Utilities.Extensions.JsonCopy() + nameWithType.vb: Extensions.JsonCopy(Of Lot.WeeklyBillsDelegate)() + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Lot.WeeklyBillsDelegate)() + name.vb: JsonCopy(Of Lot.WeeklyBillsDelegate)() + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1 + name: JsonCopy(Of Lot.WeeklyBillsDelegate) + nameWithType: Extensions.JsonCopy(Of Lot.WeeklyBillsDelegate) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Lot.WeeklyBillsDelegate) + - name: ( + nameWithType: ( + fullName: ( + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.World.Lot + commentId: T:TinyLife.World.Lot + parent: TinyLife.World + name: Lot + nameWithType: Lot + fullName: TinyLife.World.Lot +- uid: System.Single + commentId: T:System.Single + parent: System + isExternal: true + name: Single + nameWithType: Single + fullName: System.Single +- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(T) + nameWithType: Extensions.JsonCopy(T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(T) + nameWithType.vb: Extensions.JsonCopy(Of T)(T) + fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) + name.vb: JsonCopy(Of T)(T) + spec.csharp: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy + nameWithType: Extensions.JsonCopy + fullName: TinyLife.Utilities.Extensions.JsonCopy + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) + spec.vb: + - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) + name: JsonCopy(Of T) + nameWithType: Extensions.JsonCopy(Of T) + fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) + - name: ( + nameWithType: ( + fullName: ( + - name: T + nameWithType: T + fullName: T + - name: ) + nameWithType: ) + fullName: ) +- uid: TinyLife.Utilities.Extensions + commentId: T:TinyLife.Utilities.Extensions + parent: TinyLife.Utilities + name: Extensions + nameWithType: Extensions + fullName: TinyLife.Utilities.Extensions +- uid: System + commentId: N:System + isExternal: true + name: System + nameWithType: System + fullName: System +- uid: TinyLife.Utilities + commentId: N:TinyLife.Utilities + name: TinyLife.Utilities + nameWithType: TinyLife.Utilities + fullName: TinyLife.Utilities diff --git a/docs/api/TinyLife.World.Lot.yml b/docs/api/TinyLife.World.Lot.yml index a7ce71f..fba16b2 100644 --- a/docs/api/TinyLife.World.Lot.yml +++ b/docs/api/TinyLife.World.Lot.yml @@ -23,6 +23,7 @@ items: - TinyLife.World.Lot.Id - TinyLife.World.Lot.Import(TinyLife.World.ExportedLot,System.String,System.Boolean,System.Boolean) - TinyLife.World.Lot.Name + - TinyLife.World.Lot.OnGetWeeklyBills - TinyLife.World.Lot.Type - TinyLife.World.Lot.Validate(TinyLife.World.Map) langs: @@ -86,6 +87,39 @@ items: modifiers.vb: - Public - Class +- uid: TinyLife.World.Lot.OnGetWeeklyBills + commentId: E:TinyLife.World.Lot.OnGetWeeklyBills + id: OnGetWeeklyBills + parent: TinyLife.World.Lot + langs: + - csharp + - vb + name: OnGetWeeklyBills + nameWithType: Lot.OnGetWeeklyBills + fullName: TinyLife.World.Lot.OnGetWeeklyBills + type: Event + source: + remote: + path: TinyLife/World/Lot.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: OnGetWeeklyBills + path: ../TinyLife/World/Lot.cs + startLine: 29 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static event Lot.WeeklyBillsDelegate OnGetWeeklyBills + return: + type: TinyLife.World.Lot.WeeklyBillsDelegate + content.vb: Public Shared Event OnGetWeeklyBills As Lot.WeeklyBillsDelegate + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared - uid: TinyLife.World.Lot.Id commentId: F:TinyLife.World.Lot.Id id: Id @@ -104,7 +138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Id path: ../TinyLife/World/Lot.cs - startLine: 34 + startLine: 36 assemblies: - Tiny Life namespace: TinyLife.World @@ -149,7 +183,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Area path: ../TinyLife/World/Lot.cs - startLine: 38 + startLine: 40 assemblies: - Tiny Life namespace: TinyLife.World @@ -196,7 +230,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/World/Lot.cs - startLine: 44 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.World @@ -233,7 +267,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/World/Lot.cs - startLine: 62 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.World @@ -270,7 +304,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/Lot.cs - startLine: 67 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.World @@ -313,7 +347,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Lot.cs - startLine: 77 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.World @@ -352,7 +386,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Lot.cs - startLine: 85 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.World @@ -387,7 +421,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObjects path: ../TinyLife/World/Lot.cs - startLine: 96 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.World @@ -428,7 +462,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalls path: ../TinyLife/World/Lot.cs - startLine: 109 + startLine: 111 assemblies: - Tiny Life namespace: TinyLife.World @@ -463,7 +497,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoofs path: ../TinyLife/World/Lot.cs - startLine: 122 + startLine: 124 assemblies: - Tiny Life namespace: TinyLife.World @@ -498,7 +532,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDefaultTile path: ../TinyLife/World/Lot.cs - startLine: 136 + startLine: 138 assemblies: - Tiny Life namespace: TinyLife.World @@ -533,7 +567,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AreRequirementsMet path: ../TinyLife/World/Lot.cs - startLine: 153 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.World @@ -568,7 +602,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFrontDoor path: ../TinyLife/World/Lot.cs - startLine: 169 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife.World @@ -607,7 +641,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHomeLocation path: ../TinyLife/World/Lot.cs - startLine: 193 + startLine: 199 assemblies: - Tiny Life namespace: TinyLife.World @@ -646,7 +680,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Lot.cs - startLine: 210 + startLine: 216 assemblies: - Tiny Life namespace: TinyLife.World @@ -683,7 +717,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWeeklyBills path: ../TinyLife/World/Lot.cs - startLine: 224 + startLine: 230 assemblies: - Tiny Life namespace: TinyLife.World @@ -718,7 +752,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Export path: ../TinyLife/World/Lot.cs - startLine: 236 + startLine: 248 assemblies: - Tiny Life namespace: TinyLife.World @@ -753,7 +787,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Import path: ../TinyLife/World/Lot.cs - startLine: 262 + startLine: 261 assemblies: - Tiny Life namespace: TinyLife.World @@ -798,7 +832,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanImport path: ../TinyLife/World/Lot.cs - startLine: 278 + startLine: 277 assemblies: - Tiny Life namespace: TinyLife.World @@ -837,7 +871,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCoveredArea path: ../TinyLife/World/Lot.cs - startLine: 290 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.World @@ -1523,6 +1557,12 @@ references: name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities +- uid: TinyLife.World.Lot.WeeklyBillsDelegate + commentId: T:TinyLife.World.Lot.WeeklyBillsDelegate + parent: TinyLife.World + name: Lot.WeeklyBillsDelegate + nameWithType: Lot.WeeklyBillsDelegate + fullName: TinyLife.World.Lot.WeeklyBillsDelegate - uid: System.Guid commentId: T:System.Guid parent: System diff --git a/docs/api/TinyLife.World.LotEmployment.Instance.yml b/docs/api/TinyLife.World.LotEmployment.Instance.yml index 3efec64..634e66e 100644 --- a/docs/api/TinyLife.World.LotEmployment.Instance.yml +++ b/docs/api/TinyLife.World.LotEmployment.Instance.yml @@ -25,7 +25,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/World/LotEmployment.cs - startLine: 211 + startLine: 215 assemblies: - Tiny Life namespace: TinyLife.World @@ -80,7 +80,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Lot path: ../TinyLife/World/LotEmployment.cs - startLine: 217 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.World @@ -117,7 +117,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/World/LotEmployment.cs - startLine: 221 + startLine: 225 assemblies: - Tiny Life namespace: TinyLife.World @@ -154,7 +154,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetManually path: ../TinyLife/World/LotEmployment.cs - startLine: 234 + startLine: 238 assemblies: - Tiny Life namespace: TinyLife.World @@ -201,7 +201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/LotEmployment.cs - startLine: 255 + startLine: 259 assemblies: - Tiny Life namespace: TinyLife.World @@ -246,7 +246,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/LotEmployment.cs - startLine: 268 + startLine: 272 assemblies: - Tiny Life namespace: TinyLife.World @@ -285,7 +285,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ShouldWorkRightNow path: ../TinyLife/World/LotEmployment.cs - startLine: 278 + startLine: 282 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.LotEmployment.yml b/docs/api/TinyLife.World.LotEmployment.yml index 59d73ce..da624e7 100644 --- a/docs/api/TinyLife.World.LotEmployment.yml +++ b/docs/api/TinyLife.World.LotEmployment.yml @@ -5,7 +5,7 @@ items: id: LotEmployment parent: TinyLife.World children: - - TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]}) + - TinyLife.World.LotEmployment.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]}) - TinyLife.World.LotEmployment.Actions - TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot) - TinyLife.World.LotEmployment.IdleObjects @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/World/LotEmployment.cs - startLine: 23 + startLine: 21 assemblies: - Tiny Life namespace: TinyLife.World @@ -74,7 +74,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapWideEmployments path: ../TinyLife/World/LotEmployment.cs - startLine: 29 + startLine: 27 assemblies: - Tiny Life namespace: TinyLife.World @@ -111,7 +111,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/LotEmployment.cs - startLine: 41 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -146,7 +146,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Actions path: ../TinyLife/World/LotEmployment.cs - startLine: 47 + startLine: 45 assemblies: - Tiny Life namespace: TinyLife.World @@ -181,17 +181,17 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WorkHours path: ../TinyLife/World/LotEmployment.cs - startLine: 52 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nThe range of hours that this lot employment is active in.\nDuring times outside of these hours, people with this employment will automatically enqueue and execute a .\n" example: [] syntax: - content: public readonly Range WorkHours + content: public readonly (int Start, int End) WorkHours return: - type: MonoGame.Extended.Range{System.Int32} - content.vb: Public ReadOnly WorkHours As Range(Of Integer) + type: System.ValueTuple{System.Int32,System.Int32} + content.vb: Public ReadOnly WorkHours As(Start As Integer, End As Integer)(Of Integer , Integer) modifiers.csharp: - public - readonly @@ -216,7 +216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFinished path: ../TinyLife/World/LotEmployment.cs - startLine: 58 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.World @@ -253,7 +253,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IdleObjects path: ../TinyLife/World/LotEmployment.cs - startLine: 63 + startLine: 61 assemblies: - Tiny Life namespace: TinyLife.World @@ -290,7 +290,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IdleTime path: ../TinyLife/World/LotEmployment.cs - startLine: 68 + startLine: 66 assemblies: - Tiny Life namespace: TinyLife.World @@ -309,16 +309,16 @@ items: - set modifiers.vb: - Public -- uid: TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]}) - commentId: M:TinyLife.World.LotEmployment.#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]}) - id: '#ctor(System.String,MonoGame.Extended.Range{System.Int32},System.Func{TinyLife.Actions.ActionType[]})' +- uid: TinyLife.World.LotEmployment.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]}) + commentId: M:TinyLife.World.LotEmployment.#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]}) + id: '#ctor(System.String,System.ValueTuple{System.Int32,System.Int32},System.Func{TinyLife.Actions.ActionType[]})' parent: TinyLife.World.LotEmployment langs: - csharp - vb - name: LotEmployment(String, Range, Func) - nameWithType: LotEmployment.LotEmployment(String, Range, Func) - fullName: TinyLife.World.LotEmployment.LotEmployment(System.String, MonoGame.Extended.Range, System.Func) + name: LotEmployment(String, (Int32 Start, Int32 End), Func) + nameWithType: LotEmployment.LotEmployment(String, (Int32 Start, Int32 End), Func) + fullName: TinyLife.World.LotEmployment.LotEmployment(System.String, System.ValueTuple, System.Func) type: Constructor source: remote: @@ -327,33 +327,33 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/LotEmployment.cs - startLine: 76 + startLine: 74 assemblies: - Tiny Life namespace: TinyLife.World summary: "\nCreates a new lot employment with the given settings\n" example: [] syntax: - content: public LotEmployment(string name, Range workHours, Func actions) + content: public LotEmployment(string name, (int Start, int End) workHours, Func actions) parameters: - id: name type: System.String description: The lot employment's name - id: workHours - type: MonoGame.Extended.Range{System.Int32} + type: System.ValueTuple{System.Int32,System.Int32} description: The lot employment's work hours - id: actions type: System.Func{TinyLife.Actions.ActionType[]} description: The that lot employees should execute - content.vb: Public Sub New(name As String, workHours As Range(Of Integer), actions As Func(Of ActionType())) + content.vb: Public Sub New(name As String, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), actions As Func(Of ActionType())) overload: TinyLife.World.LotEmployment.#ctor* - nameWithType.vb: LotEmployment.LotEmployment(String, Range(Of Int32), Func(Of ActionType())) + nameWithType.vb: LotEmployment.LotEmployment(String, (Start As Int32, End As Int32)(Of Int32, Int32), Func(Of ActionType())) modifiers.csharp: - public modifiers.vb: - Public - fullName.vb: TinyLife.World.LotEmployment.LotEmployment(System.String, MonoGame.Extended.Range(Of System.Int32), System.Func(Of TinyLife.Actions.ActionType())) - name.vb: LotEmployment(String, Range(Of Int32), Func(Of ActionType())) + fullName.vb: TinyLife.World.LotEmployment.LotEmployment(System.String, System.ValueTuple(Of System.Int32, System.Int32), System.Func(Of TinyLife.Actions.ActionType())) + name.vb: LotEmployment(String, (Start As Int32, End As Int32)(Of Int32, Int32), Func(Of ActionType())) - uid: TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot) commentId: M:TinyLife.World.LotEmployment.GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot) id: GetCurrentPerson(TinyLife.World.Map,TinyLife.World.Lot) @@ -372,7 +372,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentPerson path: ../TinyLife/World/LotEmployment.cs - startLine: 90 + startLine: 88 assemblies: - Tiny Life namespace: TinyLife.World @@ -414,7 +414,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetCurrentPerson path: ../TinyLife/World/LotEmployment.cs - startLine: 103 + startLine: 101 assemblies: - Tiny Life namespace: TinyLife.World @@ -1076,21 +1076,21 @@ references: - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended.Range{System.Int32} - commentId: T:MonoGame.Extended.Range{System.Int32} - parent: MonoGame.Extended - definition: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of Int32) - fullName.vb: MonoGame.Extended.Range(Of System.Int32) - name.vb: Range(Of Int32) +- uid: System.ValueTuple{System.Int32,System.Int32} + commentId: T:System.ValueTuple{System.Int32,System.Int32} + parent: System + definition: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of Int32, Int32) + fullName.vb: System.ValueTuple(Of System.Int32, System.Int32) + name.vb: (T1, T2)(Of Int32, Int32) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < @@ -1100,14 +1100,22 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' @@ -1117,54 +1125,68 @@ references: nameWithType: Int32 fullName: System.Int32 isExternal: true + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - uid: System.Int32 + name: Int32 + nameWithType: Int32 + fullName: System.Int32 + isExternal: true - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended.Range`1 - commentId: T:MonoGame.Extended.Range`1 +- uid: System.ValueTuple`2 + commentId: T:System.ValueTuple`2 isExternal: true - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range - nameWithType.vb: Range(Of T) - fullName.vb: MonoGame.Extended.Range(Of T) - name.vb: Range(Of T) + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple + nameWithType.vb: (T1, T2)(Of T1, T2) + fullName.vb: System.ValueTuple(Of T1, T2) + name.vb: (T1, T2)(Of T1, T2) spec.csharp: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - - uid: MonoGame.Extended.Range`1 - name: Range - nameWithType: Range - fullName: MonoGame.Extended.Range + - uid: System.ValueTuple`2 + name: (T1, T2) + nameWithType: (T1, T2) + fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - - name: T - nameWithType: T - fullName: T + - name: T1 + nameWithType: T1 + fullName: T1 + - name: ', ' + nameWithType: ', ' + fullName: ', ' + - name: T2 + nameWithType: T2 + fullName: T2 - name: ) nameWithType: ) fullName: ) -- uid: MonoGame.Extended - commentId: N:MonoGame.Extended - isExternal: true - name: MonoGame.Extended - nameWithType: MonoGame.Extended - fullName: MonoGame.Extended - uid: TinyLife.World.LotEmployment.WorkHours commentId: F:TinyLife.World.LotEmployment.WorkHours isExternal: true diff --git a/docs/api/TinyLife.World.LotType.yml b/docs/api/TinyLife.World.LotType.yml index ae7358c..2b095b3 100644 --- a/docs/api/TinyLife.World.LotType.yml +++ b/docs/api/TinyLife.World.LotType.yml @@ -38,7 +38,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotType path: ../TinyLife/World/Lot.cs - startLine: 428 + startLine: 470 assemblies: - Tiny Life namespace: TinyLife.World @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/World/Lot.cs - startLine: 435 + startLine: 477 assemblies: - Tiny Life namespace: TinyLife.World @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Residential path: ../TinyLife/World/Lot.cs - startLine: 438 + startLine: 480 assemblies: - Tiny Life namespace: TinyLife.World @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Park path: ../TinyLife/World/Lot.cs - startLine: 442 + startLine: 484 assemblies: - Tiny Life namespace: TinyLife.World @@ -178,41 +178,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.World.LotType.Gym - commentId: F:TinyLife.World.LotType.Gym - id: Gym - parent: TinyLife.World.LotType - langs: - - csharp - - vb - name: Gym - nameWithType: LotType.Gym - fullName: TinyLife.World.LotType.Gym - type: Field - source: - remote: - path: TinyLife/World/Lot.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: Gym - path: ../TinyLife/World/Lot.cs - startLine: 445 - assemblies: - - Tiny Life - namespace: TinyLife.World - syntax: - content: public static readonly LotType Gym - return: - type: TinyLife.World.LotType - content.vb: Public Shared ReadOnly Gym As LotType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.World.LotType.Cafe commentId: F:TinyLife.World.LotType.Cafe id: Cafe @@ -231,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cafe path: ../TinyLife/World/Lot.cs - startLine: 456 + startLine: 487 assemblies: - Tiny Life namespace: TinyLife.World @@ -266,7 +231,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: KidsPlayground path: ../TinyLife/World/Lot.cs - startLine: 470 + startLine: 502 assemblies: - Tiny Life namespace: TinyLife.World @@ -301,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Library path: ../TinyLife/World/Lot.cs - startLine: 475 + startLine: 507 assemblies: - Tiny Life namespace: TinyLife.World @@ -318,6 +283,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.World.LotType.Gym + commentId: F:TinyLife.World.LotType.Gym + id: Gym + parent: TinyLife.World.LotType + langs: + - csharp + - vb + name: Gym + nameWithType: LotType.Gym + fullName: TinyLife.World.LotType.Gym + type: Field + source: + remote: + path: TinyLife/World/Lot.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: Gym + path: ../TinyLife/World/Lot.cs + startLine: 521 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly LotType Gym + return: + type: TinyLife.World.LotType + content.vb: Public Shared ReadOnly Gym As LotType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.World.LotType.GenericPublicLot commentId: F:TinyLife.World.LotType.GenericPublicLot id: GenericPublicLot @@ -336,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GenericPublicLot path: ../TinyLife/World/Lot.cs - startLine: 488 + startLine: 533 assemblies: - Tiny Life namespace: TinyLife.World @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/Lot.cs - startLine: 495 + startLine: 540 assemblies: - Tiny Life namespace: TinyLife.World @@ -406,7 +406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/World/Lot.cs - startLine: 499 + startLine: 544 assemblies: - Tiny Life namespace: TinyLife.World @@ -441,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsResidential path: ../TinyLife/World/Lot.cs - startLine: 504 + startLine: 549 assemblies: - Tiny Life namespace: TinyLife.World @@ -476,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredFurniture path: ../TinyLife/World/Lot.cs - startLine: 509 + startLine: 554 assemblies: - Tiny Life namespace: TinyLife.World @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVisitPriority path: ../TinyLife/World/Lot.cs - startLine: 515 + startLine: 560 assemblies: - Tiny Life namespace: TinyLife.World @@ -546,7 +546,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Employments path: ../TinyLife/World/Lot.cs - startLine: 520 + startLine: 565 assemblies: - Tiny Life namespace: TinyLife.World @@ -583,7 +583,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAction path: ../TinyLife/World/Lot.cs - startLine: 525 + startLine: 570 assemblies: - Tiny Life namespace: TinyLife.World @@ -620,7 +620,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayName path: ../TinyLife/World/Lot.cs - startLine: 530 + startLine: 575 assemblies: - Tiny Life namespace: TinyLife.World @@ -657,7 +657,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Lot.cs - startLine: 540 + startLine: 585 assemblies: - Tiny Life namespace: TinyLife.World @@ -708,7 +708,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Lot.cs - startLine: 552 + startLine: 597 assemblies: - Tiny Life namespace: TinyLife.World @@ -748,7 +748,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetGroupVisitPriority path: ../TinyLife/World/Lot.cs - startLine: 565 + startLine: 610 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Map.yml b/docs/api/TinyLife.World.Map.yml index 3b712f0..cbfa4b8 100644 --- a/docs/api/TinyLife.World.Map.yml +++ b/docs/api/TinyLife.World.Map.yml @@ -36,6 +36,7 @@ items: - TinyLife.World.Map.GetLot(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.GetLot(System.Guid) - TinyLife.World.Map.GetLots + - TinyLife.World.Map.GetMapSampler - TinyLife.World.Map.GetObject``1(System.Guid) - TinyLife.World.Map.GetObjects``1(MLEM.Misc.RectangleF) - TinyLife.World.Map.GetPathCost(TinyLife.Objects.Person,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point) @@ -55,7 +56,6 @@ items: - TinyLife.World.Map.GetWalls(MLEM.Misc.RectangleF) - TinyLife.World.Map.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.IsInBounds(Microsoft.Xna.Framework.Point) - - TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.IsLotHidden(TinyLife.World.Lot) - TinyLife.World.Map.IsRoad(Microsoft.Xna.Framework.Point) - TinyLife.World.Map.LoadStaticMap(System.String,System.Boolean,System.Action{System.String},System.Action{System.Single},System.Boolean) @@ -100,7 +100,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Map path: ../TinyLife/World/Map.cs - startLine: 36 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.World @@ -164,7 +164,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoadRadius path: ../TinyLife/World/Map.cs - startLine: 43 + startLine: 44 assemblies: - Tiny Life namespace: TinyLife.World @@ -199,7 +199,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnUpdate path: ../TinyLife/World/Map.cs - startLine: 78 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.World @@ -232,7 +232,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnObjectAdded path: ../TinyLife/World/Map.cs - startLine: 82 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.World @@ -265,7 +265,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnObjectRemoved path: ../TinyLife/World/Map.cs - startLine: 86 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.World @@ -298,7 +298,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MailToSend path: ../TinyLife/World/Map.cs - startLine: 92 + startLine: 93 assemblies: - Tiny Life namespace: TinyLife.World @@ -343,7 +343,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AdoptableChildren path: ../TinyLife/World/Map.cs - startLine: 97 + startLine: 98 assemblies: - Tiny Life namespace: TinyLife.World @@ -380,7 +380,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SizeInSections path: ../TinyLife/World/Map.cs - startLine: 108 + startLine: 109 assemblies: - Tiny Life namespace: TinyLife.World @@ -427,7 +427,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Size path: ../TinyLife/World/Map.cs - startLine: 114 + startLine: 123 assemblies: - Tiny Life namespace: TinyLife.World @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StaticVersion path: ../TinyLife/World/Map.cs - startLine: 120 + startLine: 137 assemblies: - Tiny Life namespace: TinyLife.World @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Time path: ../TinyLife/World/Map.cs - startLine: 125 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World @@ -548,7 +548,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Map.cs - startLine: 162 + startLine: 179 assemblies: - Tiny Life namespace: TinyLife.World @@ -584,7 +584,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Finalize path: ../TinyLife/World/Map.cs - startLine: 167 + startLine: 184 assemblies: - Tiny Life namespace: TinyLife.World @@ -615,7 +615,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/World/Map.cs - startLine: 178 + startLine: 195 assemblies: - Tiny Life namespace: TinyLife.World @@ -657,7 +657,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/Map.cs - startLine: 223 + startLine: 240 assemblies: - Tiny Life namespace: TinyLife.World @@ -714,7 +714,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDepth path: ../TinyLife/World/Map.cs - startLine: 483 + startLine: 504 assemblies: - Tiny Life namespace: TinyLife.World @@ -765,7 +765,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInBounds path: ../TinyLife/World/Map.cs - startLine: 494 + startLine: 515 assemblies: - Tiny Life namespace: TinyLife.World @@ -786,45 +786,6 @@ items: - public modifiers.vb: - Public -- uid: TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point) - commentId: M:TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point) - id: IsInSectionBounds(Microsoft.Xna.Framework.Point) - parent: TinyLife.World.Map - langs: - - csharp - - vb - name: IsInSectionBounds(Point) - nameWithType: Map.IsInSectionBounds(Point) - fullName: TinyLife.World.Map.IsInSectionBounds(Microsoft.Xna.Framework.Point) - type: Method - source: - remote: - path: TinyLife/World/Map.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: IsInSectionBounds - path: ../TinyLife/World/Map.cs - startLine: 503 - assemblies: - - Tiny Life - namespace: TinyLife.World - summary: "\nReturns whether the given section position is in bounds of this map's .\n" - example: [] - syntax: - content: public bool IsInSectionBounds(Point section) - parameters: - - id: section - type: Microsoft.Xna.Framework.Point - description: The section position to query - return: - type: System.Boolean - description: true if the position is in bounds, false otherwise - content.vb: Public Function IsInSectionBounds(section As Point) As Boolean - overload: TinyLife.World.Map.IsInSectionBounds* - modifiers.csharp: - - public - modifiers.vb: - - Public - uid: TinyLife.World.Map.AddRoad(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.World.Map.AddRoad(Microsoft.Xna.Framework.Point) id: AddRoad(Microsoft.Xna.Framework.Point) @@ -843,7 +804,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRoad path: ../TinyLife/World/Map.cs - startLine: 512 + startLine: 524 assemblies: - Tiny Life namespace: TinyLife.World @@ -879,7 +840,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRoad path: ../TinyLife/World/Map.cs - startLine: 522 + startLine: 534 assemblies: - Tiny Life namespace: TinyLife.World @@ -918,7 +879,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestRoads path: ../TinyLife/World/Map.cs - startLine: 532 + startLine: 544 assemblies: - Tiny Life namespace: TinyLife.World @@ -960,7 +921,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoads path: ../TinyLife/World/Map.cs - startLine: 542 + startLine: 554 assemblies: - Tiny Life namespace: TinyLife.World @@ -995,7 +956,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestRoadsidePosition path: ../TinyLife/World/Map.cs - startLine: 553 + startLine: 565 assemblies: - Tiny Life namespace: TinyLife.World @@ -1037,7 +998,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTilesAround path: ../TinyLife/World/Map.cs - startLine: 570 + startLine: 582 assemblies: - Tiny Life namespace: TinyLife.World @@ -1091,7 +1052,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestEmptyTile path: ../TinyLife/World/Map.cs - startLine: 597 + startLine: 609 assemblies: - Tiny Life namespace: TinyLife.World @@ -1142,7 +1103,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRandomTile path: ../TinyLife/World/Map.cs - startLine: 615 + startLine: 627 assemblies: - Tiny Life namespace: TinyLife.World @@ -1199,7 +1160,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Map.cs - startLine: 643 + startLine: 655 assemblies: - Tiny Life namespace: TinyLife.World @@ -1244,7 +1205,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoom path: ../TinyLife/World/Map.cs - startLine: 712 + startLine: 724 assemblies: - Tiny Life namespace: TinyLife.World @@ -1283,7 +1244,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLot path: ../TinyLife/World/Map.cs - startLine: 726 + startLine: 738 assemblies: - Tiny Life namespace: TinyLife.World @@ -1322,7 +1283,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLot path: ../TinyLife/World/Map.cs - startLine: 737 + startLine: 749 assemblies: - Tiny Life namespace: TinyLife.World @@ -1361,7 +1322,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLot path: ../TinyLife/World/Map.cs - startLine: 750 + startLine: 762 assemblies: - Tiny Life namespace: TinyLife.World @@ -1400,7 +1361,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLot path: ../TinyLife/World/Map.cs - startLine: 760 + startLine: 772 assemblies: - Tiny Life namespace: TinyLife.World @@ -1436,7 +1397,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveLot path: ../TinyLife/World/Map.cs - startLine: 768 + startLine: 780 assemblies: - Tiny Life namespace: TinyLife.World @@ -1472,7 +1433,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLots path: ../TinyLife/World/Map.cs - startLine: 776 + startLine: 788 assemblies: - Tiny Life namespace: TinyLife.World @@ -1507,7 +1468,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 787 + startLine: 799 assemblies: - Tiny Life namespace: TinyLife.World @@ -1549,7 +1510,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddWall path: ../TinyLife/World/Map.cs - startLine: 798 + startLine: 810 assemblies: - Tiny Life namespace: TinyLife.World @@ -1588,7 +1549,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveWall path: ../TinyLife/World/Map.cs - startLine: 808 + startLine: 820 assemblies: - Tiny Life namespace: TinyLife.World @@ -1627,7 +1588,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWallBetween path: ../TinyLife/World/Map.cs - startLine: 824 + startLine: 836 assemblies: - Tiny Life namespace: TinyLife.World @@ -1669,7 +1630,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetTile path: ../TinyLife/World/Map.cs - startLine: 838 + startLine: 850 assemblies: - Tiny Life namespace: TinyLife.World @@ -1708,7 +1669,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetTile path: ../TinyLife/World/Map.cs - startLine: 848 + startLine: 860 assemblies: - Tiny Life namespace: TinyLife.World @@ -1747,7 +1708,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddRoof path: ../TinyLife/World/Map.cs - startLine: 864 + startLine: 876 assemblies: - Tiny Life namespace: TinyLife.World @@ -1783,7 +1744,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoof path: ../TinyLife/World/Map.cs - startLine: 874 + startLine: 886 assemblies: - Tiny Life namespace: TinyLife.World @@ -1822,7 +1783,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoofs path: ../TinyLife/World/Map.cs - startLine: 889 + startLine: 901 assemblies: - Tiny Life namespace: TinyLife.World @@ -1861,7 +1822,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveRoof path: ../TinyLife/World/Map.cs - startLine: 902 + startLine: 914 assemblies: - Tiny Life namespace: TinyLife.World @@ -1897,7 +1858,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObjects path: ../TinyLife/World/Map.cs - startLine: 913 + startLine: 925 assemblies: - Tiny Life namespace: TinyLife.World @@ -1944,7 +1905,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObject path: ../TinyLife/World/Map.cs - startLine: 929 + startLine: 941 assemblies: - Tiny Life namespace: TinyLife.World @@ -1991,7 +1952,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddObject path: ../TinyLife/World/Map.cs - startLine: 941 + startLine: 953 assemblies: - Tiny Life namespace: TinyLife.World @@ -2027,7 +1988,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveObject path: ../TinyLife/World/Map.cs - startLine: 966 + startLine: 979 assemblies: - Tiny Life namespace: TinyLife.World @@ -2064,7 +2025,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPeople path: ../TinyLife/World/Map.cs - startLine: 986 + startLine: 999 assemblies: - Tiny Life namespace: TinyLife.World @@ -2099,7 +2060,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 998 + startLine: 1011 assemblies: - Tiny Life namespace: TinyLife.World @@ -2138,7 +2099,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHousehold path: ../TinyLife/World/Map.cs - startLine: 1011 + startLine: 1024 assemblies: - Tiny Life namespace: TinyLife.World @@ -2177,7 +2138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddHousehold path: ../TinyLife/World/Map.cs - startLine: 1024 + startLine: 1037 assemblies: - Tiny Life namespace: TinyLife.World @@ -2216,7 +2177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveHousehold path: ../TinyLife/World/Map.cs - startLine: 1034 + startLine: 1047 assemblies: - Tiny Life namespace: TinyLife.World @@ -2252,7 +2213,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHouseholds path: ../TinyLife/World/Map.cs - startLine: 1042 + startLine: 1055 assemblies: - Tiny Life namespace: TinyLife.World @@ -2287,7 +2248,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSection path: ../TinyLife/World/Map.cs - startLine: 1052 + startLine: 1065 assemblies: - Tiny Life namespace: TinyLife.World @@ -2326,7 +2287,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1064 + startLine: 1077 assemblies: - Tiny Life namespace: TinyLife.World @@ -2368,7 +2329,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetSections path: ../TinyLife/World/Map.cs - startLine: 1074 + startLine: 1087 assemblies: - Tiny Life namespace: TinyLife.World @@ -2410,7 +2371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkDirtyForPathfinding path: ../TinyLife/World/Map.cs - startLine: 1095 + startLine: 1108 assemblies: - Tiny Life namespace: TinyLife.World @@ -2446,7 +2407,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPathCost path: ../TinyLife/World/Map.cs - startLine: 1115 + startLine: 1129 assemblies: - Tiny Life namespace: TinyLife.World @@ -2491,7 +2452,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanWalkBetween path: ../TinyLife/World/Map.cs - startLine: 1137 + startLine: 1151 assemblies: - Tiny Life namespace: TinyLife.World @@ -2536,7 +2497,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsFreeSpot path: ../TinyLife/World/Map.cs - startLine: 1146 + startLine: 1160 assemblies: - Tiny Life namespace: TinyLife.World @@ -2575,7 +2536,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDeadPerson path: ../TinyLife/World/Map.cs - startLine: 1156 + startLine: 1170 assemblies: - Tiny Life namespace: TinyLife.World @@ -2614,7 +2575,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1176 + startLine: 1190 assemblies: - Tiny Life namespace: TinyLife.World @@ -2668,7 +2629,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlaySound path: ../TinyLife/World/Map.cs - startLine: 1193 + startLine: 1207 assemblies: - Tiny Life namespace: TinyLife.World @@ -2722,7 +2683,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetClosestExitRoad path: ../TinyLife/World/Map.cs - startLine: 1211 + startLine: 1225 assemblies: - Tiny Life namespace: TinyLife.World @@ -2760,7 +2721,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetExitRoads path: ../TinyLife/World/Map.cs - startLine: 1219 + startLine: 1233 assemblies: - Tiny Life namespace: TinyLife.World @@ -2795,7 +2756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalls path: ../TinyLife/World/Map.cs - startLine: 1234 + startLine: 1248 assemblies: - Tiny Life namespace: TinyLife.World @@ -2834,7 +2795,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1254 + startLine: 1268 assemblies: - Tiny Life namespace: TinyLife.World @@ -2882,7 +2843,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ApplyInverseCameraRotation path: ../TinyLife/World/Map.cs - startLine: 1270 + startLine: 1284 assemblies: - Tiny Life namespace: TinyLife.World @@ -2927,7 +2888,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnCameraRotationChanged path: ../TinyLife/World/Map.cs - startLine: 1285 + startLine: 1299 assemblies: - Tiny Life namespace: TinyLife.World @@ -2966,7 +2927,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddLight path: ../TinyLife/World/Map.cs - startLine: 1308 + startLine: 1322 assemblies: - Tiny Life namespace: TinyLife.World @@ -3002,7 +2963,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveLight path: ../TinyLife/World/Map.cs - startLine: 1317 + startLine: 1331 assemblies: - Tiny Life namespace: TinyLife.World @@ -3038,7 +2999,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MoveEverything path: ../TinyLife/World/Map.cs - startLine: 1329 + startLine: 1343 assemblies: - Tiny Life namespace: TinyLife.World @@ -3083,7 +3044,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ValidateExistingRooms path: ../TinyLife/World/Map.cs - startLine: 1390 + startLine: 1404 assemblies: - Tiny Life namespace: TinyLife.World @@ -3122,7 +3083,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddNewRoomsAndValidateExisting path: ../TinyLife/World/Map.cs - startLine: 1409 + startLine: 1423 assemblies: - Tiny Life namespace: TinyLife.World @@ -3167,7 +3128,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRegularVisitors path: ../TinyLife/World/Map.cs - startLine: 1462 + startLine: 1476 assemblies: - Tiny Life namespace: TinyLife.World @@ -3202,7 +3163,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateExternalPeople path: ../TinyLife/World/Map.cs - startLine: 1474 + startLine: 1488 assemblies: - Tiny Life namespace: TinyLife.World @@ -3240,7 +3201,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAllLotEmployments path: ../TinyLife/World/Map.cs - startLine: 1553 + startLine: 1571 assemblies: - Tiny Life namespace: TinyLife.World @@ -3275,7 +3236,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkTileDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1566 + startLine: 1584 assemblies: - Tiny Life namespace: TinyLife.World @@ -3311,7 +3272,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MarkObjectDirtyForDrawing path: ../TinyLife/World/Map.cs - startLine: 1582 + startLine: 1600 assemblies: - Tiny Life namespace: TinyLife.World @@ -3353,7 +3314,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadStaticMap path: ../TinyLife/World/Map.cs - startLine: 2062 + startLine: 2119 assemblies: - Tiny Life namespace: TinyLife.World @@ -3409,7 +3370,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsLotHidden path: ../TinyLife/World/Map.cs - startLine: 2108 + startLine: 2172 assemblies: - Tiny Life namespace: TinyLife.World @@ -3432,6 +3393,40 @@ items: modifiers.vb: - Public - Shared +- uid: TinyLife.World.Map.GetMapSampler + commentId: M:TinyLife.World.Map.GetMapSampler + id: GetMapSampler + parent: TinyLife.World.Map + langs: + - csharp + - vb + name: GetMapSampler() + nameWithType: Map.GetMapSampler() + fullName: TinyLife.World.Map.GetMapSampler() + type: Method + source: + remote: + path: TinyLife/World/Map.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: GetMapSampler + path: ../TinyLife/World/Map.cs + startLine: 2186 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static SamplerState GetMapSampler() + return: + type: Microsoft.Xna.Framework.Graphics.SamplerState + content.vb: Public Shared Function GetMapSampler As SamplerState + overload: TinyLife.World.Map.GetMapSampler* + modifiers.csharp: + - public + - static + modifiers.vb: + - Public + - Shared references: - uid: TinyLife.World.MapSection commentId: T:TinyLife.World.MapSection @@ -4631,11 +4626,6 @@ references: name: IsInBounds nameWithType: Map.IsInBounds fullName: TinyLife.World.Map.IsInBounds -- uid: TinyLife.World.Map.IsInSectionBounds* - commentId: Overload:TinyLife.World.Map.IsInSectionBounds - name: IsInSectionBounds - nameWithType: Map.IsInSectionBounds - fullName: TinyLife.World.Map.IsInSectionBounds - uid: TinyLife.World.Map.AddRoad* commentId: Overload:TinyLife.World.Map.AddRoad name: AddRoad @@ -6201,3 +6191,15 @@ references: name: IsLotHidden nameWithType: Map.IsLotHidden fullName: TinyLife.World.Map.IsLotHidden +- uid: TinyLife.World.Map.GetMapSampler* + commentId: Overload:TinyLife.World.Map.GetMapSampler + name: GetMapSampler + nameWithType: Map.GetMapSampler + fullName: TinyLife.World.Map.GetMapSampler +- uid: Microsoft.Xna.Framework.Graphics.SamplerState + commentId: T:Microsoft.Xna.Framework.Graphics.SamplerState + parent: Microsoft.Xna.Framework.Graphics + isExternal: true + name: SamplerState + nameWithType: SamplerState + fullName: Microsoft.Xna.Framework.Graphics.SamplerState diff --git a/docs/api/TinyLife.World.MapSection.yml b/docs/api/TinyLife.World.MapSection.yml index 84b63e4..eaaf86f 100644 --- a/docs/api/TinyLife.World.MapSection.yml +++ b/docs/api/TinyLife.World.MapSection.yml @@ -396,7 +396,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/MapSection.cs - startLine: 133 + startLine: 136 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.OpeningType.yml b/docs/api/TinyLife.World.OpeningType.yml index 38a847a..0ffce00 100644 --- a/docs/api/TinyLife.World.OpeningType.yml +++ b/docs/api/TinyLife.World.OpeningType.yml @@ -31,7 +31,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OpeningType path: ../TinyLife/World/OpeningType.cs - startLine: 18 + startLine: 17 assemblies: - Tiny Life namespace: TinyLife.World @@ -82,7 +82,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/World/OpeningType.cs - startLine: 26 + startLine: 25 assemblies: - Tiny Life namespace: TinyLife.World @@ -119,7 +119,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/OpeningType.cs - startLine: 49 + startLine: 48 assemblies: - Tiny Life namespace: TinyLife.World @@ -154,7 +154,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: WallMode path: ../TinyLife/World/OpeningType.cs - startLine: 53 + startLine: 52 assemblies: - Tiny Life namespace: TinyLife.World @@ -189,7 +189,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/World/OpeningType.cs - startLine: 57 + startLine: 56 assemblies: - Tiny Life namespace: TinyLife.World @@ -224,7 +224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/World/OpeningType.cs - startLine: 61 + startLine: 60 assemblies: - Tiny Life namespace: TinyLife.World @@ -259,7 +259,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/World/OpeningType.cs - startLine: 66 + startLine: 65 assemblies: - Tiny Life namespace: TinyLife.World @@ -294,7 +294,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/OpeningType.cs - startLine: 74 + startLine: 73 assemblies: - Tiny Life namespace: TinyLife.World @@ -344,7 +344,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/OpeningType.cs - startLine: 87 + startLine: 86 assemblies: - Tiny Life namespace: TinyLife.World @@ -401,7 +401,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/OpeningType.cs - startLine: 109 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.World @@ -464,7 +464,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/World/OpeningType.cs - startLine: 132 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -515,7 +515,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Construct path: ../TinyLife/World/OpeningType.cs - startLine: 145 + startLine: 144 assemblies: - Tiny Life namespace: TinyLife.World @@ -560,7 +560,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/OpeningType.cs - startLine: 153 + startLine: 152 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Roof.yml b/docs/api/TinyLife.World.Roof.yml index 112814d..bb89dfb 100644 --- a/docs/api/TinyLife.World.Roof.yml +++ b/docs/api/TinyLife.World.Roof.yml @@ -29,7 +29,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Roof path: ../TinyLife/World/Roof.cs - startLine: 228 + startLine: 229 assemblies: - Tiny Life namespace: TinyLife.World @@ -87,7 +87,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Type path: ../TinyLife/World/Roof.cs - startLine: 235 + startLine: 236 assemblies: - Tiny Life namespace: TinyLife.World @@ -132,7 +132,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Rotation path: ../TinyLife/World/Roof.cs - startLine: 240 + startLine: 241 assemblies: - Tiny Life namespace: TinyLife.World @@ -179,7 +179,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Color path: ../TinyLife/World/Roof.cs - startLine: 246 + startLine: 247 assemblies: - Tiny Life namespace: TinyLife.World @@ -224,7 +224,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Area path: ../TinyLife/World/Roof.cs - startLine: 250 + startLine: 251 assemblies: - Tiny Life namespace: TinyLife.World @@ -271,7 +271,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wallpaper path: ../TinyLife/World/Roof.cs - startLine: 257 + startLine: 258 assemblies: - Tiny Life namespace: TinyLife.World @@ -314,7 +314,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Roof.cs - startLine: 266 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.World @@ -359,7 +359,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Roof.cs - startLine: 275 + startLine: 276 assemblies: - Tiny Life namespace: TinyLife.World @@ -396,7 +396,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Roof.cs - startLine: 283 + startLine: 284 assemblies: - Tiny Life namespace: TinyLife.World @@ -431,7 +431,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetRoofAttachedFurnitureOffset path: ../TinyLife/World/Roof.cs - startLine: 293 + startLine: 295 assemblies: - Tiny Life namespace: TinyLife.World @@ -470,7 +470,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GenerateRoof path: ../TinyLife/World/Roof.cs - startLine: 306 + startLine: 308 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.RoofStyle.yml b/docs/api/TinyLife.World.RoofStyle.yml index 38689bb..2c7bdc0 100644 --- a/docs/api/TinyLife.World.RoofStyle.yml +++ b/docs/api/TinyLife.World.RoofStyle.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoofStyle path: ../TinyLife/World/Roof.cs - startLine: 352 + startLine: 354 assemblies: - Tiny Life namespace: TinyLife.World @@ -57,7 +57,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Flat path: ../TinyLife/World/Roof.cs - startLine: 357 + startLine: 359 assemblies: - Tiny Life namespace: TinyLife.World @@ -91,7 +91,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Gable path: ../TinyLife/World/Roof.cs - startLine: 361 + startLine: 363 assemblies: - Tiny Life namespace: TinyLife.World @@ -125,7 +125,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Custom path: ../TinyLife/World/Roof.cs - startLine: 365 + startLine: 367 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.RoofType.yml b/docs/api/TinyLife.World.RoofType.yml index a7f6e1e..ebe27b5 100644 --- a/docs/api/TinyLife.World.RoofType.yml +++ b/docs/api/TinyLife.World.RoofType.yml @@ -38,7 +38,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoofType path: ../TinyLife/World/Roof.cs - startLine: 24 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -89,7 +89,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Types path: ../TinyLife/World/Roof.cs - startLine: 31 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.World @@ -126,7 +126,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ModernFlat path: ../TinyLife/World/Roof.cs - startLine: 34 + startLine: 32 assemblies: - Tiny Life namespace: TinyLife.World @@ -161,7 +161,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OldStyleFlat path: ../TinyLife/World/Roof.cs - startLine: 35 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -196,7 +196,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SquareShingles path: ../TinyLife/World/Roof.cs - startLine: 36 + startLine: 34 assemblies: - Tiny Life namespace: TinyLife.World @@ -213,6 +213,41 @@ items: - Public - Shared - ReadOnly +- uid: TinyLife.World.RoofType.SheetMetal + commentId: F:TinyLife.World.RoofType.SheetMetal + id: SheetMetal + parent: TinyLife.World.RoofType + langs: + - csharp + - vb + name: SheetMetal + nameWithType: RoofType.SheetMetal + fullName: TinyLife.World.RoofType.SheetMetal + type: Field + source: + remote: + path: TinyLife/World/Roof.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: SheetMetal + path: ../TinyLife/World/Roof.cs + startLine: 35 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public static readonly RoofType SheetMetal + return: + type: TinyLife.World.RoofType + content.vb: Public Shared ReadOnly SheetMetal As RoofType + modifiers.csharp: + - public + - static + - readonly + modifiers.vb: + - Public + - Shared + - ReadOnly - uid: TinyLife.World.RoofType.Thatch commentId: F:TinyLife.World.RoofType.Thatch id: Thatch @@ -231,7 +266,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Thatch path: ../TinyLife/World/Roof.cs - startLine: 37 + startLine: 38 assemblies: - Tiny Life namespace: TinyLife.World @@ -266,7 +301,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RoundedShingles path: ../TinyLife/World/Roof.cs - startLine: 38 + startLine: 39 assemblies: - Tiny Life namespace: TinyLife.World @@ -283,41 +318,6 @@ items: - Public - Shared - ReadOnly -- uid: TinyLife.World.RoofType.SheetMetal - commentId: F:TinyLife.World.RoofType.SheetMetal - id: SheetMetal - parent: TinyLife.World.RoofType - langs: - - csharp - - vb - name: SheetMetal - nameWithType: RoofType.SheetMetal - fullName: TinyLife.World.RoofType.SheetMetal - type: Field - source: - remote: - path: TinyLife/World/Roof.cs - branch: main - repo: https://git.ellpeck.de/Ellpeck/TinyLife - id: SheetMetal - path: ../TinyLife/World/Roof.cs - startLine: 39 - assemblies: - - Tiny Life - namespace: TinyLife.World - syntax: - content: public static readonly RoofType SheetMetal - return: - type: TinyLife.World.RoofType - content.vb: Public Shared ReadOnly SheetMetal As RoofType - modifiers.csharp: - - public - - static - - readonly - modifiers.vb: - - Public - - Shared - - ReadOnly - uid: TinyLife.World.RoofType.Name commentId: F:TinyLife.World.RoofType.Name id: Name @@ -336,7 +336,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/Roof.cs - startLine: 45 + startLine: 46 assemblies: - Tiny Life namespace: TinyLife.World @@ -371,7 +371,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/World/Roof.cs - startLine: 49 + startLine: 50 assemblies: - Tiny Life namespace: TinyLife.World @@ -406,7 +406,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/World/Roof.cs - startLine: 53 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -441,7 +441,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/World/Roof.cs - startLine: 58 + startLine: 59 assemblies: - Tiny Life namespace: TinyLife.World @@ -476,7 +476,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Style path: ../TinyLife/World/Roof.cs - startLine: 63 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.World @@ -511,7 +511,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/World/Roof.cs - startLine: 68 + startLine: 69 assemblies: - Tiny Life namespace: TinyLife.World @@ -546,7 +546,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Roof.cs - startLine: 79 + startLine: 80 assemblies: - Tiny Life namespace: TinyLife.World @@ -597,7 +597,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/World/Roof.cs - startLine: 95 + startLine: 96 assemblies: - Tiny Life namespace: TinyLife.World @@ -644,7 +644,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/Roof.cs - startLine: 115 + startLine: 116 assemblies: - Tiny Life namespace: TinyLife.World @@ -709,7 +709,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetGableOffset path: ../TinyLife/World/Roof.cs - startLine: 190 + startLine: 191 assemblies: - Tiny Life namespace: TinyLife.World @@ -756,7 +756,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Roof.cs - startLine: 208 + startLine: 209 assemblies: - Tiny Life namespace: TinyLife.World @@ -797,7 +797,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Roof.cs - startLine: 217 + startLine: 218 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Room.yml b/docs/api/TinyLife.World.Room.yml index 7903d71..6104852 100644 --- a/docs/api/TinyLife.World.Room.yml +++ b/docs/api/TinyLife.World.Room.yml @@ -13,6 +13,7 @@ items: - TinyLife.World.Room.GetLights - TinyLife.World.Room.GetObjects``1 - TinyLife.World.Room.GetWalls(System.Boolean) + - TinyLife.World.Room.HasOpeningsToOutside - TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point}) - TinyLife.World.Room.Map - TinyLife.World.Room.Tiles @@ -235,6 +236,41 @@ items: modifiers.vb: - Public - ReadOnly +- uid: TinyLife.World.Room.HasOpeningsToOutside + commentId: P:TinyLife.World.Room.HasOpeningsToOutside + id: HasOpeningsToOutside + parent: TinyLife.World.Room + langs: + - csharp + - vb + name: HasOpeningsToOutside + nameWithType: Room.HasOpeningsToOutside + fullName: TinyLife.World.Room.HasOpeningsToOutside + type: Property + source: + remote: + path: TinyLife/World/Room.cs + branch: main + repo: https://git.ellpeck.de/Ellpeck/TinyLife + id: HasOpeningsToOutside + path: ../TinyLife/World/Room.cs + startLine: 37 + assemblies: + - Tiny Life + namespace: TinyLife.World + syntax: + content: public bool HasOpeningsToOutside { get; } + parameters: [] + return: + type: System.Boolean + content.vb: Public ReadOnly Property HasOpeningsToOutside As Boolean + overload: TinyLife.World.Room.HasOpeningsToOutside* + modifiers.csharp: + - public + - get + modifiers.vb: + - Public + - ReadOnly - uid: TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point}) commentId: M:TinyLife.World.Room.IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point}) id: IsSameRoom(System.Collections.Generic.ICollection{Microsoft.Xna.Framework.Point}) @@ -253,7 +289,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsSameRoom path: ../TinyLife/World/Room.cs - startLine: 53 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -295,7 +331,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Room.cs - startLine: 63 + startLine: 64 assemblies: - Tiny Life namespace: TinyLife.World @@ -330,7 +366,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetWalls path: ../TinyLife/World/Room.cs - startLine: 105 + startLine: 107 assemblies: - Tiny Life namespace: TinyLife.World @@ -369,7 +405,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetObjects path: ../TinyLife/World/Room.cs - startLine: 129 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -411,7 +447,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetLights path: ../TinyLife/World/Room.cs - startLine: 148 + startLine: 150 assemblies: - Tiny Life namespace: TinyLife.World @@ -446,7 +482,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDecorativeRating path: ../TinyLife/World/Room.cs - startLine: 164 + startLine: 166 assemblies: - Tiny Life namespace: TinyLife.World @@ -481,7 +517,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetConnectedRooms path: ../TinyLife/World/Room.cs - startLine: 181 + startLine: 183 assemblies: - Tiny Life namespace: TinyLife.World @@ -1067,6 +1103,11 @@ references: name: Boolean nameWithType: Boolean fullName: System.Boolean +- uid: TinyLife.World.Room.HasOpeningsToOutside* + commentId: Overload:TinyLife.World.Room.HasOpeningsToOutside + name: HasOpeningsToOutside + nameWithType: Room.HasOpeningsToOutside + fullName: TinyLife.World.Room.HasOpeningsToOutside - uid: TinyLife.World.Room.IsSameRoom* commentId: Overload:TinyLife.World.Room.IsSameRoom name: IsSameRoom diff --git a/docs/api/TinyLife.World.Tile.Category.yml b/docs/api/TinyLife.World.Tile.Category.yml index 06108a3..ca4f28d 100644 --- a/docs/api/TinyLife.World.Tile.Category.yml +++ b/docs/api/TinyLife.World.Tile.Category.yml @@ -22,7 +22,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Category path: ../TinyLife/World/Tile.cs - startLine: 309 + startLine: 311 assemblies: - Tiny Life namespace: TinyLife.World @@ -67,7 +67,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: None path: ../TinyLife/World/Tile.cs - startLine: 315 + startLine: 317 assemblies: - Tiny Life namespace: TinyLife.World @@ -101,7 +101,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Natural path: ../TinyLife/World/Tile.cs - startLine: 319 + startLine: 321 assemblies: - Tiny Life namespace: TinyLife.World @@ -135,7 +135,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Water path: ../TinyLife/World/Tile.cs - startLine: 323 + startLine: 325 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Tile.yml b/docs/api/TinyLife.World.Tile.yml index a304025..8ef7330 100644 --- a/docs/api/TinyLife.World.Tile.yml +++ b/docs/api/TinyLife.World.Tile.yml @@ -45,7 +45,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tile path: ../TinyLife/World/Tile.cs - startLine: 23 + startLine: 22 assemblies: - Tiny Life namespace: TinyLife.World @@ -101,7 +101,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Tiles path: ../TinyLife/World/Tile.cs - startLine: 30 + startLine: 29 assemblies: - Tiny Life namespace: TinyLife.World @@ -138,7 +138,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Width path: ../TinyLife/World/Tile.cs - startLine: 34 + startLine: 33 assemblies: - Tiny Life namespace: TinyLife.World @@ -177,7 +177,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Height path: ../TinyLife/World/Tile.cs - startLine: 38 + startLine: 37 assemblies: - Tiny Life namespace: TinyLife.World @@ -216,7 +216,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ReferencePrice path: ../TinyLife/World/Tile.cs - startLine: 44 + startLine: 43 assemblies: - Tiny Life namespace: TinyLife.World @@ -251,7 +251,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BaseName path: ../TinyLife/World/Tile.cs - startLine: 77 + startLine: 79 assemblies: - Tiny Life namespace: TinyLife.World @@ -286,7 +286,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/Tile.cs - startLine: 81 + startLine: 83 assemblies: - Tiny Life namespace: TinyLife.World @@ -321,7 +321,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/World/Tile.cs - startLine: 85 + startLine: 87 assemblies: - Tiny Life namespace: TinyLife.World @@ -356,7 +356,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorSchemes path: ../TinyLife/World/Tile.cs - startLine: 89 + startLine: 91 assemblies: - Tiny Life namespace: TinyLife.World @@ -391,7 +391,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/World/Tile.cs - startLine: 93 + startLine: 95 assemblies: - Tiny Life namespace: TinyLife.World @@ -426,7 +426,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanBuy path: ../TinyLife/World/Tile.cs - startLine: 97 + startLine: 99 assemblies: - Tiny Life namespace: TinyLife.World @@ -461,7 +461,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PathCostModifier path: ../TinyLife/World/Tile.cs - startLine: 102 + startLine: 104 assemblies: - Tiny Life namespace: TinyLife.World @@ -496,7 +496,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/World/Tile.cs - startLine: 106 + startLine: 108 assemblies: - Tiny Life namespace: TinyLife.World @@ -531,7 +531,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/World/Tile.cs - startLine: 111 + startLine: 113 assemblies: - Tiny Life namespace: TinyLife.World @@ -566,7 +566,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DefaultColors path: ../TinyLife/World/Tile.cs - startLine: 115 + startLine: 117 assemblies: - Tiny Life namespace: TinyLife.World @@ -601,7 +601,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Textures path: ../TinyLife/World/Tile.cs - startLine: 119 + startLine: 121 assemblies: - Tiny Life namespace: TinyLife.World @@ -636,7 +636,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Regions path: ../TinyLife/World/Tile.cs - startLine: 123 + startLine: 125 assemblies: - Tiny Life namespace: TinyLife.World @@ -671,7 +671,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Tile.cs - startLine: 129 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -731,7 +731,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/Tile.cs - startLine: 157 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.World @@ -799,7 +799,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/World/Tile.cs - startLine: 183 + startLine: 185 assemblies: - Tiny Life namespace: TinyLife.World @@ -846,7 +846,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Tile.cs - startLine: 190 + startLine: 192 assemblies: - Tiny Life namespace: TinyLife.World @@ -885,7 +885,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnNeighborChanged path: ../TinyLife/World/Tile.cs - startLine: 201 + startLine: 203 assemblies: - Tiny Life namespace: TinyLife.World @@ -929,7 +929,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVariationTexture path: ../TinyLife/World/Tile.cs - startLine: 210 + startLine: 212 assemblies: - Tiny Life namespace: TinyLife.World @@ -971,7 +971,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetVisualOffset path: ../TinyLife/World/Tile.cs - startLine: 222 + startLine: 224 assemblies: - Tiny Life namespace: TinyLife.World @@ -1018,7 +1018,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Tile.cs - startLine: 246 + startLine: 248 assemblies: - Tiny Life namespace: TinyLife.World @@ -1092,7 +1092,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Tile.cs - startLine: 265 + startLine: 267 assemblies: - Tiny Life namespace: TinyLife.World @@ -1166,7 +1166,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Tile.cs - startLine: 287 + startLine: 289 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.UpdateDelegate.yml b/docs/api/TinyLife.World.UpdateDelegate.yml index e433f0e..aa3f511 100644 --- a/docs/api/TinyLife.World.UpdateDelegate.yml +++ b/docs/api/TinyLife.World.UpdateDelegate.yml @@ -19,7 +19,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateDelegate path: ../TinyLife/World/Map.cs - startLine: 2262 + startLine: 2339 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Wall.yml b/docs/api/TinyLife.World.Wall.yml index 643dd24..cc1b8d3 100644 --- a/docs/api/TinyLife.World.Wall.yml +++ b/docs/api/TinyLife.World.Wall.yml @@ -523,7 +523,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayMode path: ../TinyLife/World/Wall.cs - startLine: 119 + startLine: 120 assemblies: - Tiny Life namespace: TinyLife.World @@ -558,7 +558,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDepth path: ../TinyLife/World/Wall.cs - startLine: 130 + startLine: 131 assemblies: - Tiny Life namespace: TinyLife.World @@ -600,7 +600,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetIndexForCamera path: ../TinyLife/World/Wall.cs - startLine: 141 + startLine: 142 assemblies: - Tiny Life namespace: TinyLife.World @@ -635,7 +635,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPositionForCamera path: ../TinyLife/World/Wall.cs - startLine: 156 + startLine: 157 assemblies: - Tiny Life namespace: TinyLife.World @@ -670,7 +670,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCenterBottomPos path: ../TinyLife/World/Wall.cs - startLine: 164 + startLine: 165 assemblies: - Tiny Life namespace: TinyLife.World @@ -705,7 +705,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsVerticalForCamera path: ../TinyLife/World/Wall.cs - startLine: 181 + startLine: 182 assemblies: - Tiny Life namespace: TinyLife.World @@ -740,7 +740,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Wall.cs - startLine: 189 + startLine: 190 assemblies: - Tiny Life namespace: TinyLife.World @@ -777,7 +777,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/World/Wall.cs - startLine: 197 + startLine: 206 assemblies: - Tiny Life namespace: TinyLife.World @@ -815,7 +815,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetFreeActionSpotInfo path: ../TinyLife/World/Wall.cs - startLine: 212 + startLine: 221 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.Wallpaper.yml b/docs/api/TinyLife.World.Wallpaper.yml index 69821e2..7a058f6 100644 --- a/docs/api/TinyLife.World.Wallpaper.yml +++ b/docs/api/TinyLife.World.Wallpaper.yml @@ -33,7 +33,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wallpaper path: ../TinyLife/World/Wallpaper.cs - startLine: 21 + startLine: 20 assemblies: - Tiny Life namespace: TinyLife.World @@ -87,7 +87,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wallpapers path: ../TinyLife/World/Wallpaper.cs - startLine: 29 + startLine: 28 assemblies: - Tiny Life namespace: TinyLife.World @@ -124,7 +124,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: BaseName path: ../TinyLife/World/Wallpaper.cs - startLine: 52 + startLine: 54 assemblies: - Tiny Life namespace: TinyLife.World @@ -159,7 +159,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/World/Wallpaper.cs - startLine: 56 + startLine: 58 assemblies: - Tiny Life namespace: TinyLife.World @@ -194,7 +194,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Price path: ../TinyLife/World/Wallpaper.cs - startLine: 60 + startLine: 62 assemblies: - Tiny Life namespace: TinyLife.World @@ -229,7 +229,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ColorSchemes path: ../TinyLife/World/Wallpaper.cs - startLine: 65 + startLine: 67 assemblies: - Tiny Life namespace: TinyLife.World @@ -264,7 +264,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Colors path: ../TinyLife/World/Wallpaper.cs - startLine: 70 + startLine: 72 assemblies: - Tiny Life namespace: TinyLife.World @@ -299,7 +299,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Icon path: ../TinyLife/World/Wallpaper.cs - startLine: 75 + startLine: 77 assemblies: - Tiny Life namespace: TinyLife.World @@ -334,7 +334,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DefaultColors path: ../TinyLife/World/Wallpaper.cs - startLine: 79 + startLine: 81 assemblies: - Tiny Life namespace: TinyLife.World @@ -369,7 +369,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/World/Wallpaper.cs - startLine: 87 + startLine: 89 assemblies: - Tiny Life namespace: TinyLife.World @@ -423,7 +423,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Draw path: ../TinyLife/World/Wallpaper.cs - startLine: 112 + startLine: 114 assemblies: - Tiny Life namespace: TinyLife.World @@ -491,7 +491,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawUi path: ../TinyLife/World/Wallpaper.cs - startLine: 133 + startLine: 135 assemblies: - Tiny Life namespace: TinyLife.World @@ -538,7 +538,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPrice path: ../TinyLife/World/Wallpaper.cs - startLine: 141 + startLine: 143 assemblies: - Tiny Life namespace: TinyLife.World @@ -577,7 +577,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Wallpaper.cs - startLine: 157 + startLine: 159 assemblies: - Tiny Life namespace: TinyLife.World @@ -639,7 +639,7 @@ items: repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Register path: ../TinyLife/World/Wallpaper.cs - startLine: 173 + startLine: 175 assemblies: - Tiny Life namespace: TinyLife.World diff --git a/docs/api/TinyLife.World.yml b/docs/api/TinyLife.World.yml index a27be86..143097c 100644 --- a/docs/api/TinyLife.World.yml +++ b/docs/api/TinyLife.World.yml @@ -15,6 +15,7 @@ items: - TinyLife.World.IPricedObject - TinyLife.World.LockType - TinyLife.World.Lot + - TinyLife.World.Lot.WeeklyBillsDelegate - TinyLife.World.LotEmployment - TinyLife.World.LotEmployment.Instance - TinyLife.World.LotType @@ -78,6 +79,12 @@ references: name: Lot nameWithType: Lot fullName: TinyLife.World.Lot +- uid: TinyLife.World.Lot.WeeklyBillsDelegate + commentId: T:TinyLife.World.Lot.WeeklyBillsDelegate + parent: TinyLife.World + name: Lot.WeeklyBillsDelegate + nameWithType: Lot.WeeklyBillsDelegate + fullName: TinyLife.World.Lot.WeeklyBillsDelegate - uid: TinyLife.World.ExportedLot commentId: T:TinyLife.World.ExportedLot parent: TinyLife.World diff --git a/docs/api/TinyLife.yml b/docs/api/TinyLife.yml index a8263b3..47ae140 100644 --- a/docs/api/TinyLife.yml +++ b/docs/api/TinyLife.yml @@ -6,6 +6,7 @@ items: children: - TinyLife.ChoicePromptInfo - TinyLife.ChoicePromptInfo.Option + - TinyLife.CleanOutFridgeAction - TinyLife.Debug - TinyLife.Debug.CheatDelegate - TinyLife.Debug.DebugDelegate @@ -49,6 +50,11 @@ references: name: ChoicePromptInfo.Option nameWithType: ChoicePromptInfo.Option fullName: TinyLife.ChoicePromptInfo.Option +- uid: TinyLife.CleanOutFridgeAction + commentId: T:TinyLife.CleanOutFridgeAction + name: CleanOutFridgeAction + nameWithType: CleanOutFridgeAction + fullName: TinyLife.CleanOutFridgeAction - uid: TinyLife.Debug commentId: T:TinyLife.Debug name: Debug diff --git a/docs/api/toc.yml b/docs/api/toc.yml index 4086bff..4fb4bcd 100644 --- a/docs/api/toc.yml +++ b/docs/api/toc.yml @@ -6,6 +6,8 @@ name: ChoicePromptInfo - uid: TinyLife.ChoicePromptInfo.Option name: ChoicePromptInfo.Option + - uid: TinyLife.CleanOutFridgeAction + name: CleanOutFridgeAction - uid: TinyLife.Debug name: Debug - uid: TinyLife.Debug.CheatDelegate @@ -173,8 +175,6 @@ - uid: TinyLife.Goals name: TinyLife.Goals items: - - uid: TinyLife.Goals. - name: '' - uid: TinyLife.Goals.Achievement name: Achievement - uid: TinyLife.Goals.AchievementType @@ -186,12 +186,13 @@ - uid: TinyLife.Goals.AutoTriggerGoal name: AutoTriggerGoal - uid: TinyLife.Goals.AutoTriggerGoal`1 - name: AutoTriggerGoal - name.vb: AutoTriggerGoal(Of TValue) + name: AutoTriggerGoal + name.vb: AutoTriggerGoal(Of T) - uid: TinyLife.Goals.ConditionedGoal name: ConditionedGoal - - uid: TinyLife.Goals.DistinctGoal - name: DistinctGoal + - uid: TinyLife.Goals.DistinctGoal`1 + name: DistinctGoal + name.vb: DistinctGoal(Of T) - uid: TinyLife.Goals.Goal name: Goal - uid: TinyLife.Goals.Goal`1 @@ -203,6 +204,8 @@ name: GoalSet - uid: TinyLife.Goals.GoalSetInfo name: GoalSetInfo + - uid: TinyLife.Goals.GoalTrigger + name: GoalTrigger - uid: TinyLife.Goals.IGoalTriggerable name: IGoalTriggerable - uid: TinyLife.Goals.Job @@ -474,6 +477,8 @@ name: LockType - uid: TinyLife.World.Lot name: Lot + - uid: TinyLife.World.Lot.WeeklyBillsDelegate + name: Lot.WeeklyBillsDelegate - uid: TinyLife.World.LotEmployment name: LotEmployment - uid: TinyLife.World.LotEmployment.Instance diff --git a/media/changelog/0.29.0.png b/media/changelog/0.29.0.png new file mode 100644 index 0000000..0eb354b Binary files /dev/null and b/media/changelog/0.29.0.png differ